intersight 1.0.65 published on Wednesday, May 7, 2025 by ciscodevnet
intersight.getHyperflexClusterBackupPolicy
Explore with Pulumi AI
intersight 1.0.65 published on Wednesday, May 7, 2025 by ciscodevnet
Specifies cluster backup configuration for a HyperFlex Cluster.
Using getHyperflexClusterBackupPolicy
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getHyperflexClusterBackupPolicy(args: GetHyperflexClusterBackupPolicyArgs, opts?: InvokeOptions): Promise<GetHyperflexClusterBackupPolicyResult>
function getHyperflexClusterBackupPolicyOutput(args: GetHyperflexClusterBackupPolicyOutputArgs, opts?: InvokeOptions): Output<GetHyperflexClusterBackupPolicyResult>def get_hyperflex_cluster_backup_policy(account_moid: Optional[str] = None,
                                        additional_properties: Optional[str] = None,
                                        ancestors: Optional[Sequence[GetHyperflexClusterBackupPolicyAncestor]] = None,
                                        backup_data_store_name: Optional[str] = None,
                                        backup_data_store_size: Optional[float] = None,
                                        backup_data_store_size_unit: Optional[str] = None,
                                        backup_target: Optional[GetHyperflexClusterBackupPolicyBackupTarget] = None,
                                        class_id: Optional[str] = None,
                                        cluster_profiles: Optional[Sequence[GetHyperflexClusterBackupPolicyClusterProfile]] = None,
                                        create_time: Optional[str] = None,
                                        data_store_encryption_enabled: Optional[bool] = None,
                                        description: Optional[str] = None,
                                        domain_group_moid: Optional[str] = None,
                                        id: Optional[str] = None,
                                        local_snapshot_retention_count: Optional[float] = None,
                                        mod_time: Optional[str] = None,
                                        moid: Optional[str] = None,
                                        name: Optional[str] = None,
                                        object_type: Optional[str] = None,
                                        organization: Optional[GetHyperflexClusterBackupPolicyOrganization] = None,
                                        owners: Optional[Sequence[str]] = None,
                                        parent: Optional[GetHyperflexClusterBackupPolicyParent] = None,
                                        permission_resources: Optional[Sequence[GetHyperflexClusterBackupPolicyPermissionResource]] = None,
                                        replication_pair_name_prefix: Optional[str] = None,
                                        replication_schedule: Optional[GetHyperflexClusterBackupPolicyReplicationSchedule] = None,
                                        shared_scope: Optional[str] = None,
                                        snapshot_retention_count: Optional[float] = None,
                                        tags: Optional[Sequence[GetHyperflexClusterBackupPolicyTag]] = None,
                                        version_context: Optional[GetHyperflexClusterBackupPolicyVersionContext] = None,
                                        opts: Optional[InvokeOptions] = None) -> GetHyperflexClusterBackupPolicyResult
def get_hyperflex_cluster_backup_policy_output(account_moid: Optional[pulumi.Input[str]] = None,
                                        additional_properties: Optional[pulumi.Input[str]] = None,
                                        ancestors: Optional[pulumi.Input[Sequence[pulumi.Input[GetHyperflexClusterBackupPolicyAncestorArgs]]]] = None,
                                        backup_data_store_name: Optional[pulumi.Input[str]] = None,
                                        backup_data_store_size: Optional[pulumi.Input[float]] = None,
                                        backup_data_store_size_unit: Optional[pulumi.Input[str]] = None,
                                        backup_target: Optional[pulumi.Input[GetHyperflexClusterBackupPolicyBackupTargetArgs]] = None,
                                        class_id: Optional[pulumi.Input[str]] = None,
                                        cluster_profiles: Optional[pulumi.Input[Sequence[pulumi.Input[GetHyperflexClusterBackupPolicyClusterProfileArgs]]]] = None,
                                        create_time: Optional[pulumi.Input[str]] = None,
                                        data_store_encryption_enabled: Optional[pulumi.Input[bool]] = None,
                                        description: Optional[pulumi.Input[str]] = None,
                                        domain_group_moid: Optional[pulumi.Input[str]] = None,
                                        id: Optional[pulumi.Input[str]] = None,
                                        local_snapshot_retention_count: Optional[pulumi.Input[float]] = None,
                                        mod_time: Optional[pulumi.Input[str]] = None,
                                        moid: Optional[pulumi.Input[str]] = None,
                                        name: Optional[pulumi.Input[str]] = None,
                                        object_type: Optional[pulumi.Input[str]] = None,
                                        organization: Optional[pulumi.Input[GetHyperflexClusterBackupPolicyOrganizationArgs]] = None,
                                        owners: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
                                        parent: Optional[pulumi.Input[GetHyperflexClusterBackupPolicyParentArgs]] = None,
                                        permission_resources: Optional[pulumi.Input[Sequence[pulumi.Input[GetHyperflexClusterBackupPolicyPermissionResourceArgs]]]] = None,
                                        replication_pair_name_prefix: Optional[pulumi.Input[str]] = None,
                                        replication_schedule: Optional[pulumi.Input[GetHyperflexClusterBackupPolicyReplicationScheduleArgs]] = None,
                                        shared_scope: Optional[pulumi.Input[str]] = None,
                                        snapshot_retention_count: Optional[pulumi.Input[float]] = None,
                                        tags: Optional[pulumi.Input[Sequence[pulumi.Input[GetHyperflexClusterBackupPolicyTagArgs]]]] = None,
                                        version_context: Optional[pulumi.Input[GetHyperflexClusterBackupPolicyVersionContextArgs]] = None,
                                        opts: Optional[InvokeOptions] = None) -> Output[GetHyperflexClusterBackupPolicyResult]func LookupHyperflexClusterBackupPolicy(ctx *Context, args *LookupHyperflexClusterBackupPolicyArgs, opts ...InvokeOption) (*LookupHyperflexClusterBackupPolicyResult, error)
func LookupHyperflexClusterBackupPolicyOutput(ctx *Context, args *LookupHyperflexClusterBackupPolicyOutputArgs, opts ...InvokeOption) LookupHyperflexClusterBackupPolicyResultOutput> Note: This function is named LookupHyperflexClusterBackupPolicy in the Go SDK.
public static class GetHyperflexClusterBackupPolicy 
{
    public static Task<GetHyperflexClusterBackupPolicyResult> InvokeAsync(GetHyperflexClusterBackupPolicyArgs args, InvokeOptions? opts = null)
    public static Output<GetHyperflexClusterBackupPolicyResult> Invoke(GetHyperflexClusterBackupPolicyInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetHyperflexClusterBackupPolicyResult> getHyperflexClusterBackupPolicy(GetHyperflexClusterBackupPolicyArgs args, InvokeOptions options)
public static Output<GetHyperflexClusterBackupPolicyResult> getHyperflexClusterBackupPolicy(GetHyperflexClusterBackupPolicyArgs args, InvokeOptions options)
fn::invoke:
  function: intersight:index/getHyperflexClusterBackupPolicy:getHyperflexClusterBackupPolicy
  arguments:
    # arguments dictionaryThe following arguments are supported:
- AccountMoid string
- The Account ID for this managed object.
- AdditionalProperties string
- Ancestors
List<GetHyperflex Cluster Backup Policy Ancestor> 
- BackupData stringStore Name 
- Backup datastore name prefix used during the auto creation of the datastore. All VMs created in this datastore 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 Backup Target 
- ClassId string
- ClusterProfiles List<GetHyperflex Cluster Backup Policy Cluster Profile> 
- CreateTime string
- The time when this managed object was created.
- DataStore boolEncryption Enabled 
- Whether the datastore is encrypted or not.
- Description string
- Description of the policy.
- 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 of the concrete policy.
- ObjectType string
- Organization
GetHyperflex Cluster Backup Policy Organization 
- Owners List<string>
- Parent
GetHyperflex Cluster Backup Policy Parent 
- PermissionResources List<GetHyperflex Cluster Backup Policy Permission Resource> 
- ReplicationPair stringName Prefix 
- Replication cluster pairing name prefix.
- ReplicationSchedule GetHyperflex Cluster Backup Policy 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.
- 
List<GetHyperflex Cluster Backup Policy Tag> 
- VersionContext GetHyperflex Cluster Backup Policy Version Context 
- AccountMoid string
- The Account ID for this managed object.
- AdditionalProperties string
- Ancestors
[]GetHyperflex Cluster Backup Policy Ancestor 
- BackupData stringStore Name 
- Backup datastore name prefix used during the auto creation of the datastore. All VMs created in this datastore 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 Backup Target 
- ClassId string
- ClusterProfiles []GetHyperflex Cluster Backup Policy Cluster Profile 
- CreateTime string
- The time when this managed object was created.
- DataStore boolEncryption Enabled 
- Whether the datastore is encrypted or not.
- Description string
- Description of the policy.
- 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 of the concrete policy.
- ObjectType string
- Organization
GetHyperflex Cluster Backup Policy Organization 
- Owners []string
- Parent
GetHyperflex Cluster Backup Policy Parent 
- PermissionResources []GetHyperflex Cluster Backup Policy Permission Resource 
- ReplicationPair stringName Prefix 
- Replication cluster pairing name prefix.
- ReplicationSchedule GetHyperflex Cluster Backup Policy 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.
- 
[]GetHyperflex Cluster Backup Policy Tag 
- VersionContext GetHyperflex Cluster Backup Policy Version Context 
- accountMoid String
- The Account ID for this managed object.
- additionalProperties String
- ancestors
List<GetHyperflex Cluster Backup Policy Ancestor> 
- backupData StringStore Name 
- Backup datastore name prefix used during the auto creation of the datastore. All VMs created in this datastore 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 Backup Target 
- classId String
- clusterProfiles List<GetHyperflex Cluster Backup Policy Cluster Profile> 
- createTime String
- The time when this managed object was created.
- dataStore BooleanEncryption Enabled 
- Whether the datastore is encrypted or not.
- description String
- Description of the policy.
- 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 of the concrete policy.
- objectType String
- organization
GetHyperflex Cluster Backup Policy Organization 
- owners List<String>
- parent
GetHyperflex Cluster Backup Policy Parent 
- permissionResources List<GetHyperflex Cluster Backup Policy Permission Resource> 
- replicationPair StringName Prefix 
- Replication cluster pairing name prefix.
- replicationSchedule GetHyperflex Cluster Backup Policy 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.
- 
List<GetHyperflex Cluster Backup Policy Tag> 
- versionContext GetHyperflex Cluster Backup Policy Version Context 
- accountMoid string
- The Account ID for this managed object.
- additionalProperties string
- ancestors
GetHyperflex Cluster Backup Policy Ancestor[] 
- backupData stringStore Name 
- Backup datastore name prefix used during the auto creation of the datastore. All VMs created in this datastore 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 Backup Target 
- classId string
- clusterProfiles GetHyperflex Cluster Backup Policy Cluster Profile[] 
- createTime string
- The time when this managed object was created.
- dataStore booleanEncryption Enabled 
- Whether the datastore is encrypted or not.
- description string
- Description of the policy.
- 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 of the concrete policy.
- objectType string
- organization
GetHyperflex Cluster Backup Policy Organization 
- owners string[]
- parent
GetHyperflex Cluster Backup Policy Parent 
- permissionResources GetHyperflex Cluster Backup Policy Permission Resource[] 
- replicationPair stringName Prefix 
- Replication cluster pairing name prefix.
- replicationSchedule GetHyperflex Cluster Backup Policy 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.
- 
GetHyperflex Cluster Backup Policy Tag[] 
- versionContext GetHyperflex Cluster Backup Policy Version Context 
- account_moid str
- The Account ID for this managed object.
- additional_properties str
- ancestors
Sequence[GetHyperflex Cluster Backup Policy Ancestor] 
- backup_data_ strstore_ name 
- Backup datastore name prefix used during the auto creation of the datastore. All VMs created in this datastore will be automatically backed up.
- backup_data_ floatstore_ size 
- Replication data store size in backupDataStoreSizeUnit.
- backup_data_ strstore_ size_ unit 
- Replication data store size.
- backup_target GetHyperflex Cluster Backup Policy Backup Target 
- class_id str
- cluster_profiles Sequence[GetHyperflex Cluster Backup Policy Cluster Profile] 
- 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 of the policy.
- 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 of the concrete policy.
- object_type str
- organization
GetHyperflex Cluster Backup Policy Organization 
- owners Sequence[str]
- parent
GetHyperflex Cluster Backup Policy Parent 
- permission_resources Sequence[GetHyperflex Cluster Backup Policy Permission Resource] 
- replication_pair_ strname_ prefix 
- Replication cluster pairing name prefix.
- replication_schedule GetHyperflex Cluster Backup Policy 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.
- 
Sequence[GetHyperflex Cluster Backup Policy Tag] 
- version_context GetHyperflex Cluster Backup Policy Version Context 
- accountMoid String
- The Account ID for this managed object.
- additionalProperties String
- ancestors List<Property Map>
- backupData StringStore Name 
- Backup datastore name prefix used during the auto creation of the datastore. All VMs created in this datastore 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
- clusterProfiles List<Property Map>
- createTime String
- The time when this managed object was created.
- dataStore BooleanEncryption Enabled 
- Whether the datastore is encrypted or not.
- description String
- Description of the policy.
- 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 of the concrete policy.
- objectType String
- organization Property Map
- owners List<String>
- parent Property Map
- permissionResources List<Property Map>
- 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.
- List<Property Map>
- versionContext Property Map
getHyperflexClusterBackupPolicy Result
The following output properties are available:
- Id string
- Results
List<GetHyperflex Cluster Backup Policy Result> 
- AccountMoid string
- AdditionalProperties string
- Ancestors
List<GetHyperflex Cluster Backup Policy Ancestor> 
- BackupData stringStore Name 
- BackupData doubleStore Size 
- BackupData stringStore Size Unit 
- BackupTarget GetHyperflex Cluster Backup Policy Backup Target 
- ClassId string
- ClusterProfiles List<GetHyperflex Cluster Backup Policy Cluster Profile> 
- CreateTime string
- DataStore boolEncryption Enabled 
- Description string
- DomainGroup stringMoid 
- LocalSnapshot doubleRetention Count 
- ModTime string
- Moid string
- Name string
- ObjectType string
- Organization
GetHyperflex Cluster Backup Policy Organization 
- Owners List<string>
- Parent
GetHyperflex Cluster Backup Policy Parent 
- PermissionResources List<GetHyperflex Cluster Backup Policy Permission Resource> 
- ReplicationPair stringName Prefix 
- ReplicationSchedule GetHyperflex Cluster Backup Policy Replication Schedule 
- string
- SnapshotRetention doubleCount 
- 
List<GetHyperflex Cluster Backup Policy Tag> 
- VersionContext GetHyperflex Cluster Backup Policy Version Context 
- Id string
- Results
[]GetHyperflex Cluster Backup Policy Result 
- AccountMoid string
- AdditionalProperties string
- Ancestors
[]GetHyperflex Cluster Backup Policy Ancestor 
- BackupData stringStore Name 
- BackupData float64Store Size 
- BackupData stringStore Size Unit 
- BackupTarget GetHyperflex Cluster Backup Policy Backup Target 
- ClassId string
- ClusterProfiles []GetHyperflex Cluster Backup Policy Cluster Profile 
- CreateTime string
- DataStore boolEncryption Enabled 
- Description string
- DomainGroup stringMoid 
- LocalSnapshot float64Retention Count 
- ModTime string
- Moid string
- Name string
- ObjectType string
- Organization
GetHyperflex Cluster Backup Policy Organization 
- Owners []string
- Parent
GetHyperflex Cluster Backup Policy Parent 
- PermissionResources []GetHyperflex Cluster Backup Policy Permission Resource 
- ReplicationPair stringName Prefix 
- ReplicationSchedule GetHyperflex Cluster Backup Policy Replication Schedule 
- string
- SnapshotRetention float64Count 
- 
[]GetHyperflex Cluster Backup Policy Tag 
- VersionContext GetHyperflex Cluster Backup Policy Version Context 
- id String
- results
List<GetHyperflex Cluster Backup Policy Result> 
- accountMoid String
- additionalProperties String
- ancestors
List<GetHyperflex Cluster Backup Policy Ancestor> 
- backupData StringStore Name 
- backupData DoubleStore Size 
- backupData StringStore Size Unit 
- backupTarget GetHyperflex Cluster Backup Policy Backup Target 
- classId String
- clusterProfiles List<GetHyperflex Cluster Backup Policy Cluster Profile> 
- createTime String
- dataStore BooleanEncryption Enabled 
- description String
- domainGroup StringMoid 
- localSnapshot DoubleRetention Count 
- modTime String
- moid String
- name String
- objectType String
- organization
GetHyperflex Cluster Backup Policy Organization 
- owners List<String>
- parent
GetHyperflex Cluster Backup Policy Parent 
- permissionResources List<GetHyperflex Cluster Backup Policy Permission Resource> 
- replicationPair StringName Prefix 
- replicationSchedule GetHyperflex Cluster Backup Policy Replication Schedule 
- String
- snapshotRetention DoubleCount 
- 
List<GetHyperflex Cluster Backup Policy Tag> 
- versionContext GetHyperflex Cluster Backup Policy Version Context 
- id string
- results
GetHyperflex Cluster Backup Policy Result[] 
- accountMoid string
- additionalProperties string
- ancestors
GetHyperflex Cluster Backup Policy Ancestor[] 
- backupData stringStore Name 
- backupData numberStore Size 
- backupData stringStore Size Unit 
- backupTarget GetHyperflex Cluster Backup Policy Backup Target 
- classId string
- clusterProfiles GetHyperflex Cluster Backup Policy Cluster Profile[] 
- createTime string
- dataStore booleanEncryption Enabled 
- description string
- domainGroup stringMoid 
- localSnapshot numberRetention Count 
- modTime string
- moid string
- name string
- objectType string
- organization
GetHyperflex Cluster Backup Policy Organization 
- owners string[]
- parent
GetHyperflex Cluster Backup Policy Parent 
- permissionResources GetHyperflex Cluster Backup Policy Permission Resource[] 
- replicationPair stringName Prefix 
- replicationSchedule GetHyperflex Cluster Backup Policy Replication Schedule 
- string
- snapshotRetention numberCount 
- 
GetHyperflex Cluster Backup Policy Tag[] 
- versionContext GetHyperflex Cluster Backup Policy Version Context 
- id str
- results
Sequence[GetHyperflex Cluster Backup Policy Result] 
- account_moid str
- additional_properties str
- ancestors
Sequence[GetHyperflex Cluster Backup Policy Ancestor] 
- backup_data_ strstore_ name 
- backup_data_ floatstore_ size 
- backup_data_ strstore_ size_ unit 
- backup_target GetHyperflex Cluster Backup Policy Backup Target 
- class_id str
- cluster_profiles Sequence[GetHyperflex Cluster Backup Policy Cluster Profile] 
- create_time str
- data_store_ boolencryption_ enabled 
- description str
- domain_group_ strmoid 
- local_snapshot_ floatretention_ count 
- mod_time str
- moid str
- name str
- object_type str
- organization
GetHyperflex Cluster Backup Policy Organization 
- owners Sequence[str]
- parent
GetHyperflex Cluster Backup Policy Parent 
- permission_resources Sequence[GetHyperflex Cluster Backup Policy Permission Resource] 
- replication_pair_ strname_ prefix 
- replication_schedule GetHyperflex Cluster Backup Policy Replication Schedule 
- str
- snapshot_retention_ floatcount 
- 
Sequence[GetHyperflex Cluster Backup Policy Tag] 
- version_context GetHyperflex Cluster Backup Policy 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
- clusterProfiles List<Property Map>
- createTime String
- dataStore BooleanEncryption Enabled 
- description String
- 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>
- replicationPair StringName Prefix 
- replicationSchedule Property Map
- String
- snapshotRetention NumberCount 
- List<Property Map>
- versionContext Property Map
Supporting Types
GetHyperflexClusterBackupPolicyAncestor     
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- 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'.
 
GetHyperflexClusterBackupPolicyBackupTarget      
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- 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'.
 
GetHyperflexClusterBackupPolicyClusterProfile      
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- 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'.
 
GetHyperflexClusterBackupPolicyOrganization     
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- 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'.
 
GetHyperflexClusterBackupPolicyParent     
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- 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'.
 
GetHyperflexClusterBackupPolicyPermissionResource      
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- 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'.
 
GetHyperflexClusterBackupPolicyReplicationSchedule      
- AdditionalProperties string
- BackupInterval double
- Time interval between two copies in minutes.
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- AdditionalProperties string
- BackupInterval float64
- Time interval between two copies in minutes.
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- additionalProperties String
- backupInterval Double
- Time interval between two copies in minutes.
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- additionalProperties string
- backupInterval number
- Time interval between two copies in minutes.
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- objectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- additional_properties str
- backup_interval float
- Time interval between two copies in minutes.
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- object_type str
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- additionalProperties String
- backupInterval Number
- Time interval between two copies in minutes.
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
GetHyperflexClusterBackupPolicyResult     
- AccountMoid string
- The Account ID for this managed object.
- AdditionalProperties string
- Ancestors
List<GetHyperflex Cluster Backup Policy Result Ancestor> 
- BackupData stringStore Name 
- Backup datastore name prefix used during the auto creation of the datastore. All VMs created in this datastore 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 Result Backup Target> 
- ClassId string
- ClusterProfiles List<GetHyperflex Cluster Backup Policy Result Cluster Profile> 
- CreateTime string
- The time when this managed object was created.
- DataStore boolEncryption Enabled 
- Whether the datastore is encrypted or not.
- Description string
- Description of the policy.
- 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 of the concrete policy.
- ObjectType string
- Organizations
List<GetHyperflex Cluster Backup Policy Result Organization> 
- Owners List<string>
- Parents
List<GetHyperflex Cluster Backup Policy Result Parent> 
- PermissionResources List<GetHyperflex Cluster Backup Policy Result Permission Resource> 
- ReplicationPair stringName Prefix 
- Replication cluster pairing name prefix.
- ReplicationSchedules List<GetHyperflex Cluster Backup Policy 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.
- 
List<GetHyperflex Cluster Backup Policy Result Tag> 
- VersionContexts List<GetHyperflex Cluster Backup Policy Result Version Context> 
- AccountMoid string
- The Account ID for this managed object.
- AdditionalProperties string
- Ancestors
[]GetHyperflex Cluster Backup Policy Result Ancestor 
- BackupData stringStore Name 
- Backup datastore name prefix used during the auto creation of the datastore. All VMs created in this datastore 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 Result Backup Target 
- ClassId string
- ClusterProfiles []GetHyperflex Cluster Backup Policy Result Cluster Profile 
- CreateTime string
- The time when this managed object was created.
- DataStore boolEncryption Enabled 
- Whether the datastore is encrypted or not.
- Description string
- Description of the policy.
- 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 of the concrete policy.
- ObjectType string
- Organizations
[]GetHyperflex Cluster Backup Policy Result Organization 
- Owners []string
- Parents
[]GetHyperflex Cluster Backup Policy Result Parent 
- PermissionResources []GetHyperflex Cluster Backup Policy Result Permission Resource 
- ReplicationPair stringName Prefix 
- Replication cluster pairing name prefix.
- ReplicationSchedules []GetHyperflex Cluster Backup Policy 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.
- 
[]GetHyperflex Cluster Backup Policy Result Tag 
- VersionContexts []GetHyperflex Cluster Backup Policy Result Version Context 
- accountMoid String
- The Account ID for this managed object.
- additionalProperties String
- ancestors
List<GetHyperflex Cluster Backup Policy Result Ancestor> 
- backupData StringStore Name 
- Backup datastore name prefix used during the auto creation of the datastore. All VMs created in this datastore 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 Result Backup Target> 
- classId String
- clusterProfiles List<GetHyperflex Cluster Backup Policy Result Cluster Profile> 
- createTime String
- The time when this managed object was created.
- dataStore BooleanEncryption Enabled 
- Whether the datastore is encrypted or not.
- description String
- Description of the policy.
- 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 of the concrete policy.
- objectType String
- organizations
List<GetHyperflex Cluster Backup Policy Result Organization> 
- owners List<String>
- parents
List<GetHyperflex Cluster Backup Policy Result Parent> 
- permissionResources List<GetHyperflex Cluster Backup Policy Result Permission Resource> 
- replicationPair StringName Prefix 
- Replication cluster pairing name prefix.
- replicationSchedules List<GetHyperflex Cluster Backup Policy 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.
- 
List<GetHyperflex Cluster Backup Policy Result Tag> 
- versionContexts List<GetHyperflex Cluster Backup Policy Result Version Context> 
- accountMoid string
- The Account ID for this managed object.
- additionalProperties string
- ancestors
GetHyperflex Cluster Backup Policy Result Ancestor[] 
- backupData stringStore Name 
- Backup datastore name prefix used during the auto creation of the datastore. All VMs created in this datastore 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 Result Backup Target[] 
- classId string
- clusterProfiles GetHyperflex Cluster Backup Policy Result Cluster Profile[] 
- createTime string
- The time when this managed object was created.
- dataStore booleanEncryption Enabled 
- Whether the datastore is encrypted or not.
- description string
- Description of the policy.
- 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 of the concrete policy.
- objectType string
- organizations
GetHyperflex Cluster Backup Policy Result Organization[] 
- owners string[]
- parents
GetHyperflex Cluster Backup Policy Result Parent[] 
- permissionResources GetHyperflex Cluster Backup Policy Result Permission Resource[] 
- replicationPair stringName Prefix 
- Replication cluster pairing name prefix.
- replicationSchedules GetHyperflex Cluster Backup Policy 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.
- 
GetHyperflex Cluster Backup Policy Result Tag[] 
- versionContexts GetHyperflex Cluster Backup Policy Result Version Context[] 
- account_moid str
- The Account ID for this managed object.
- additional_properties str
- ancestors
Sequence[GetHyperflex Cluster Backup Policy Result Ancestor] 
- backup_data_ strstore_ name 
- Backup datastore name prefix used during the auto creation of the datastore. All VMs created in this datastore will be automatically backed up.
- backup_data_ floatstore_ size 
- Replication data store size in backupDataStoreSizeUnit.
- backup_data_ strstore_ size_ unit 
- Replication data store size.
- backup_targets Sequence[GetHyperflex Cluster Backup Policy Result Backup Target] 
- class_id str
- cluster_profiles Sequence[GetHyperflex Cluster Backup Policy Result Cluster Profile] 
- 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 of the policy.
- 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 of the concrete policy.
- object_type str
- organizations
Sequence[GetHyperflex Cluster Backup Policy Result Organization] 
- owners Sequence[str]
- parents
Sequence[GetHyperflex Cluster Backup Policy Result Parent] 
- permission_resources Sequence[GetHyperflex Cluster Backup Policy Result Permission Resource] 
- replication_pair_ strname_ prefix 
- Replication cluster pairing name prefix.
- replication_schedules Sequence[GetHyperflex Cluster Backup Policy 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.
- 
Sequence[GetHyperflex Cluster Backup Policy Result Tag] 
- version_contexts Sequence[GetHyperflex Cluster Backup Policy Result Version Context] 
- accountMoid String
- The Account ID for this managed object.
- additionalProperties String
- ancestors List<Property Map>
- backupData StringStore Name 
- Backup datastore name prefix used during the auto creation of the datastore. All VMs created in this datastore 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
- clusterProfiles List<Property Map>
- createTime String
- The time when this managed object was created.
- dataStore BooleanEncryption Enabled 
- Whether the datastore is encrypted or not.
- description String
- Description of the policy.
- 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 of the concrete policy.
- objectType String
- organizations List<Property Map>
- owners List<String>
- parents List<Property Map>
- permissionResources List<Property Map>
- 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.
- List<Property Map>
- versionContexts List<Property Map>
GetHyperflexClusterBackupPolicyResultAncestor      
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetHyperflexClusterBackupPolicyResultBackupTarget       
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetHyperflexClusterBackupPolicyResultClusterProfile       
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetHyperflexClusterBackupPolicyResultOrganization      
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetHyperflexClusterBackupPolicyResultParent      
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetHyperflexClusterBackupPolicyResultPermissionResource       
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetHyperflexClusterBackupPolicyResultReplicationSchedule       
- 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
GetHyperflexClusterBackupPolicyResultTag      
- AdditionalProperties string
- Key string
- Value string
- AdditionalProperties string
- Key string
- Value string
- additionalProperties String
- key String
- value String
- additionalProperties string
- key string
- value string
- additional_properties str
- key str
- value str
- additionalProperties String
- key String
- value String
GetHyperflexClusterBackupPolicyResultVersionContext       
- additionalProperties String
- classId String
- interestedMos List<Property Map>
- markedFor BooleanDeletion 
- nrVersion String
- objectType String
- refMos List<Property Map>
- timestamp String
- versionType String
GetHyperflexClusterBackupPolicyResultVersionContextInterestedMo         
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetHyperflexClusterBackupPolicyResultVersionContextRefMo         
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetHyperflexClusterBackupPolicyTag     
- AdditionalProperties string
- Key string
- The string representation of a tag key.
- Value string
- The string representation of a tag value.
- AdditionalProperties string
- Key string
- The string representation of a tag key.
- Value string
- The string representation of a tag value.
- additionalProperties String
- key String
- The string representation of a tag key.
- value String
- The string representation of a tag value.
- additionalProperties string
- key string
- The string representation of a tag key.
- value string
- The string representation of a tag value.
- additional_properties str
- key str
- The string representation of a tag key.
- value str
- The string representation of a tag value.
- additionalProperties String
- key String
- The string representation of a tag key.
- value String
- The string representation of a tag value.
GetHyperflexClusterBackupPolicyVersionContext      
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- InterestedMos List<GetHyperflex Cluster Backup Policy 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 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 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 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 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 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 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 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 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 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.
 
GetHyperflexClusterBackupPolicyVersionContextInterestedMo        
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- 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'.
 
GetHyperflexClusterBackupPolicyVersionContextRefMo        
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- 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