intersight 1.0.65 published on Wednesday, May 7, 2025 by ciscodevnet
intersight.getHyperflexClusterBackupPolicyDeployment
Explore with Pulumi AI
intersight 1.0.65 published on Wednesday, May 7, 2025 by ciscodevnet
Record of HyperFlex Cluster backup policy deployment.
Using getHyperflexClusterBackupPolicyDeployment
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getHyperflexClusterBackupPolicyDeployment(args: GetHyperflexClusterBackupPolicyDeploymentArgs, opts?: InvokeOptions): Promise<GetHyperflexClusterBackupPolicyDeploymentResult>
function getHyperflexClusterBackupPolicyDeploymentOutput(args: GetHyperflexClusterBackupPolicyDeploymentOutputArgs, opts?: InvokeOptions): Output<GetHyperflexClusterBackupPolicyDeploymentResult>def get_hyperflex_cluster_backup_policy_deployment(account_moid: Optional[str] = None,
                                                   additional_properties: Optional[str] = None,
                                                   ancestors: Optional[Sequence[GetHyperflexClusterBackupPolicyDeploymentAncestor]] = None,
                                                   backup_data_store_name: Optional[str] = None,
                                                   backup_data_store_size: Optional[float] = None,
                                                   backup_data_store_size_unit: Optional[str] = None,
                                                   backup_target: Optional[GetHyperflexClusterBackupPolicyDeploymentBackupTarget] = None,
                                                   class_id: Optional[str] = None,
                                                   create_time: Optional[str] = None,
                                                   data_store_encryption_enabled: Optional[bool] = None,
                                                   description: Optional[str] = None,
                                                   discovered: Optional[bool] = None,
                                                   domain_group_moid: Optional[str] = None,
                                                   id: Optional[str] = None,
                                                   local_snapshot_retention_count: Optional[float] = None,
                                                   mod_time: Optional[str] = None,
                                                   moid: Optional[str] = None,
                                                   name: Optional[str] = None,
                                                   object_type: Optional[str] = None,
                                                   organization: Optional[GetHyperflexClusterBackupPolicyDeploymentOrganization] = None,
                                                   owners: Optional[Sequence[str]] = None,
                                                   parent: Optional[GetHyperflexClusterBackupPolicyDeploymentParent] = None,
                                                   permission_resources: Optional[Sequence[GetHyperflexClusterBackupPolicyDeploymentPermissionResource]] = None,
                                                   policy_moid: Optional[str] = None,
                                                   profile_moid: Optional[str] = None,
                                                   replication_pair_name_prefix: Optional[str] = None,
                                                   replication_schedule: Optional[GetHyperflexClusterBackupPolicyDeploymentReplicationSchedule] = None,
                                                   shared_scope: Optional[str] = None,
                                                   snapshot_retention_count: Optional[float] = None,
                                                   source_cluster: Optional[GetHyperflexClusterBackupPolicyDeploymentSourceCluster] = None,
                                                   source_detached: Optional[bool] = None,
                                                   source_request_id: Optional[str] = None,
                                                   source_uuid: Optional[str] = None,
                                                   tags: Optional[Sequence[GetHyperflexClusterBackupPolicyDeploymentTag]] = None,
                                                   target_detached: Optional[bool] = None,
                                                   target_request_id: Optional[str] = None,
                                                   target_uuid: Optional[str] = None,
                                                   version_context: Optional[GetHyperflexClusterBackupPolicyDeploymentVersionContext] = None,
                                                   opts: Optional[InvokeOptions] = None) -> GetHyperflexClusterBackupPolicyDeploymentResult
def get_hyperflex_cluster_backup_policy_deployment_output(account_moid: Optional[pulumi.Input[str]] = None,
                                                   additional_properties: Optional[pulumi.Input[str]] = None,
                                                   ancestors: Optional[pulumi.Input[Sequence[pulumi.Input[GetHyperflexClusterBackupPolicyDeploymentAncestorArgs]]]] = None,
                                                   backup_data_store_name: Optional[pulumi.Input[str]] = None,
                                                   backup_data_store_size: Optional[pulumi.Input[float]] = None,
                                                   backup_data_store_size_unit: Optional[pulumi.Input[str]] = None,
                                                   backup_target: Optional[pulumi.Input[GetHyperflexClusterBackupPolicyDeploymentBackupTargetArgs]] = None,
                                                   class_id: Optional[pulumi.Input[str]] = None,
                                                   create_time: Optional[pulumi.Input[str]] = None,
                                                   data_store_encryption_enabled: Optional[pulumi.Input[bool]] = None,
                                                   description: Optional[pulumi.Input[str]] = None,
                                                   discovered: Optional[pulumi.Input[bool]] = None,
                                                   domain_group_moid: Optional[pulumi.Input[str]] = None,
                                                   id: Optional[pulumi.Input[str]] = None,
                                                   local_snapshot_retention_count: Optional[pulumi.Input[float]] = None,
                                                   mod_time: Optional[pulumi.Input[str]] = None,
                                                   moid: Optional[pulumi.Input[str]] = None,
                                                   name: Optional[pulumi.Input[str]] = None,
                                                   object_type: Optional[pulumi.Input[str]] = None,
                                                   organization: Optional[pulumi.Input[GetHyperflexClusterBackupPolicyDeploymentOrganizationArgs]] = None,
                                                   owners: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
                                                   parent: Optional[pulumi.Input[GetHyperflexClusterBackupPolicyDeploymentParentArgs]] = None,
                                                   permission_resources: Optional[pulumi.Input[Sequence[pulumi.Input[GetHyperflexClusterBackupPolicyDeploymentPermissionResourceArgs]]]] = None,
                                                   policy_moid: Optional[pulumi.Input[str]] = None,
                                                   profile_moid: Optional[pulumi.Input[str]] = None,
                                                   replication_pair_name_prefix: Optional[pulumi.Input[str]] = None,
                                                   replication_schedule: Optional[pulumi.Input[GetHyperflexClusterBackupPolicyDeploymentReplicationScheduleArgs]] = None,
                                                   shared_scope: Optional[pulumi.Input[str]] = None,
                                                   snapshot_retention_count: Optional[pulumi.Input[float]] = None,
                                                   source_cluster: Optional[pulumi.Input[GetHyperflexClusterBackupPolicyDeploymentSourceClusterArgs]] = None,
                                                   source_detached: Optional[pulumi.Input[bool]] = None,
                                                   source_request_id: Optional[pulumi.Input[str]] = None,
                                                   source_uuid: Optional[pulumi.Input[str]] = None,
                                                   tags: Optional[pulumi.Input[Sequence[pulumi.Input[GetHyperflexClusterBackupPolicyDeploymentTagArgs]]]] = None,
                                                   target_detached: Optional[pulumi.Input[bool]] = None,
                                                   target_request_id: Optional[pulumi.Input[str]] = None,
                                                   target_uuid: Optional[pulumi.Input[str]] = None,
                                                   version_context: Optional[pulumi.Input[GetHyperflexClusterBackupPolicyDeploymentVersionContextArgs]] = None,
                                                   opts: Optional[InvokeOptions] = None) -> Output[GetHyperflexClusterBackupPolicyDeploymentResult]func LookupHyperflexClusterBackupPolicyDeployment(ctx *Context, args *LookupHyperflexClusterBackupPolicyDeploymentArgs, opts ...InvokeOption) (*LookupHyperflexClusterBackupPolicyDeploymentResult, error)
func LookupHyperflexClusterBackupPolicyDeploymentOutput(ctx *Context, args *LookupHyperflexClusterBackupPolicyDeploymentOutputArgs, opts ...InvokeOption) LookupHyperflexClusterBackupPolicyDeploymentResultOutput> Note: This function is named LookupHyperflexClusterBackupPolicyDeployment in the Go SDK.
public static class GetHyperflexClusterBackupPolicyDeployment 
{
    public static Task<GetHyperflexClusterBackupPolicyDeploymentResult> InvokeAsync(GetHyperflexClusterBackupPolicyDeploymentArgs args, InvokeOptions? opts = null)
    public static Output<GetHyperflexClusterBackupPolicyDeploymentResult> Invoke(GetHyperflexClusterBackupPolicyDeploymentInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetHyperflexClusterBackupPolicyDeploymentResult> getHyperflexClusterBackupPolicyDeployment(GetHyperflexClusterBackupPolicyDeploymentArgs args, InvokeOptions options)
public static Output<GetHyperflexClusterBackupPolicyDeploymentResult> getHyperflexClusterBackupPolicyDeployment(GetHyperflexClusterBackupPolicyDeploymentArgs args, InvokeOptions options)
fn::invoke:
  function: intersight:index/getHyperflexClusterBackupPolicyDeployment:getHyperflexClusterBackupPolicyDeployment
  arguments:
    # arguments dictionaryThe following arguments are supported:
- AccountMoid string
- The Account ID for this managed object.
- AdditionalProperties string
- Ancestors
List<GetHyperflex Cluster Backup Policy Deployment Ancestor> 
- BackupData stringStore Name 
- Backup data store name used during the auto creation of the datastore. All VMs created in this data store will be automatically backed up.
- BackupData doubleStore Size 
- Replication data store size in backupDataStoreSizeUnit.
- BackupData stringStore Size Unit 
- Replication data store size.
- BackupTarget GetHyperflex Cluster Backup Policy Deployment Backup Target 
- ClassId string
- CreateTime string
- The time when this managed object was created.
- DataStore boolEncryption Enabled 
- Whether the datastore is encrypted or not.
- Description string
- Description from corresponding ClusterBackupPolicy.
- Discovered bool
- True if record created by discovery on HyperFlex cluster.
- DomainGroup stringMoid 
- The DomainGroup ID for this managed object.
- Id string
- LocalSnapshot doubleRetention Count 
- Number of snapshots that will be retained as part of the Multi Point in Time support.
- ModTime string
- The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- Name string
- Name from corresponding ClusterBackupPolicy.
- ObjectType string
- Organization
GetHyperflex Cluster Backup Policy Deployment Organization 
- Owners List<string>
- Parent
GetHyperflex Cluster Backup Policy Deployment Parent 
- PermissionResources List<GetHyperflex Cluster Backup Policy Deployment Permission Resource> 
- PolicyMoid string
- Deployed cluster policy moid.
- ProfileMoid string
- Deployed cluster profile moid.
- ReplicationPair stringName Prefix 
- Replication cluster pairing name prefix.
- ReplicationSchedule GetHyperflex Cluster Backup Policy Deployment Replication Schedule 
- 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.
- SnapshotRetention doubleCount 
- Number of snapshots that will be retained as part of the Multi Point in Time support.
- SourceCluster GetHyperflex Cluster Backup Policy Deployment Source Cluster 
- SourceDetached bool
- True if policy was detached from source Hyperflex Cluster.
- SourceRequest stringId 
- Unique source cluster request ID allowing retry of the same logical request following a transient communication failure.
- SourceUuid string
- Uuid of the source Hyperflex Cluster.
- 
List<GetHyperflex Cluster Backup Policy Deployment Tag> 
- TargetDetached bool
- True if policy was detached from target Hyperflex Cluster.
- TargetRequest stringId 
- Unique target cluster request ID allowing retry of the same logical request following a transient communication failure.
- TargetUuid string
- Uuid of the target Hyperflex Cluster.
- VersionContext GetHyperflex Cluster Backup Policy Deployment Version Context 
- AccountMoid string
- The Account ID for this managed object.
- AdditionalProperties string
- Ancestors
[]GetHyperflex Cluster Backup Policy Deployment Ancestor 
- BackupData stringStore Name 
- Backup data store name used during the auto creation of the datastore. All VMs created in this data store will be automatically backed up.
- BackupData float64Store Size 
- Replication data store size in backupDataStoreSizeUnit.
- BackupData stringStore Size Unit 
- Replication data store size.
- BackupTarget GetHyperflex Cluster Backup Policy Deployment Backup Target 
- ClassId string
- CreateTime string
- The time when this managed object was created.
- DataStore boolEncryption Enabled 
- Whether the datastore is encrypted or not.
- Description string
- Description from corresponding ClusterBackupPolicy.
- Discovered bool
- True if record created by discovery on HyperFlex cluster.
- DomainGroup stringMoid 
- The DomainGroup ID for this managed object.
- Id string
- LocalSnapshot float64Retention Count 
- Number of snapshots that will be retained as part of the Multi Point in Time support.
- ModTime string
- The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- Name string
- Name from corresponding ClusterBackupPolicy.
- ObjectType string
- Organization
GetHyperflex Cluster Backup Policy Deployment Organization 
- Owners []string
- Parent
GetHyperflex Cluster Backup Policy Deployment Parent 
- PermissionResources []GetHyperflex Cluster Backup Policy Deployment Permission Resource 
- PolicyMoid string
- Deployed cluster policy moid.
- ProfileMoid string
- Deployed cluster profile moid.
- ReplicationPair stringName Prefix 
- Replication cluster pairing name prefix.
- ReplicationSchedule GetHyperflex Cluster Backup Policy Deployment Replication Schedule 
- 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.
- SnapshotRetention float64Count 
- Number of snapshots that will be retained as part of the Multi Point in Time support.
- SourceCluster GetHyperflex Cluster Backup Policy Deployment Source Cluster 
- SourceDetached bool
- True if policy was detached from source Hyperflex Cluster.
- SourceRequest stringId 
- Unique source cluster request ID allowing retry of the same logical request following a transient communication failure.
- SourceUuid string
- Uuid of the source Hyperflex Cluster.
- 
[]GetHyperflex Cluster Backup Policy Deployment Tag 
- TargetDetached bool
- True if policy was detached from target Hyperflex Cluster.
- TargetRequest stringId 
- Unique target cluster request ID allowing retry of the same logical request following a transient communication failure.
- TargetUuid string
- Uuid of the target Hyperflex Cluster.
- VersionContext GetHyperflex Cluster Backup Policy Deployment Version Context 
- accountMoid String
- The Account ID for this managed object.
- additionalProperties String
- ancestors
List<GetHyperflex Cluster Backup Policy Deployment Ancestor> 
- backupData StringStore Name 
- Backup data store name used during the auto creation of the datastore. All VMs created in this data store will be automatically backed up.
- backupData DoubleStore Size 
- Replication data store size in backupDataStoreSizeUnit.
- backupData StringStore Size Unit 
- Replication data store size.
- backupTarget GetHyperflex Cluster Backup Policy Deployment Backup Target 
- classId String
- createTime String
- The time when this managed object was created.
- dataStore BooleanEncryption Enabled 
- Whether the datastore is encrypted or not.
- description String
- Description from corresponding ClusterBackupPolicy.
- discovered Boolean
- True if record created by discovery on HyperFlex cluster.
- domainGroup StringMoid 
- The DomainGroup ID for this managed object.
- id String
- localSnapshot DoubleRetention Count 
- Number of snapshots that will be retained as part of the Multi Point in Time support.
- modTime String
- The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- name String
- Name from corresponding ClusterBackupPolicy.
- objectType String
- organization
GetHyperflex Cluster Backup Policy Deployment Organization 
- owners List<String>
- parent
GetHyperflex Cluster Backup Policy Deployment Parent 
- permissionResources List<GetHyperflex Cluster Backup Policy Deployment Permission Resource> 
- policyMoid String
- Deployed cluster policy moid.
- profileMoid String
- Deployed cluster profile moid.
- replicationPair StringName Prefix 
- Replication cluster pairing name prefix.
- replicationSchedule GetHyperflex Cluster Backup Policy Deployment Replication Schedule 
- 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.
- snapshotRetention DoubleCount 
- Number of snapshots that will be retained as part of the Multi Point in Time support.
- sourceCluster GetHyperflex Cluster Backup Policy Deployment Source Cluster 
- sourceDetached Boolean
- True if policy was detached from source Hyperflex Cluster.
- sourceRequest StringId 
- Unique source cluster request ID allowing retry of the same logical request following a transient communication failure.
- sourceUuid String
- Uuid of the source Hyperflex Cluster.
- 
List<GetHyperflex Cluster Backup Policy Deployment Tag> 
- targetDetached Boolean
- True if policy was detached from target Hyperflex Cluster.
- targetRequest StringId 
- Unique target cluster request ID allowing retry of the same logical request following a transient communication failure.
- targetUuid String
- Uuid of the target Hyperflex Cluster.
- versionContext GetHyperflex Cluster Backup Policy Deployment Version Context 
- accountMoid string
- The Account ID for this managed object.
- additionalProperties string
- ancestors
GetHyperflex Cluster Backup Policy Deployment Ancestor[] 
- backupData stringStore Name 
- Backup data store name used during the auto creation of the datastore. All VMs created in this data store will be automatically backed up.
- backupData numberStore Size 
- Replication data store size in backupDataStoreSizeUnit.
- backupData stringStore Size Unit 
- Replication data store size.
- backupTarget GetHyperflex Cluster Backup Policy Deployment Backup Target 
- classId string
- createTime string
- The time when this managed object was created.
- dataStore booleanEncryption Enabled 
- Whether the datastore is encrypted or not.
- description string
- Description from corresponding ClusterBackupPolicy.
- discovered boolean
- True if record created by discovery on HyperFlex cluster.
- domainGroup stringMoid 
- The DomainGroup ID for this managed object.
- id string
- localSnapshot numberRetention Count 
- Number of snapshots that will be retained as part of the Multi Point in Time support.
- modTime string
- The time when this managed object was last modified.
- moid string
- The unique identifier of this Managed Object instance.
- name string
- Name from corresponding ClusterBackupPolicy.
- objectType string
- organization
GetHyperflex Cluster Backup Policy Deployment Organization 
- owners string[]
- parent
GetHyperflex Cluster Backup Policy Deployment Parent 
- permissionResources GetHyperflex Cluster Backup Policy Deployment Permission Resource[] 
- policyMoid string
- Deployed cluster policy moid.
- profileMoid string
- Deployed cluster profile moid.
- replicationPair stringName Prefix 
- Replication cluster pairing name prefix.
- replicationSchedule GetHyperflex Cluster Backup Policy Deployment Replication Schedule 
- 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.
- snapshotRetention numberCount 
- Number of snapshots that will be retained as part of the Multi Point in Time support.
- sourceCluster GetHyperflex Cluster Backup Policy Deployment Source Cluster 
- sourceDetached boolean
- True if policy was detached from source Hyperflex Cluster.
- sourceRequest stringId 
- Unique source cluster request ID allowing retry of the same logical request following a transient communication failure.
- sourceUuid string
- Uuid of the source Hyperflex Cluster.
- 
GetHyperflex Cluster Backup Policy Deployment Tag[] 
- targetDetached boolean
- True if policy was detached from target Hyperflex Cluster.
- targetRequest stringId 
- Unique target cluster request ID allowing retry of the same logical request following a transient communication failure.
- targetUuid string
- Uuid of the target Hyperflex Cluster.
- versionContext GetHyperflex Cluster Backup Policy Deployment Version Context 
- account_moid str
- The Account ID for this managed object.
- additional_properties str
- ancestors
Sequence[GetHyperflex Cluster Backup Policy Deployment Ancestor] 
- backup_data_ strstore_ name 
- Backup data store name used during the auto creation of the datastore. All VMs created in this data store will be automatically backed up.
- backup_data_ floatstore_ size 
- Replication data store size in backupDataStoreSizeUnit.
- backup_data_ strstore_ size_ unit 
- Replication data store size.
- backup_target GetHyperflex Cluster Backup Policy Deployment Backup Target 
- class_id str
- create_time str
- The time when this managed object was created.
- data_store_ boolencryption_ enabled 
- Whether the datastore is encrypted or not.
- description str
- Description from corresponding ClusterBackupPolicy.
- discovered bool
- True if record created by discovery on HyperFlex cluster.
- domain_group_ strmoid 
- The DomainGroup ID for this managed object.
- id str
- local_snapshot_ floatretention_ count 
- Number of snapshots that will be retained as part of the Multi Point in Time support.
- mod_time str
- The time when this managed object was last modified.
- moid str
- The unique identifier of this Managed Object instance.
- name str
- Name from corresponding ClusterBackupPolicy.
- object_type str
- organization
GetHyperflex Cluster Backup Policy Deployment Organization 
- owners Sequence[str]
- parent
GetHyperflex Cluster Backup Policy Deployment Parent 
- permission_resources Sequence[GetHyperflex Cluster Backup Policy Deployment Permission Resource] 
- policy_moid str
- Deployed cluster policy moid.
- profile_moid str
- Deployed cluster profile moid.
- replication_pair_ strname_ prefix 
- Replication cluster pairing name prefix.
- replication_schedule GetHyperflex Cluster Backup Policy Deployment Replication Schedule 
- 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_ floatcount 
- Number of snapshots that will be retained as part of the Multi Point in Time support.
- source_cluster GetHyperflex Cluster Backup Policy Deployment Source Cluster 
- source_detached bool
- True if policy was detached from source Hyperflex Cluster.
- source_request_ strid 
- Unique source cluster request ID allowing retry of the same logical request following a transient communication failure.
- source_uuid str
- Uuid of the source Hyperflex Cluster.
- 
Sequence[GetHyperflex Cluster Backup Policy Deployment Tag] 
- target_detached bool
- True if policy was detached from target Hyperflex Cluster.
- target_request_ strid 
- Unique target cluster request ID allowing retry of the same logical request following a transient communication failure.
- target_uuid str
- Uuid of the target Hyperflex Cluster.
- version_context GetHyperflex Cluster Backup Policy Deployment Version Context 
- accountMoid String
- The Account ID for this managed object.
- additionalProperties String
- ancestors List<Property Map>
- backupData StringStore Name 
- Backup data store name used during the auto creation of the datastore. All VMs created in this data store will be automatically backed up.
- backupData NumberStore Size 
- Replication data store size in backupDataStoreSizeUnit.
- backupData StringStore Size Unit 
- Replication data store size.
- backupTarget Property Map
- classId String
- createTime String
- The time when this managed object was created.
- dataStore BooleanEncryption Enabled 
- Whether the datastore is encrypted or not.
- description String
- Description from corresponding ClusterBackupPolicy.
- discovered Boolean
- True if record created by discovery on HyperFlex cluster.
- domainGroup StringMoid 
- The DomainGroup ID for this managed object.
- id String
- localSnapshot NumberRetention Count 
- Number of snapshots that will be retained as part of the Multi Point in Time support.
- modTime String
- The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- name String
- Name from corresponding ClusterBackupPolicy.
- objectType String
- organization Property Map
- owners List<String>
- parent Property Map
- permissionResources List<Property Map>
- policyMoid String
- Deployed cluster policy moid.
- profileMoid String
- Deployed cluster profile moid.
- replicationPair StringName Prefix 
- Replication cluster pairing name prefix.
- replicationSchedule Property Map
- String
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- snapshotRetention NumberCount 
- Number of snapshots that will be retained as part of the Multi Point in Time support.
- sourceCluster Property Map
- sourceDetached Boolean
- True if policy was detached from source Hyperflex Cluster.
- sourceRequest StringId 
- Unique source cluster request ID allowing retry of the same logical request following a transient communication failure.
- sourceUuid String
- Uuid of the source Hyperflex Cluster.
- List<Property Map>
- targetDetached Boolean
- True if policy was detached from target Hyperflex Cluster.
- targetRequest StringId 
- Unique target cluster request ID allowing retry of the same logical request following a transient communication failure.
- targetUuid String
- Uuid of the target Hyperflex Cluster.
- versionContext Property Map
getHyperflexClusterBackupPolicyDeployment Result
The following output properties are available:
- Id string
- Results
List<GetHyperflex Cluster Backup Policy Deployment Result> 
- AccountMoid string
- AdditionalProperties string
- Ancestors
List<GetHyperflex Cluster Backup Policy Deployment Ancestor> 
- BackupData stringStore Name 
- BackupData doubleStore Size 
- BackupData stringStore Size Unit 
- BackupTarget GetHyperflex Cluster Backup Policy Deployment Backup Target 
- ClassId string
- CreateTime string
- DataStore boolEncryption Enabled 
- Description string
- Discovered bool
- DomainGroup stringMoid 
- LocalSnapshot doubleRetention Count 
- ModTime string
- Moid string
- Name string
- ObjectType string
- Organization
GetHyperflex Cluster Backup Policy Deployment Organization 
- Owners List<string>
- Parent
GetHyperflex Cluster Backup Policy Deployment Parent 
- PermissionResources List<GetHyperflex Cluster Backup Policy Deployment Permission Resource> 
- PolicyMoid string
- ProfileMoid string
- ReplicationPair stringName Prefix 
- ReplicationSchedule GetHyperflex Cluster Backup Policy Deployment Replication Schedule 
- string
- SnapshotRetention doubleCount 
- SourceCluster GetHyperflex Cluster Backup Policy Deployment Source Cluster 
- SourceDetached bool
- SourceRequest stringId 
- SourceUuid string
- 
List<GetHyperflex Cluster Backup Policy Deployment Tag> 
- TargetDetached bool
- TargetRequest stringId 
- TargetUuid string
- VersionContext GetHyperflex Cluster Backup Policy Deployment Version Context 
- Id string
- Results
[]GetHyperflex Cluster Backup Policy Deployment Result 
- AccountMoid string
- AdditionalProperties string
- Ancestors
[]GetHyperflex Cluster Backup Policy Deployment Ancestor 
- BackupData stringStore Name 
- BackupData float64Store Size 
- BackupData stringStore Size Unit 
- BackupTarget GetHyperflex Cluster Backup Policy Deployment Backup Target 
- ClassId string
- CreateTime string
- DataStore boolEncryption Enabled 
- Description string
- Discovered bool
- DomainGroup stringMoid 
- LocalSnapshot float64Retention Count 
- ModTime string
- Moid string
- Name string
- ObjectType string
- Organization
GetHyperflex Cluster Backup Policy Deployment Organization 
- Owners []string
- Parent
GetHyperflex Cluster Backup Policy Deployment Parent 
- PermissionResources []GetHyperflex Cluster Backup Policy Deployment Permission Resource 
- PolicyMoid string
- ProfileMoid string
- ReplicationPair stringName Prefix 
- ReplicationSchedule GetHyperflex Cluster Backup Policy Deployment Replication Schedule 
- string
- SnapshotRetention float64Count 
- SourceCluster GetHyperflex Cluster Backup Policy Deployment Source Cluster 
- SourceDetached bool
- SourceRequest stringId 
- SourceUuid string
- 
[]GetHyperflex Cluster Backup Policy Deployment Tag 
- TargetDetached bool
- TargetRequest stringId 
- TargetUuid string
- VersionContext GetHyperflex Cluster Backup Policy Deployment Version Context 
- id String
- results
List<GetHyperflex Cluster Backup Policy Deployment Result> 
- accountMoid String
- additionalProperties String
- ancestors
List<GetHyperflex Cluster Backup Policy Deployment Ancestor> 
- backupData StringStore Name 
- backupData DoubleStore Size 
- backupData StringStore Size Unit 
- backupTarget GetHyperflex Cluster Backup Policy Deployment Backup Target 
- classId String
- createTime String
- dataStore BooleanEncryption Enabled 
- description String
- discovered Boolean
- domainGroup StringMoid 
- localSnapshot DoubleRetention Count 
- modTime String
- moid String
- name String
- objectType String
- organization
GetHyperflex Cluster Backup Policy Deployment Organization 
- owners List<String>
- parent
GetHyperflex Cluster Backup Policy Deployment Parent 
- permissionResources List<GetHyperflex Cluster Backup Policy Deployment Permission Resource> 
- policyMoid String
- profileMoid String
- replicationPair StringName Prefix 
- replicationSchedule GetHyperflex Cluster Backup Policy Deployment Replication Schedule 
- String
- snapshotRetention DoubleCount 
- sourceCluster GetHyperflex Cluster Backup Policy Deployment Source Cluster 
- sourceDetached Boolean
- sourceRequest StringId 
- sourceUuid String
- 
List<GetHyperflex Cluster Backup Policy Deployment Tag> 
- targetDetached Boolean
- targetRequest StringId 
- targetUuid String
- versionContext GetHyperflex Cluster Backup Policy Deployment Version Context 
- id string
- results
GetHyperflex Cluster Backup Policy Deployment Result[] 
- accountMoid string
- additionalProperties string
- ancestors
GetHyperflex Cluster Backup Policy Deployment Ancestor[] 
- backupData stringStore Name 
- backupData numberStore Size 
- backupData stringStore Size Unit 
- backupTarget GetHyperflex Cluster Backup Policy Deployment Backup Target 
- classId string
- createTime string
- dataStore booleanEncryption Enabled 
- description string
- discovered boolean
- domainGroup stringMoid 
- localSnapshot numberRetention Count 
- modTime string
- moid string
- name string
- objectType string
- organization
GetHyperflex Cluster Backup Policy Deployment Organization 
- owners string[]
- parent
GetHyperflex Cluster Backup Policy Deployment Parent 
- permissionResources GetHyperflex Cluster Backup Policy Deployment Permission Resource[] 
- policyMoid string
- profileMoid string
- replicationPair stringName Prefix 
- replicationSchedule GetHyperflex Cluster Backup Policy Deployment Replication Schedule 
- string
- snapshotRetention numberCount 
- sourceCluster GetHyperflex Cluster Backup Policy Deployment Source Cluster 
- sourceDetached boolean
- sourceRequest stringId 
- sourceUuid string
- 
GetHyperflex Cluster Backup Policy Deployment Tag[] 
- targetDetached boolean
- targetRequest stringId 
- targetUuid string
- versionContext GetHyperflex Cluster Backup Policy Deployment Version Context 
- id str
- results
Sequence[GetHyperflex Cluster Backup Policy Deployment Result] 
- account_moid str
- additional_properties str
- ancestors
Sequence[GetHyperflex Cluster Backup Policy Deployment Ancestor] 
- backup_data_ strstore_ name 
- backup_data_ floatstore_ size 
- backup_data_ strstore_ size_ unit 
- backup_target GetHyperflex Cluster Backup Policy Deployment Backup Target 
- class_id str
- create_time str
- data_store_ boolencryption_ enabled 
- description str
- discovered bool
- domain_group_ strmoid 
- local_snapshot_ floatretention_ count 
- mod_time str
- moid str
- name str
- object_type str
- organization
GetHyperflex Cluster Backup Policy Deployment Organization 
- owners Sequence[str]
- parent
GetHyperflex Cluster Backup Policy Deployment Parent 
- permission_resources Sequence[GetHyperflex Cluster Backup Policy Deployment Permission Resource] 
- policy_moid str
- profile_moid str
- replication_pair_ strname_ prefix 
- replication_schedule GetHyperflex Cluster Backup Policy Deployment Replication Schedule 
- str
- snapshot_retention_ floatcount 
- source_cluster GetHyperflex Cluster Backup Policy Deployment Source Cluster 
- source_detached bool
- source_request_ strid 
- source_uuid str
- 
Sequence[GetHyperflex Cluster Backup Policy Deployment Tag] 
- target_detached bool
- target_request_ strid 
- target_uuid str
- version_context GetHyperflex Cluster Backup Policy Deployment Version Context 
- id String
- results List<Property Map>
- accountMoid String
- additionalProperties String
- ancestors List<Property Map>
- backupData StringStore Name 
- backupData NumberStore Size 
- backupData StringStore Size Unit 
- backupTarget Property Map
- classId String
- createTime String
- dataStore BooleanEncryption Enabled 
- description String
- discovered Boolean
- domainGroup StringMoid 
- localSnapshot NumberRetention Count 
- modTime String
- moid String
- name String
- objectType String
- organization Property Map
- owners List<String>
- parent Property Map
- permissionResources List<Property Map>
- policyMoid String
- profileMoid String
- replicationPair StringName Prefix 
- replicationSchedule Property Map
- String
- snapshotRetention NumberCount 
- sourceCluster Property Map
- sourceDetached Boolean
- sourceRequest StringId 
- sourceUuid String
- List<Property Map>
- targetDetached Boolean
- targetRequest StringId 
- targetUuid String
- versionContext Property Map
Supporting Types
GetHyperflexClusterBackupPolicyDeploymentAncestor      
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
GetHyperflexClusterBackupPolicyDeploymentBackupTarget       
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
GetHyperflexClusterBackupPolicyDeploymentOrganization      
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
GetHyperflexClusterBackupPolicyDeploymentParent      
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
GetHyperflexClusterBackupPolicyDeploymentPermissionResource       
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
GetHyperflexClusterBackupPolicyDeploymentReplicationSchedule       
- AdditionalProperties string
- BackupInterval double
- Time interval between two copies in minutes.
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- AdditionalProperties string
- BackupInterval float64
- Time interval between two copies in minutes.
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- additionalProperties String
- backupInterval Double
- Time interval between two copies in minutes.
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- additionalProperties string
- backupInterval number
- Time interval between two copies in minutes.
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- objectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- additional_properties str
- backup_interval float
- Time interval between two copies in minutes.
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- object_type str
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- additionalProperties String
- backupInterval Number
- Time interval between two copies in minutes.
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
GetHyperflexClusterBackupPolicyDeploymentResult      
- AccountMoid string
- The Account ID for this managed object.
- AdditionalProperties string
- Ancestors
List<GetHyperflex Cluster Backup Policy Deployment Result Ancestor> 
- BackupData stringStore Name 
- Backup data store name used during the auto creation of the datastore. All VMs created in this data store will be automatically backed up.
- BackupData doubleStore Size 
- Replication data store size in backupDataStoreSizeUnit.
- BackupData stringStore Size Unit 
- Replication data store size.
- BackupTargets List<GetHyperflex Cluster Backup Policy Deployment Result Backup Target> 
- ClassId string
- CreateTime string
- The time when this managed object was created.
- DataStore boolEncryption Enabled 
- Whether the datastore is encrypted or not.
- Description string
- Description from corresponding ClusterBackupPolicy.
- Discovered bool
- True if record created by discovery on HyperFlex cluster.
- DomainGroup stringMoid 
- The DomainGroup ID for this managed object.
- LocalSnapshot doubleRetention Count 
- Number of snapshots that will be retained as part of the Multi Point in Time support.
- ModTime string
- The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- Name string
- Name from corresponding ClusterBackupPolicy.
- ObjectType string
- Organizations
List<GetHyperflex Cluster Backup Policy Deployment Result Organization> 
- Owners List<string>
- Parents
List<GetHyperflex Cluster Backup Policy Deployment Result Parent> 
- PermissionResources List<GetHyperflex Cluster Backup Policy Deployment Result Permission Resource> 
- PolicyMoid string
- Deployed cluster policy moid.
- ProfileMoid string
- Deployed cluster profile moid.
- ReplicationPair stringName Prefix 
- Replication cluster pairing name prefix.
- ReplicationSchedules List<GetHyperflex Cluster Backup Policy Deployment Result Replication Schedule> 
- 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.
- SnapshotRetention doubleCount 
- Number of snapshots that will be retained as part of the Multi Point in Time support.
- SourceClusters List<GetHyperflex Cluster Backup Policy Deployment Result Source Cluster> 
- SourceDetached bool
- True if policy was detached from source Hyperflex Cluster.
- SourceRequest stringId 
- Unique source cluster request ID allowing retry of the same logical request following a transient communication failure.
- SourceUuid string
- Uuid of the source Hyperflex Cluster.
- 
List<GetHyperflex Cluster Backup Policy Deployment Result Tag> 
- TargetDetached bool
- True if policy was detached from target Hyperflex Cluster.
- TargetRequest stringId 
- Unique target cluster request ID allowing retry of the same logical request following a transient communication failure.
- TargetUuid string
- Uuid of the target Hyperflex Cluster.
- VersionContexts List<GetHyperflex Cluster Backup Policy Deployment Result Version Context> 
- AccountMoid string
- The Account ID for this managed object.
- AdditionalProperties string
- Ancestors
[]GetHyperflex Cluster Backup Policy Deployment Result Ancestor 
- BackupData stringStore Name 
- Backup data store name used during the auto creation of the datastore. All VMs created in this data store will be automatically backed up.
- BackupData float64Store Size 
- Replication data store size in backupDataStoreSizeUnit.
- BackupData stringStore Size Unit 
- Replication data store size.
- BackupTargets []GetHyperflex Cluster Backup Policy Deployment Result Backup Target 
- ClassId string
- CreateTime string
- The time when this managed object was created.
- DataStore boolEncryption Enabled 
- Whether the datastore is encrypted or not.
- Description string
- Description from corresponding ClusterBackupPolicy.
- Discovered bool
- True if record created by discovery on HyperFlex cluster.
- DomainGroup stringMoid 
- The DomainGroup ID for this managed object.
- LocalSnapshot float64Retention Count 
- Number of snapshots that will be retained as part of the Multi Point in Time support.
- ModTime string
- The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- Name string
- Name from corresponding ClusterBackupPolicy.
- ObjectType string
- Organizations
[]GetHyperflex Cluster Backup Policy Deployment Result Organization 
- Owners []string
- Parents
[]GetHyperflex Cluster Backup Policy Deployment Result Parent 
- PermissionResources []GetHyperflex Cluster Backup Policy Deployment Result Permission Resource 
- PolicyMoid string
- Deployed cluster policy moid.
- ProfileMoid string
- Deployed cluster profile moid.
- ReplicationPair stringName Prefix 
- Replication cluster pairing name prefix.
- ReplicationSchedules []GetHyperflex Cluster Backup Policy Deployment Result Replication Schedule 
- 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.
- SnapshotRetention float64Count 
- Number of snapshots that will be retained as part of the Multi Point in Time support.
- SourceClusters []GetHyperflex Cluster Backup Policy Deployment Result Source Cluster 
- SourceDetached bool
- True if policy was detached from source Hyperflex Cluster.
- SourceRequest stringId 
- Unique source cluster request ID allowing retry of the same logical request following a transient communication failure.
- SourceUuid string
- Uuid of the source Hyperflex Cluster.
- 
[]GetHyperflex Cluster Backup Policy Deployment Result Tag 
- TargetDetached bool
- True if policy was detached from target Hyperflex Cluster.
- TargetRequest stringId 
- Unique target cluster request ID allowing retry of the same logical request following a transient communication failure.
- TargetUuid string
- Uuid of the target Hyperflex Cluster.
- VersionContexts []GetHyperflex Cluster Backup Policy Deployment Result Version Context 
- accountMoid String
- The Account ID for this managed object.
- additionalProperties String
- ancestors
List<GetHyperflex Cluster Backup Policy Deployment Result Ancestor> 
- backupData StringStore Name 
- Backup data store name used during the auto creation of the datastore. All VMs created in this data store will be automatically backed up.
- backupData DoubleStore Size 
- Replication data store size in backupDataStoreSizeUnit.
- backupData StringStore Size Unit 
- Replication data store size.
- backupTargets List<GetHyperflex Cluster Backup Policy Deployment Result Backup Target> 
- classId String
- createTime String
- The time when this managed object was created.
- dataStore BooleanEncryption Enabled 
- Whether the datastore is encrypted or not.
- description String
- Description from corresponding ClusterBackupPolicy.
- discovered Boolean
- True if record created by discovery on HyperFlex cluster.
- domainGroup StringMoid 
- The DomainGroup ID for this managed object.
- localSnapshot DoubleRetention Count 
- Number of snapshots that will be retained as part of the Multi Point in Time support.
- modTime String
- The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- name String
- Name from corresponding ClusterBackupPolicy.
- objectType String
- organizations
List<GetHyperflex Cluster Backup Policy Deployment Result Organization> 
- owners List<String>
- parents
List<GetHyperflex Cluster Backup Policy Deployment Result Parent> 
- permissionResources List<GetHyperflex Cluster Backup Policy Deployment Result Permission Resource> 
- policyMoid String
- Deployed cluster policy moid.
- profileMoid String
- Deployed cluster profile moid.
- replicationPair StringName Prefix 
- Replication cluster pairing name prefix.
- replicationSchedules List<GetHyperflex Cluster Backup Policy Deployment Result Replication Schedule> 
- 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.
- snapshotRetention DoubleCount 
- Number of snapshots that will be retained as part of the Multi Point in Time support.
- sourceClusters List<GetHyperflex Cluster Backup Policy Deployment Result Source Cluster> 
- sourceDetached Boolean
- True if policy was detached from source Hyperflex Cluster.
- sourceRequest StringId 
- Unique source cluster request ID allowing retry of the same logical request following a transient communication failure.
- sourceUuid String
- Uuid of the source Hyperflex Cluster.
- 
List<GetHyperflex Cluster Backup Policy Deployment Result Tag> 
- targetDetached Boolean
- True if policy was detached from target Hyperflex Cluster.
- targetRequest StringId 
- Unique target cluster request ID allowing retry of the same logical request following a transient communication failure.
- targetUuid String
- Uuid of the target Hyperflex Cluster.
- versionContexts List<GetHyperflex Cluster Backup Policy Deployment Result Version Context> 
- accountMoid string
- The Account ID for this managed object.
- additionalProperties string
- ancestors
GetHyperflex Cluster Backup Policy Deployment Result Ancestor[] 
- backupData stringStore Name 
- Backup data store name used during the auto creation of the datastore. All VMs created in this data store will be automatically backed up.
- backupData numberStore Size 
- Replication data store size in backupDataStoreSizeUnit.
- backupData stringStore Size Unit 
- Replication data store size.
- backupTargets GetHyperflex Cluster Backup Policy Deployment Result Backup Target[] 
- classId string
- createTime string
- The time when this managed object was created.
- dataStore booleanEncryption Enabled 
- Whether the datastore is encrypted or not.
- description string
- Description from corresponding ClusterBackupPolicy.
- discovered boolean
- True if record created by discovery on HyperFlex cluster.
- domainGroup stringMoid 
- The DomainGroup ID for this managed object.
- localSnapshot numberRetention Count 
- Number of snapshots that will be retained as part of the Multi Point in Time support.
- modTime string
- The time when this managed object was last modified.
- moid string
- The unique identifier of this Managed Object instance.
- name string
- Name from corresponding ClusterBackupPolicy.
- objectType string
- organizations
GetHyperflex Cluster Backup Policy Deployment Result Organization[] 
- owners string[]
- parents
GetHyperflex Cluster Backup Policy Deployment Result Parent[] 
- permissionResources GetHyperflex Cluster Backup Policy Deployment Result Permission Resource[] 
- policyMoid string
- Deployed cluster policy moid.
- profileMoid string
- Deployed cluster profile moid.
- replicationPair stringName Prefix 
- Replication cluster pairing name prefix.
- replicationSchedules GetHyperflex Cluster Backup Policy Deployment Result Replication Schedule[] 
- 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.
- snapshotRetention numberCount 
- Number of snapshots that will be retained as part of the Multi Point in Time support.
- sourceClusters GetHyperflex Cluster Backup Policy Deployment Result Source Cluster[] 
- sourceDetached boolean
- True if policy was detached from source Hyperflex Cluster.
- sourceRequest stringId 
- Unique source cluster request ID allowing retry of the same logical request following a transient communication failure.
- sourceUuid string
- Uuid of the source Hyperflex Cluster.
- 
GetHyperflex Cluster Backup Policy Deployment Result Tag[] 
- targetDetached boolean
- True if policy was detached from target Hyperflex Cluster.
- targetRequest stringId 
- Unique target cluster request ID allowing retry of the same logical request following a transient communication failure.
- targetUuid string
- Uuid of the target Hyperflex Cluster.
- versionContexts GetHyperflex Cluster Backup Policy Deployment Result Version Context[] 
- account_moid str
- The Account ID for this managed object.
- additional_properties str
- ancestors
Sequence[GetHyperflex Cluster Backup Policy Deployment Result Ancestor] 
- backup_data_ strstore_ name 
- Backup data store name used during the auto creation of the datastore. All VMs created in this data store will be automatically backed up.
- backup_data_ floatstore_ size 
- Replication data store size in backupDataStoreSizeUnit.
- backup_data_ strstore_ size_ unit 
- Replication data store size.
- backup_targets Sequence[GetHyperflex Cluster Backup Policy Deployment Result Backup Target] 
- class_id str
- create_time str
- The time when this managed object was created.
- data_store_ boolencryption_ enabled 
- Whether the datastore is encrypted or not.
- description str
- Description from corresponding ClusterBackupPolicy.
- discovered bool
- True if record created by discovery on HyperFlex cluster.
- domain_group_ strmoid 
- The DomainGroup ID for this managed object.
- local_snapshot_ floatretention_ count 
- Number of snapshots that will be retained as part of the Multi Point in Time support.
- mod_time str
- The time when this managed object was last modified.
- moid str
- The unique identifier of this Managed Object instance.
- name str
- Name from corresponding ClusterBackupPolicy.
- object_type str
- organizations
Sequence[GetHyperflex Cluster Backup Policy Deployment Result Organization] 
- owners Sequence[str]
- parents
Sequence[GetHyperflex Cluster Backup Policy Deployment Result Parent] 
- permission_resources Sequence[GetHyperflex Cluster Backup Policy Deployment Result Permission Resource] 
- policy_moid str
- Deployed cluster policy moid.
- profile_moid str
- Deployed cluster profile moid.
- replication_pair_ strname_ prefix 
- Replication cluster pairing name prefix.
- replication_schedules Sequence[GetHyperflex Cluster Backup Policy Deployment Result Replication Schedule] 
- 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_ floatcount 
- Number of snapshots that will be retained as part of the Multi Point in Time support.
- source_clusters Sequence[GetHyperflex Cluster Backup Policy Deployment Result Source Cluster] 
- source_detached bool
- True if policy was detached from source Hyperflex Cluster.
- source_request_ strid 
- Unique source cluster request ID allowing retry of the same logical request following a transient communication failure.
- source_uuid str
- Uuid of the source Hyperflex Cluster.
- 
Sequence[GetHyperflex Cluster Backup Policy Deployment Result Tag] 
- target_detached bool
- True if policy was detached from target Hyperflex Cluster.
- target_request_ strid 
- Unique target cluster request ID allowing retry of the same logical request following a transient communication failure.
- target_uuid str
- Uuid of the target Hyperflex Cluster.
- version_contexts Sequence[GetHyperflex Cluster Backup Policy Deployment Result Version Context] 
- accountMoid String
- The Account ID for this managed object.
- additionalProperties String
- ancestors List<Property Map>
- backupData StringStore Name 
- Backup data store name used during the auto creation of the datastore. All VMs created in this data store will be automatically backed up.
- backupData NumberStore Size 
- Replication data store size in backupDataStoreSizeUnit.
- backupData StringStore Size Unit 
- Replication data store size.
- backupTargets List<Property Map>
- classId String
- createTime String
- The time when this managed object was created.
- dataStore BooleanEncryption Enabled 
- Whether the datastore is encrypted or not.
- description String
- Description from corresponding ClusterBackupPolicy.
- discovered Boolean
- True if record created by discovery on HyperFlex cluster.
- domainGroup StringMoid 
- The DomainGroup ID for this managed object.
- localSnapshot NumberRetention Count 
- Number of snapshots that will be retained as part of the Multi Point in Time support.
- modTime String
- The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- name String
- Name from corresponding ClusterBackupPolicy.
- objectType String
- organizations List<Property Map>
- owners List<String>
- parents List<Property Map>
- permissionResources List<Property Map>
- policyMoid String
- Deployed cluster policy moid.
- profileMoid String
- Deployed cluster profile moid.
- replicationPair StringName Prefix 
- Replication cluster pairing name prefix.
- replicationSchedules List<Property Map>
- String
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- snapshotRetention NumberCount 
- Number of snapshots that will be retained as part of the Multi Point in Time support.
- sourceClusters List<Property Map>
- sourceDetached Boolean
- True if policy was detached from source Hyperflex Cluster.
- sourceRequest StringId 
- Unique source cluster request ID allowing retry of the same logical request following a transient communication failure.
- sourceUuid String
- Uuid of the source Hyperflex Cluster.
- List<Property Map>
- targetDetached Boolean
- True if policy was detached from target Hyperflex Cluster.
- targetRequest StringId 
- Unique target cluster request ID allowing retry of the same logical request following a transient communication failure.
- targetUuid String
- Uuid of the target Hyperflex Cluster.
- versionContexts List<Property Map>
GetHyperflexClusterBackupPolicyDeploymentResultAncestor       
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetHyperflexClusterBackupPolicyDeploymentResultBackupTarget        
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetHyperflexClusterBackupPolicyDeploymentResultOrganization       
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetHyperflexClusterBackupPolicyDeploymentResultParent       
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetHyperflexClusterBackupPolicyDeploymentResultPermissionResource        
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetHyperflexClusterBackupPolicyDeploymentResultReplicationSchedule        
- AdditionalProperties string
- BackupInterval double
- ClassId string
- ObjectType string
- AdditionalProperties string
- BackupInterval float64
- ClassId string
- ObjectType string
- additionalProperties String
- backupInterval Double
- classId String
- objectType String
- additionalProperties string
- backupInterval number
- classId string
- objectType string
- additional_properties str
- backup_interval float
- class_id str
- object_type str
- additionalProperties String
- backupInterval Number
- classId String
- objectType String
GetHyperflexClusterBackupPolicyDeploymentResultSourceCluster        
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetHyperflexClusterBackupPolicyDeploymentResultTag       
- AdditionalProperties string
- Key string
- Value string
- AdditionalProperties string
- Key string
- Value string
- additionalProperties String
- key String
- value String
- additionalProperties string
- key string
- value string
- additional_properties str
- key str
- value str
- additionalProperties String
- key String
- value String
GetHyperflexClusterBackupPolicyDeploymentResultVersionContext        
- AdditionalProperties string
- ClassId string
- InterestedMos List<GetHyperflex Cluster Backup Policy Deployment Result Version Context Interested Mo> 
- MarkedFor boolDeletion 
- NrVersion string
- ObjectType string
- RefMos List<GetHyperflex Cluster Backup Policy Deployment Result Version Context Ref Mo> 
- Timestamp string
- VersionType string
- additionalProperties String
- classId String
- interestedMos List<GetHyperflex Cluster Backup Policy Deployment Result Version Context Interested Mo> 
- markedFor BooleanDeletion 
- nrVersion String
- objectType String
- refMos List<GetHyperflex Cluster Backup Policy Deployment Result Version Context Ref Mo> 
- timestamp String
- versionType String
- additional_properties str
- class_id str
- interested_mos Sequence[GetHyperflex Cluster Backup Policy Deployment Result Version Context Interested Mo] 
- marked_for_ booldeletion 
- nr_version str
- object_type str
- ref_mos Sequence[GetHyperflex Cluster Backup Policy Deployment Result Version Context Ref Mo] 
- timestamp str
- version_type str
- additionalProperties String
- classId String
- interestedMos List<Property Map>
- markedFor BooleanDeletion 
- nrVersion String
- objectType String
- refMos List<Property Map>
- timestamp String
- versionType String
GetHyperflexClusterBackupPolicyDeploymentResultVersionContextInterestedMo          
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetHyperflexClusterBackupPolicyDeploymentResultVersionContextRefMo          
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetHyperflexClusterBackupPolicyDeploymentSourceCluster       
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
GetHyperflexClusterBackupPolicyDeploymentTag      
- AdditionalProperties string
- Key string
- The string representation of a tag key.
- Value string
- The string representation of a tag value.
- AdditionalProperties string
- Key string
- The string representation of a tag key.
- Value string
- The string representation of a tag value.
- additionalProperties String
- key String
- The string representation of a tag key.
- value String
- The string representation of a tag value.
- additionalProperties string
- key string
- The string representation of a tag key.
- value string
- The string representation of a tag value.
- additional_properties str
- key str
- The string representation of a tag key.
- value str
- The string representation of a tag value.
- additionalProperties String
- key String
- The string representation of a tag key.
- value String
- The string representation of a tag value.
GetHyperflexClusterBackupPolicyDeploymentVersionContext       
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- InterestedMos List<GetHyperflex Cluster Backup Policy Deployment Version Context Interested Mo> 
- MarkedFor boolDeletion 
- The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- NrVersion string
- The version of the Managed Object, e.g. an incrementing number or a hash id.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- RefMo GetHyperflex Cluster Backup Policy Deployment Version Context Ref Mo 
- A reference to the original Managed Object.
- Timestamp string
- The time this versioned Managed Object was created.
- VersionType string
- Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.- Modified- Version created every time an object is modified.
- Configured- Version created every time an object is configured to the service profile.
- Deployed- Version created for objects related to a service profile when it is deployed.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- InterestedMos []GetHyperflex Cluster Backup Policy Deployment Version Context Interested Mo 
- MarkedFor boolDeletion 
- The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- NrVersion string
- The version of the Managed Object, e.g. an incrementing number or a hash id.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- RefMo GetHyperflex Cluster Backup Policy Deployment Version Context Ref Mo 
- A reference to the original Managed Object.
- Timestamp string
- The time this versioned Managed Object was created.
- VersionType string
- Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.- Modified- Version created every time an object is modified.
- Configured- Version created every time an object is configured to the service profile.
- Deployed- Version created for objects related to a service profile when it is deployed.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- interestedMos List<GetHyperflex Cluster Backup Policy Deployment Version Context Interested Mo> 
- markedFor BooleanDeletion 
- The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nrVersion String
- The version of the Managed Object, e.g. an incrementing number or a hash id.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- refMo GetHyperflex Cluster Backup Policy Deployment Version Context Ref Mo 
- A reference to the original Managed Object.
- timestamp String
- The time this versioned Managed Object was created.
- versionType String
- Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.- Modified- Version created every time an object is modified.
- Configured- Version created every time an object is configured to the service profile.
- Deployed- Version created for objects related to a service profile when it is deployed.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- interestedMos GetHyperflex Cluster Backup Policy Deployment Version Context Interested Mo[] 
- markedFor booleanDeletion 
- The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nrVersion string
- The version of the Managed Object, e.g. an incrementing number or a hash id.
- objectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- refMo GetHyperflex Cluster Backup Policy Deployment Version Context Ref Mo 
- A reference to the original Managed Object.
- timestamp string
- The time this versioned Managed Object was created.
- versionType string
- Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.- Modified- Version created every time an object is modified.
- Configured- Version created every time an object is configured to the service profile.
- Deployed- Version created for objects related to a service profile when it is deployed.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- interested_mos Sequence[GetHyperflex Cluster Backup Policy Deployment Version Context Interested Mo] 
- marked_for_ booldeletion 
- The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nr_version str
- The version of the Managed Object, e.g. an incrementing number or a hash id.
- object_type str
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- ref_mo GetHyperflex Cluster Backup Policy Deployment Version Context Ref Mo 
- A reference to the original Managed Object.
- timestamp str
- The time this versioned Managed Object was created.
- version_type str
- Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.- Modified- Version created every time an object is modified.
- Configured- Version created every time an object is configured to the service profile.
- Deployed- Version created for objects related to a service profile when it is deployed.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- interestedMos List<Property Map>
- markedFor BooleanDeletion 
- The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nrVersion String
- The version of the Managed Object, e.g. an incrementing number or a hash id.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- refMo Property Map
- A reference to the original Managed Object.
- timestamp String
- The time this versioned Managed Object was created.
- versionType String
- Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.- Modified- Version created every time an object is modified.
- Configured- Version created every time an object is configured to the service profile.
- Deployed- Version created for objects related to a service profile when it is deployed.
 
GetHyperflexClusterBackupPolicyDeploymentVersionContextInterestedMo         
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
GetHyperflexClusterBackupPolicyDeploymentVersionContextRefMo         
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
Package Details
- Repository
- intersight ciscodevnet/terraform-provider-intersight
- License
- Notes
- This Pulumi package is based on the intersightTerraform Provider.
intersight 1.0.65 published on Wednesday, May 7, 2025 by ciscodevnet