intersight 1.0.65 published on Wednesday, May 7, 2025 by ciscodevnet
intersight.getHyperflexVmSnapshotInfo
Explore with Pulumi AI
intersight 1.0.65 published on Wednesday, May 7, 2025 by ciscodevnet
Virtual Machine Snapshot information like replication status, snapshot point and status.
Using getHyperflexVmSnapshotInfo
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 getHyperflexVmSnapshotInfo(args: GetHyperflexVmSnapshotInfoArgs, opts?: InvokeOptions): Promise<GetHyperflexVmSnapshotInfoResult>
function getHyperflexVmSnapshotInfoOutput(args: GetHyperflexVmSnapshotInfoOutputArgs, opts?: InvokeOptions): Output<GetHyperflexVmSnapshotInfoResult>def get_hyperflex_vm_snapshot_info(account_moid: Optional[str] = None,
                                   additional_properties: Optional[str] = None,
                                   ancestors: Optional[Sequence[GetHyperflexVmSnapshotInfoAncestor]] = None,
                                   class_id: Optional[str] = None,
                                   cluster_id_snap_maps: Optional[Sequence[GetHyperflexVmSnapshotInfoClusterIdSnapMap]] = None,
                                   create_time: Optional[str] = None,
                                   display_status: Optional[str] = None,
                                   domain_group_moid: Optional[str] = None,
                                   error: Optional[GetHyperflexVmSnapshotInfoError] = None,
                                   id: Optional[str] = None,
                                   label: Optional[str] = None,
                                   mod_time: Optional[str] = None,
                                   mode: Optional[str] = None,
                                   moid: Optional[str] = None,
                                   object_type: Optional[str] = None,
                                   owners: Optional[Sequence[str]] = None,
                                   parent: Optional[GetHyperflexVmSnapshotInfoParent] = None,
                                   parent_snapshot: Optional[GetHyperflexVmSnapshotInfoParentSnapshot] = None,
                                   permission_resources: Optional[Sequence[GetHyperflexVmSnapshotInfoPermissionResource]] = None,
                                   replication_status: Optional[str] = None,
                                   shared_scope: Optional[str] = None,
                                   snapshot_error_msg: Optional[str] = None,
                                   snapshot_status: Optional[str] = None,
                                   source_timestamp: Optional[float] = None,
                                   src_cluster: Optional[GetHyperflexVmSnapshotInfoSrcCluster] = None,
                                   src_cluster_name: Optional[str] = None,
                                   tags: Optional[Sequence[GetHyperflexVmSnapshotInfoTag]] = None,
                                   target_completion_timestamp: Optional[float] = None,
                                   tgt_cluster: Optional[GetHyperflexVmSnapshotInfoTgtCluster] = None,
                                   tgt_cluster_name: Optional[str] = None,
                                   version_context: Optional[GetHyperflexVmSnapshotInfoVersionContext] = None,
                                   vm_backup_info: Optional[GetHyperflexVmSnapshotInfoVmBackupInfo] = None,
                                   vm_entity_reference: Optional[GetHyperflexVmSnapshotInfoVmEntityReference] = None,
                                   vm_snapshot_entity_reference: Optional[GetHyperflexVmSnapshotInfoVmSnapshotEntityReference] = None,
                                   opts: Optional[InvokeOptions] = None) -> GetHyperflexVmSnapshotInfoResult
def get_hyperflex_vm_snapshot_info_output(account_moid: Optional[pulumi.Input[str]] = None,
                                   additional_properties: Optional[pulumi.Input[str]] = None,
                                   ancestors: Optional[pulumi.Input[Sequence[pulumi.Input[GetHyperflexVmSnapshotInfoAncestorArgs]]]] = None,
                                   class_id: Optional[pulumi.Input[str]] = None,
                                   cluster_id_snap_maps: Optional[pulumi.Input[Sequence[pulumi.Input[GetHyperflexVmSnapshotInfoClusterIdSnapMapArgs]]]] = None,
                                   create_time: Optional[pulumi.Input[str]] = None,
                                   display_status: Optional[pulumi.Input[str]] = None,
                                   domain_group_moid: Optional[pulumi.Input[str]] = None,
                                   error: Optional[pulumi.Input[GetHyperflexVmSnapshotInfoErrorArgs]] = None,
                                   id: Optional[pulumi.Input[str]] = None,
                                   label: Optional[pulumi.Input[str]] = None,
                                   mod_time: Optional[pulumi.Input[str]] = None,
                                   mode: Optional[pulumi.Input[str]] = None,
                                   moid: Optional[pulumi.Input[str]] = None,
                                   object_type: Optional[pulumi.Input[str]] = None,
                                   owners: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
                                   parent: Optional[pulumi.Input[GetHyperflexVmSnapshotInfoParentArgs]] = None,
                                   parent_snapshot: Optional[pulumi.Input[GetHyperflexVmSnapshotInfoParentSnapshotArgs]] = None,
                                   permission_resources: Optional[pulumi.Input[Sequence[pulumi.Input[GetHyperflexVmSnapshotInfoPermissionResourceArgs]]]] = None,
                                   replication_status: Optional[pulumi.Input[str]] = None,
                                   shared_scope: Optional[pulumi.Input[str]] = None,
                                   snapshot_error_msg: Optional[pulumi.Input[str]] = None,
                                   snapshot_status: Optional[pulumi.Input[str]] = None,
                                   source_timestamp: Optional[pulumi.Input[float]] = None,
                                   src_cluster: Optional[pulumi.Input[GetHyperflexVmSnapshotInfoSrcClusterArgs]] = None,
                                   src_cluster_name: Optional[pulumi.Input[str]] = None,
                                   tags: Optional[pulumi.Input[Sequence[pulumi.Input[GetHyperflexVmSnapshotInfoTagArgs]]]] = None,
                                   target_completion_timestamp: Optional[pulumi.Input[float]] = None,
                                   tgt_cluster: Optional[pulumi.Input[GetHyperflexVmSnapshotInfoTgtClusterArgs]] = None,
                                   tgt_cluster_name: Optional[pulumi.Input[str]] = None,
                                   version_context: Optional[pulumi.Input[GetHyperflexVmSnapshotInfoVersionContextArgs]] = None,
                                   vm_backup_info: Optional[pulumi.Input[GetHyperflexVmSnapshotInfoVmBackupInfoArgs]] = None,
                                   vm_entity_reference: Optional[pulumi.Input[GetHyperflexVmSnapshotInfoVmEntityReferenceArgs]] = None,
                                   vm_snapshot_entity_reference: Optional[pulumi.Input[GetHyperflexVmSnapshotInfoVmSnapshotEntityReferenceArgs]] = None,
                                   opts: Optional[InvokeOptions] = None) -> Output[GetHyperflexVmSnapshotInfoResult]func LookupHyperflexVmSnapshotInfo(ctx *Context, args *LookupHyperflexVmSnapshotInfoArgs, opts ...InvokeOption) (*LookupHyperflexVmSnapshotInfoResult, error)
func LookupHyperflexVmSnapshotInfoOutput(ctx *Context, args *LookupHyperflexVmSnapshotInfoOutputArgs, opts ...InvokeOption) LookupHyperflexVmSnapshotInfoResultOutput> Note: This function is named LookupHyperflexVmSnapshotInfo in the Go SDK.
public static class GetHyperflexVmSnapshotInfo 
{
    public static Task<GetHyperflexVmSnapshotInfoResult> InvokeAsync(GetHyperflexVmSnapshotInfoArgs args, InvokeOptions? opts = null)
    public static Output<GetHyperflexVmSnapshotInfoResult> Invoke(GetHyperflexVmSnapshotInfoInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetHyperflexVmSnapshotInfoResult> getHyperflexVmSnapshotInfo(GetHyperflexVmSnapshotInfoArgs args, InvokeOptions options)
public static Output<GetHyperflexVmSnapshotInfoResult> getHyperflexVmSnapshotInfo(GetHyperflexVmSnapshotInfoArgs args, InvokeOptions options)
fn::invoke:
  function: intersight:index/getHyperflexVmSnapshotInfo:getHyperflexVmSnapshotInfo
  arguments:
    # arguments dictionaryThe following arguments are supported:
- AccountMoid string
- The Account ID for this managed object.
- AdditionalProperties string
- Ancestors
List<GetHyperflex Vm Snapshot Info Ancestor> 
- ClassId string
- ClusterId List<GetSnap Maps Hyperflex Vm Snapshot Info Cluster Id Snap Map> 
- CreateTime string
- The time when this managed object was created.
- DisplayStatus string
- Combined status code from replication and snapshot status to display in the Intersight UI.* NONE- Snapshot replication state is none.*SUCCESS- Snapshot completed successfully.*FAILED- Snapshot failed replication status code.*PAUSED- Snapshot replication paused status code.*IN_USE- Snapshot replica in use status code.*STARTING- Snapshot replication starting.*REPLICATING- Snapshot replication in progress.
- DomainGroup stringMoid 
- The DomainGroup ID for this managed object.
- Error
GetHyperflex Vm Snapshot Info Error 
- Id string
- Label string
- The name of the Virtual Machine and the time stamp of the snapshot.
- ModTime string
- The time when this managed object was last modified.
- Mode string
- Quiesce Mode for snapshot taken on Hyperflex cluster.* NONE- The snapshot quiesce mode is none.*CRASH- The snapshot quiesce mode is crash.*VMTOOLS- The snapshot quiesce mode is VMTOOLS.*APP_CONSISTENT- The snapshot quiesce mode is app consistent.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Owners List<string>
- Parent
GetHyperflex Vm Snapshot Info Parent 
- ParentSnapshot GetHyperflex Vm Snapshot Info Parent Snapshot 
- PermissionResources List<GetHyperflex Vm Snapshot Info Permission Resource> 
- ReplicationStatus string
- Replication status of the least successful target cluster.* NONE- Snapshot replication state is none.*SUCCESS- Snapshot completed successfully.*FAILED- Snapshot failed replication status code.*PAUSED- Snapshot replication paused status code.*IN_USE- Snapshot replica in use status code.*STARTING- Snapshot replication starting.*REPLICATING- Snapshot replication in progress.
- 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.
- SnapshotError stringMsg 
- Error message from snapshot creation or replcation if any exist.
- SnapshotStatus string
- Snapshot status of the source cluster.* SUCCESS- This snapshot status code is success.*FAILED- This snapshot status code is failed.*IN_PROGRESS- This snapshot status code is in progress.*DELETING- This snapshot status code is deleting.*DELETED- This snapshot status code is deleted.*NONE- This snapshot status code is none.*INIT- This snapshot status code is initializing.
- SourceTimestamp double
- Timestamp the snapshot was created on the source cluster.
- SrcCluster GetHyperflex Vm Snapshot Info Src Cluster 
- SrcCluster stringName 
- Name of the cluster this snapshot resides on.
- 
List<GetHyperflex Vm Snapshot Info Tag> 
- TargetCompletion doubleTimestamp 
- Timestamp the snapshot was finished replicating on the target cluster.
- TgtCluster GetHyperflex Vm Snapshot Info Tgt Cluster 
- TgtCluster stringName 
- Name of the cluster this snapshot is replicated to.
- VersionContext GetHyperflex Vm Snapshot Info Version Context 
- VmBackup GetInfo Hyperflex Vm Snapshot Info Vm Backup Info 
- VmEntity GetReference Hyperflex Vm Snapshot Info Vm Entity Reference 
- VmSnapshot GetEntity Reference Hyperflex Vm Snapshot Info Vm Snapshot Entity Reference 
- AccountMoid string
- The Account ID for this managed object.
- AdditionalProperties string
- Ancestors
[]GetHyperflex Vm Snapshot Info Ancestor 
- ClassId string
- ClusterId []GetSnap Maps Hyperflex Vm Snapshot Info Cluster Id Snap Map 
- CreateTime string
- The time when this managed object was created.
- DisplayStatus string
- Combined status code from replication and snapshot status to display in the Intersight UI.* NONE- Snapshot replication state is none.*SUCCESS- Snapshot completed successfully.*FAILED- Snapshot failed replication status code.*PAUSED- Snapshot replication paused status code.*IN_USE- Snapshot replica in use status code.*STARTING- Snapshot replication starting.*REPLICATING- Snapshot replication in progress.
- DomainGroup stringMoid 
- The DomainGroup ID for this managed object.
- Error
GetHyperflex Vm Snapshot Info Error 
- Id string
- Label string
- The name of the Virtual Machine and the time stamp of the snapshot.
- ModTime string
- The time when this managed object was last modified.
- Mode string
- Quiesce Mode for snapshot taken on Hyperflex cluster.* NONE- The snapshot quiesce mode is none.*CRASH- The snapshot quiesce mode is crash.*VMTOOLS- The snapshot quiesce mode is VMTOOLS.*APP_CONSISTENT- The snapshot quiesce mode is app consistent.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Owners []string
- Parent
GetHyperflex Vm Snapshot Info Parent 
- ParentSnapshot GetHyperflex Vm Snapshot Info Parent Snapshot 
- PermissionResources []GetHyperflex Vm Snapshot Info Permission Resource 
- ReplicationStatus string
- Replication status of the least successful target cluster.* NONE- Snapshot replication state is none.*SUCCESS- Snapshot completed successfully.*FAILED- Snapshot failed replication status code.*PAUSED- Snapshot replication paused status code.*IN_USE- Snapshot replica in use status code.*STARTING- Snapshot replication starting.*REPLICATING- Snapshot replication in progress.
- 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.
- SnapshotError stringMsg 
- Error message from snapshot creation or replcation if any exist.
- SnapshotStatus string
- Snapshot status of the source cluster.* SUCCESS- This snapshot status code is success.*FAILED- This snapshot status code is failed.*IN_PROGRESS- This snapshot status code is in progress.*DELETING- This snapshot status code is deleting.*DELETED- This snapshot status code is deleted.*NONE- This snapshot status code is none.*INIT- This snapshot status code is initializing.
- SourceTimestamp float64
- Timestamp the snapshot was created on the source cluster.
- SrcCluster GetHyperflex Vm Snapshot Info Src Cluster 
- SrcCluster stringName 
- Name of the cluster this snapshot resides on.
- 
[]GetHyperflex Vm Snapshot Info Tag 
- TargetCompletion float64Timestamp 
- Timestamp the snapshot was finished replicating on the target cluster.
- TgtCluster GetHyperflex Vm Snapshot Info Tgt Cluster 
- TgtCluster stringName 
- Name of the cluster this snapshot is replicated to.
- VersionContext GetHyperflex Vm Snapshot Info Version Context 
- VmBackup GetInfo Hyperflex Vm Snapshot Info Vm Backup Info 
- VmEntity GetReference Hyperflex Vm Snapshot Info Vm Entity Reference 
- VmSnapshot GetEntity Reference Hyperflex Vm Snapshot Info Vm Snapshot Entity Reference 
- accountMoid String
- The Account ID for this managed object.
- additionalProperties String
- ancestors
List<GetHyperflex Vm Snapshot Info Ancestor> 
- classId String
- clusterId List<GetSnap Maps Hyperflex Vm Snapshot Info Cluster Id Snap Map> 
- createTime String
- The time when this managed object was created.
- displayStatus String
- Combined status code from replication and snapshot status to display in the Intersight UI.* NONE- Snapshot replication state is none.*SUCCESS- Snapshot completed successfully.*FAILED- Snapshot failed replication status code.*PAUSED- Snapshot replication paused status code.*IN_USE- Snapshot replica in use status code.*STARTING- Snapshot replication starting.*REPLICATING- Snapshot replication in progress.
- domainGroup StringMoid 
- The DomainGroup ID for this managed object.
- error
GetHyperflex Vm Snapshot Info Error 
- id String
- label String
- The name of the Virtual Machine and the time stamp of the snapshot.
- modTime String
- The time when this managed object was last modified.
- mode String
- Quiesce Mode for snapshot taken on Hyperflex cluster.* NONE- The snapshot quiesce mode is none.*CRASH- The snapshot quiesce mode is crash.*VMTOOLS- The snapshot quiesce mode is VMTOOLS.*APP_CONSISTENT- The snapshot quiesce mode is app consistent.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- owners List<String>
- parent
GetHyperflex Vm Snapshot Info Parent 
- parentSnapshot GetHyperflex Vm Snapshot Info Parent Snapshot 
- permissionResources List<GetHyperflex Vm Snapshot Info Permission Resource> 
- replicationStatus String
- Replication status of the least successful target cluster.* NONE- Snapshot replication state is none.*SUCCESS- Snapshot completed successfully.*FAILED- Snapshot failed replication status code.*PAUSED- Snapshot replication paused status code.*IN_USE- Snapshot replica in use status code.*STARTING- Snapshot replication starting.*REPLICATING- Snapshot replication in progress.
- 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.
- snapshotError StringMsg 
- Error message from snapshot creation or replcation if any exist.
- snapshotStatus String
- Snapshot status of the source cluster.* SUCCESS- This snapshot status code is success.*FAILED- This snapshot status code is failed.*IN_PROGRESS- This snapshot status code is in progress.*DELETING- This snapshot status code is deleting.*DELETED- This snapshot status code is deleted.*NONE- This snapshot status code is none.*INIT- This snapshot status code is initializing.
- sourceTimestamp Double
- Timestamp the snapshot was created on the source cluster.
- srcCluster GetHyperflex Vm Snapshot Info Src Cluster 
- srcCluster StringName 
- Name of the cluster this snapshot resides on.
- 
List<GetHyperflex Vm Snapshot Info Tag> 
- targetCompletion DoubleTimestamp 
- Timestamp the snapshot was finished replicating on the target cluster.
- tgtCluster GetHyperflex Vm Snapshot Info Tgt Cluster 
- tgtCluster StringName 
- Name of the cluster this snapshot is replicated to.
- versionContext GetHyperflex Vm Snapshot Info Version Context 
- vmBackup GetInfo Hyperflex Vm Snapshot Info Vm Backup Info 
- vmEntity GetReference Hyperflex Vm Snapshot Info Vm Entity Reference 
- vmSnapshot GetEntity Reference Hyperflex Vm Snapshot Info Vm Snapshot Entity Reference 
- accountMoid string
- The Account ID for this managed object.
- additionalProperties string
- ancestors
GetHyperflex Vm Snapshot Info Ancestor[] 
- classId string
- clusterId GetSnap Maps Hyperflex Vm Snapshot Info Cluster Id Snap Map[] 
- createTime string
- The time when this managed object was created.
- displayStatus string
- Combined status code from replication and snapshot status to display in the Intersight UI.* NONE- Snapshot replication state is none.*SUCCESS- Snapshot completed successfully.*FAILED- Snapshot failed replication status code.*PAUSED- Snapshot replication paused status code.*IN_USE- Snapshot replica in use status code.*STARTING- Snapshot replication starting.*REPLICATING- Snapshot replication in progress.
- domainGroup stringMoid 
- The DomainGroup ID for this managed object.
- error
GetHyperflex Vm Snapshot Info Error 
- id string
- label string
- The name of the Virtual Machine and the time stamp of the snapshot.
- modTime string
- The time when this managed object was last modified.
- mode string
- Quiesce Mode for snapshot taken on Hyperflex cluster.* NONE- The snapshot quiesce mode is none.*CRASH- The snapshot quiesce mode is crash.*VMTOOLS- The snapshot quiesce mode is VMTOOLS.*APP_CONSISTENT- The snapshot quiesce mode is app consistent.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- owners string[]
- parent
GetHyperflex Vm Snapshot Info Parent 
- parentSnapshot GetHyperflex Vm Snapshot Info Parent Snapshot 
- permissionResources GetHyperflex Vm Snapshot Info Permission Resource[] 
- replicationStatus string
- Replication status of the least successful target cluster.* NONE- Snapshot replication state is none.*SUCCESS- Snapshot completed successfully.*FAILED- Snapshot failed replication status code.*PAUSED- Snapshot replication paused status code.*IN_USE- Snapshot replica in use status code.*STARTING- Snapshot replication starting.*REPLICATING- Snapshot replication in progress.
- 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.
- snapshotError stringMsg 
- Error message from snapshot creation or replcation if any exist.
- snapshotStatus string
- Snapshot status of the source cluster.* SUCCESS- This snapshot status code is success.*FAILED- This snapshot status code is failed.*IN_PROGRESS- This snapshot status code is in progress.*DELETING- This snapshot status code is deleting.*DELETED- This snapshot status code is deleted.*NONE- This snapshot status code is none.*INIT- This snapshot status code is initializing.
- sourceTimestamp number
- Timestamp the snapshot was created on the source cluster.
- srcCluster GetHyperflex Vm Snapshot Info Src Cluster 
- srcCluster stringName 
- Name of the cluster this snapshot resides on.
- 
GetHyperflex Vm Snapshot Info Tag[] 
- targetCompletion numberTimestamp 
- Timestamp the snapshot was finished replicating on the target cluster.
- tgtCluster GetHyperflex Vm Snapshot Info Tgt Cluster 
- tgtCluster stringName 
- Name of the cluster this snapshot is replicated to.
- versionContext GetHyperflex Vm Snapshot Info Version Context 
- vmBackup GetInfo Hyperflex Vm Snapshot Info Vm Backup Info 
- vmEntity GetReference Hyperflex Vm Snapshot Info Vm Entity Reference 
- vmSnapshot GetEntity Reference Hyperflex Vm Snapshot Info Vm Snapshot Entity Reference 
- account_moid str
- The Account ID for this managed object.
- additional_properties str
- ancestors
Sequence[GetHyperflex Vm Snapshot Info Ancestor] 
- class_id str
- cluster_id_ Sequence[Getsnap_ maps Hyperflex Vm Snapshot Info Cluster Id Snap Map] 
- create_time str
- The time when this managed object was created.
- display_status str
- Combined status code from replication and snapshot status to display in the Intersight UI.* NONE- Snapshot replication state is none.*SUCCESS- Snapshot completed successfully.*FAILED- Snapshot failed replication status code.*PAUSED- Snapshot replication paused status code.*IN_USE- Snapshot replica in use status code.*STARTING- Snapshot replication starting.*REPLICATING- Snapshot replication in progress.
- domain_group_ strmoid 
- The DomainGroup ID for this managed object.
- error
GetHyperflex Vm Snapshot Info Error 
- id str
- label str
- The name of the Virtual Machine and the time stamp of the snapshot.
- mod_time str
- The time when this managed object was last modified.
- mode str
- Quiesce Mode for snapshot taken on Hyperflex cluster.* NONE- The snapshot quiesce mode is none.*CRASH- The snapshot quiesce mode is crash.*VMTOOLS- The snapshot quiesce mode is VMTOOLS.*APP_CONSISTENT- The snapshot quiesce mode is app consistent.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- owners Sequence[str]
- parent
GetHyperflex Vm Snapshot Info Parent 
- parent_snapshot GetHyperflex Vm Snapshot Info Parent Snapshot 
- permission_resources Sequence[GetHyperflex Vm Snapshot Info Permission Resource] 
- replication_status str
- Replication status of the least successful target cluster.* NONE- Snapshot replication state is none.*SUCCESS- Snapshot completed successfully.*FAILED- Snapshot failed replication status code.*PAUSED- Snapshot replication paused status code.*IN_USE- Snapshot replica in use status code.*STARTING- Snapshot replication starting.*REPLICATING- Snapshot replication in progress.
- 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_error_ strmsg 
- Error message from snapshot creation or replcation if any exist.
- snapshot_status str
- Snapshot status of the source cluster.* SUCCESS- This snapshot status code is success.*FAILED- This snapshot status code is failed.*IN_PROGRESS- This snapshot status code is in progress.*DELETING- This snapshot status code is deleting.*DELETED- This snapshot status code is deleted.*NONE- This snapshot status code is none.*INIT- This snapshot status code is initializing.
- source_timestamp float
- Timestamp the snapshot was created on the source cluster.
- src_cluster GetHyperflex Vm Snapshot Info Src Cluster 
- src_cluster_ strname 
- Name of the cluster this snapshot resides on.
- 
Sequence[GetHyperflex Vm Snapshot Info Tag] 
- target_completion_ floattimestamp 
- Timestamp the snapshot was finished replicating on the target cluster.
- tgt_cluster GetHyperflex Vm Snapshot Info Tgt Cluster 
- tgt_cluster_ strname 
- Name of the cluster this snapshot is replicated to.
- version_context GetHyperflex Vm Snapshot Info Version Context 
- vm_backup_ Getinfo Hyperflex Vm Snapshot Info Vm Backup Info 
- vm_entity_ Getreference Hyperflex Vm Snapshot Info Vm Entity Reference 
- vm_snapshot_ Getentity_ reference Hyperflex Vm Snapshot Info Vm Snapshot Entity Reference 
- accountMoid String
- The Account ID for this managed object.
- additionalProperties String
- ancestors List<Property Map>
- classId String
- clusterId List<Property Map>Snap Maps 
- createTime String
- The time when this managed object was created.
- displayStatus String
- Combined status code from replication and snapshot status to display in the Intersight UI.* NONE- Snapshot replication state is none.*SUCCESS- Snapshot completed successfully.*FAILED- Snapshot failed replication status code.*PAUSED- Snapshot replication paused status code.*IN_USE- Snapshot replica in use status code.*STARTING- Snapshot replication starting.*REPLICATING- Snapshot replication in progress.
- domainGroup StringMoid 
- The DomainGroup ID for this managed object.
- error Property Map
- id String
- label String
- The name of the Virtual Machine and the time stamp of the snapshot.
- modTime String
- The time when this managed object was last modified.
- mode String
- Quiesce Mode for snapshot taken on Hyperflex cluster.* NONE- The snapshot quiesce mode is none.*CRASH- The snapshot quiesce mode is crash.*VMTOOLS- The snapshot quiesce mode is VMTOOLS.*APP_CONSISTENT- The snapshot quiesce mode is app consistent.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- owners List<String>
- parent Property Map
- parentSnapshot Property Map
- permissionResources List<Property Map>
- replicationStatus String
- Replication status of the least successful target cluster.* NONE- Snapshot replication state is none.*SUCCESS- Snapshot completed successfully.*FAILED- Snapshot failed replication status code.*PAUSED- Snapshot replication paused status code.*IN_USE- Snapshot replica in use status code.*STARTING- Snapshot replication starting.*REPLICATING- Snapshot replication in progress.
- 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.
- snapshotError StringMsg 
- Error message from snapshot creation or replcation if any exist.
- snapshotStatus String
- Snapshot status of the source cluster.* SUCCESS- This snapshot status code is success.*FAILED- This snapshot status code is failed.*IN_PROGRESS- This snapshot status code is in progress.*DELETING- This snapshot status code is deleting.*DELETED- This snapshot status code is deleted.*NONE- This snapshot status code is none.*INIT- This snapshot status code is initializing.
- sourceTimestamp Number
- Timestamp the snapshot was created on the source cluster.
- srcCluster Property Map
- srcCluster StringName 
- Name of the cluster this snapshot resides on.
- List<Property Map>
- targetCompletion NumberTimestamp 
- Timestamp the snapshot was finished replicating on the target cluster.
- tgtCluster Property Map
- tgtCluster StringName 
- Name of the cluster this snapshot is replicated to.
- versionContext Property Map
- vmBackup Property MapInfo 
- vmEntity Property MapReference 
- vmSnapshot Property MapEntity Reference 
getHyperflexVmSnapshotInfo Result
The following output properties are available:
- Id string
- Results
List<GetHyperflex Vm Snapshot Info Result> 
- AccountMoid string
- AdditionalProperties string
- Ancestors
List<GetHyperflex Vm Snapshot Info Ancestor> 
- ClassId string
- ClusterId List<GetSnap Maps Hyperflex Vm Snapshot Info Cluster Id Snap Map> 
- CreateTime string
- DisplayStatus string
- DomainGroup stringMoid 
- Error
GetHyperflex Vm Snapshot Info Error 
- Label string
- ModTime string
- Mode string
- Moid string
- ObjectType string
- Owners List<string>
- Parent
GetHyperflex Vm Snapshot Info Parent 
- ParentSnapshot GetHyperflex Vm Snapshot Info Parent Snapshot 
- PermissionResources List<GetHyperflex Vm Snapshot Info Permission Resource> 
- ReplicationStatus string
- string
- SnapshotError stringMsg 
- SnapshotStatus string
- SourceTimestamp double
- SrcCluster GetHyperflex Vm Snapshot Info Src Cluster 
- SrcCluster stringName 
- 
List<GetHyperflex Vm Snapshot Info Tag> 
- TargetCompletion doubleTimestamp 
- TgtCluster GetHyperflex Vm Snapshot Info Tgt Cluster 
- TgtCluster stringName 
- VersionContext GetHyperflex Vm Snapshot Info Version Context 
- VmBackup GetInfo Hyperflex Vm Snapshot Info Vm Backup Info 
- VmEntity GetReference Hyperflex Vm Snapshot Info Vm Entity Reference 
- VmSnapshot GetEntity Reference Hyperflex Vm Snapshot Info Vm Snapshot Entity Reference 
- Id string
- Results
[]GetHyperflex Vm Snapshot Info Result 
- AccountMoid string
- AdditionalProperties string
- Ancestors
[]GetHyperflex Vm Snapshot Info Ancestor 
- ClassId string
- ClusterId []GetSnap Maps Hyperflex Vm Snapshot Info Cluster Id Snap Map 
- CreateTime string
- DisplayStatus string
- DomainGroup stringMoid 
- Error
GetHyperflex Vm Snapshot Info Error 
- Label string
- ModTime string
- Mode string
- Moid string
- ObjectType string
- Owners []string
- Parent
GetHyperflex Vm Snapshot Info Parent 
- ParentSnapshot GetHyperflex Vm Snapshot Info Parent Snapshot 
- PermissionResources []GetHyperflex Vm Snapshot Info Permission Resource 
- ReplicationStatus string
- string
- SnapshotError stringMsg 
- SnapshotStatus string
- SourceTimestamp float64
- SrcCluster GetHyperflex Vm Snapshot Info Src Cluster 
- SrcCluster stringName 
- 
[]GetHyperflex Vm Snapshot Info Tag 
- TargetCompletion float64Timestamp 
- TgtCluster GetHyperflex Vm Snapshot Info Tgt Cluster 
- TgtCluster stringName 
- VersionContext GetHyperflex Vm Snapshot Info Version Context 
- VmBackup GetInfo Hyperflex Vm Snapshot Info Vm Backup Info 
- VmEntity GetReference Hyperflex Vm Snapshot Info Vm Entity Reference 
- VmSnapshot GetEntity Reference Hyperflex Vm Snapshot Info Vm Snapshot Entity Reference 
- id String
- results
List<GetHyperflex Vm Snapshot Info Result> 
- accountMoid String
- additionalProperties String
- ancestors
List<GetHyperflex Vm Snapshot Info Ancestor> 
- classId String
- clusterId List<GetSnap Maps Hyperflex Vm Snapshot Info Cluster Id Snap Map> 
- createTime String
- displayStatus String
- domainGroup StringMoid 
- error
GetHyperflex Vm Snapshot Info Error 
- label String
- modTime String
- mode String
- moid String
- objectType String
- owners List<String>
- parent
GetHyperflex Vm Snapshot Info Parent 
- parentSnapshot GetHyperflex Vm Snapshot Info Parent Snapshot 
- permissionResources List<GetHyperflex Vm Snapshot Info Permission Resource> 
- replicationStatus String
- String
- snapshotError StringMsg 
- snapshotStatus String
- sourceTimestamp Double
- srcCluster GetHyperflex Vm Snapshot Info Src Cluster 
- srcCluster StringName 
- 
List<GetHyperflex Vm Snapshot Info Tag> 
- targetCompletion DoubleTimestamp 
- tgtCluster GetHyperflex Vm Snapshot Info Tgt Cluster 
- tgtCluster StringName 
- versionContext GetHyperflex Vm Snapshot Info Version Context 
- vmBackup GetInfo Hyperflex Vm Snapshot Info Vm Backup Info 
- vmEntity GetReference Hyperflex Vm Snapshot Info Vm Entity Reference 
- vmSnapshot GetEntity Reference Hyperflex Vm Snapshot Info Vm Snapshot Entity Reference 
- id string
- results
GetHyperflex Vm Snapshot Info Result[] 
- accountMoid string
- additionalProperties string
- ancestors
GetHyperflex Vm Snapshot Info Ancestor[] 
- classId string
- clusterId GetSnap Maps Hyperflex Vm Snapshot Info Cluster Id Snap Map[] 
- createTime string
- displayStatus string
- domainGroup stringMoid 
- error
GetHyperflex Vm Snapshot Info Error 
- label string
- modTime string
- mode string
- moid string
- objectType string
- owners string[]
- parent
GetHyperflex Vm Snapshot Info Parent 
- parentSnapshot GetHyperflex Vm Snapshot Info Parent Snapshot 
- permissionResources GetHyperflex Vm Snapshot Info Permission Resource[] 
- replicationStatus string
- string
- snapshotError stringMsg 
- snapshotStatus string
- sourceTimestamp number
- srcCluster GetHyperflex Vm Snapshot Info Src Cluster 
- srcCluster stringName 
- 
GetHyperflex Vm Snapshot Info Tag[] 
- targetCompletion numberTimestamp 
- tgtCluster GetHyperflex Vm Snapshot Info Tgt Cluster 
- tgtCluster stringName 
- versionContext GetHyperflex Vm Snapshot Info Version Context 
- vmBackup GetInfo Hyperflex Vm Snapshot Info Vm Backup Info 
- vmEntity GetReference Hyperflex Vm Snapshot Info Vm Entity Reference 
- vmSnapshot GetEntity Reference Hyperflex Vm Snapshot Info Vm Snapshot Entity Reference 
- id str
- results
Sequence[GetHyperflex Vm Snapshot Info Result] 
- account_moid str
- additional_properties str
- ancestors
Sequence[GetHyperflex Vm Snapshot Info Ancestor] 
- class_id str
- cluster_id_ Sequence[Getsnap_ maps Hyperflex Vm Snapshot Info Cluster Id Snap Map] 
- create_time str
- display_status str
- domain_group_ strmoid 
- error
GetHyperflex Vm Snapshot Info Error 
- label str
- mod_time str
- mode str
- moid str
- object_type str
- owners Sequence[str]
- parent
GetHyperflex Vm Snapshot Info Parent 
- parent_snapshot GetHyperflex Vm Snapshot Info Parent Snapshot 
- permission_resources Sequence[GetHyperflex Vm Snapshot Info Permission Resource] 
- replication_status str
- str
- snapshot_error_ strmsg 
- snapshot_status str
- source_timestamp float
- src_cluster GetHyperflex Vm Snapshot Info Src Cluster 
- src_cluster_ strname 
- 
Sequence[GetHyperflex Vm Snapshot Info Tag] 
- target_completion_ floattimestamp 
- tgt_cluster GetHyperflex Vm Snapshot Info Tgt Cluster 
- tgt_cluster_ strname 
- version_context GetHyperflex Vm Snapshot Info Version Context 
- vm_backup_ Getinfo Hyperflex Vm Snapshot Info Vm Backup Info 
- vm_entity_ Getreference Hyperflex Vm Snapshot Info Vm Entity Reference 
- vm_snapshot_ Getentity_ reference Hyperflex Vm Snapshot Info Vm Snapshot Entity Reference 
- id String
- results List<Property Map>
- accountMoid String
- additionalProperties String
- ancestors List<Property Map>
- classId String
- clusterId List<Property Map>Snap Maps 
- createTime String
- displayStatus String
- domainGroup StringMoid 
- error Property Map
- label String
- modTime String
- mode String
- moid String
- objectType String
- owners List<String>
- parent Property Map
- parentSnapshot Property Map
- permissionResources List<Property Map>
- replicationStatus String
- String
- snapshotError StringMsg 
- snapshotStatus String
- sourceTimestamp Number
- srcCluster Property Map
- srcCluster StringName 
- List<Property Map>
- targetCompletion NumberTimestamp 
- tgtCluster Property Map
- tgtCluster StringName 
- versionContext Property Map
- vmBackup Property MapInfo 
- vmEntity Property MapReference 
- vmSnapshot Property MapEntity Reference 
Supporting Types
GetHyperflexVmSnapshotInfoAncestor     
- 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'.
 
GetHyperflexVmSnapshotInfoClusterIdSnapMap        
- 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.
- ClusterId string
- ClusterId of the snapshot point.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- SnapshotPoint GetHyperflex Vm Snapshot Info Cluster Id Snap Map Snapshot Point 
- Snapshot point details for this cluster.
- 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.
- ClusterId string
- ClusterId of the snapshot point.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- SnapshotPoint GetHyperflex Vm Snapshot Info Cluster Id Snap Map Snapshot Point 
- Snapshot point details for this cluster.
- 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.
- clusterId String
- ClusterId of the snapshot point.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- snapshotPoint GetHyperflex Vm Snapshot Info Cluster Id Snap Map Snapshot Point 
- Snapshot point details for this cluster.
- 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.
- clusterId string
- ClusterId of the snapshot point.
- objectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- snapshotPoint GetHyperflex Vm Snapshot Info Cluster Id Snap Map Snapshot Point 
- Snapshot point details for this cluster.
- 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.
- cluster_id str
- ClusterId of the snapshot point.
- object_type str
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- snapshot_point GetHyperflex Vm Snapshot Info Cluster Id Snap Map Snapshot Point 
- Snapshot point details for this cluster.
- 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.
- clusterId String
- ClusterId of the snapshot point.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- snapshotPoint Property Map
- Snapshot point details for this cluster.
GetHyperflexVmSnapshotInfoClusterIdSnapMapSnapshotPoint          
- 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.
- ClusterEntity GetReference Hyperflex Vm Snapshot Info Cluster Id Snap Map Snapshot Point Cluster Entity Reference 
- Cluster to which this snapshot belongs.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- ReplicationStatus GetHyperflex Vm Snapshot Info Cluster Id Snap Map Snapshot Point Replication Status 
- Replication status of the least successful target cluster.* NONE- Snapshot replication state is none.*SUCCESS- Snapshot completed successfully.*FAILED- Snapshot failed replication status code.*PAUSED- Snapshot replication paused status code.*IN_USE- Snapshot replica in use status code.*STARTING- Snapshot replication starting.*REPLICATING- Snapshot replication in progress.
- SnapshotFiles GetHyperflex Vm Snapshot Info Cluster Id Snap Map Snapshot Point Snapshot Files 
- Files this snapshot is comprised of.
- SnapshotPoint GetEntity Reference Hyperflex Vm Snapshot Info Cluster Id Snap Map Snapshot Point Snapshot Point Entity Reference 
- EntityReference for this snapshot point.
- SnapshotStatus GetHyperflex Vm Snapshot Info Cluster Id Snap Map Snapshot Point Snapshot Status 
- Snapshot status of the source cluster.* SUCCESS- This snapshot status code is success.*FAILED- This snapshot status code is failed.*IN_PROGRESS- This snapshot status code is in progress.*DELETING- This snapshot status code is deleting.*DELETED- This snapshot status code is deleted.*NONE- This snapshot status code is none.*INIT- This snapshot status code is initializing.
- VmRuntime GetInfo Hyperflex Vm Snapshot Info Cluster Id Snap Map Snapshot Point Vm Runtime Info 
- Virtual machine runtime information.
- 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.
- ClusterEntity GetReference Hyperflex Vm Snapshot Info Cluster Id Snap Map Snapshot Point Cluster Entity Reference 
- Cluster to which this snapshot belongs.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- ReplicationStatus GetHyperflex Vm Snapshot Info Cluster Id Snap Map Snapshot Point Replication Status 
- Replication status of the least successful target cluster.* NONE- Snapshot replication state is none.*SUCCESS- Snapshot completed successfully.*FAILED- Snapshot failed replication status code.*PAUSED- Snapshot replication paused status code.*IN_USE- Snapshot replica in use status code.*STARTING- Snapshot replication starting.*REPLICATING- Snapshot replication in progress.
- SnapshotFiles GetHyperflex Vm Snapshot Info Cluster Id Snap Map Snapshot Point Snapshot Files 
- Files this snapshot is comprised of.
- SnapshotPoint GetEntity Reference Hyperflex Vm Snapshot Info Cluster Id Snap Map Snapshot Point Snapshot Point Entity Reference 
- EntityReference for this snapshot point.
- SnapshotStatus GetHyperflex Vm Snapshot Info Cluster Id Snap Map Snapshot Point Snapshot Status 
- Snapshot status of the source cluster.* SUCCESS- This snapshot status code is success.*FAILED- This snapshot status code is failed.*IN_PROGRESS- This snapshot status code is in progress.*DELETING- This snapshot status code is deleting.*DELETED- This snapshot status code is deleted.*NONE- This snapshot status code is none.*INIT- This snapshot status code is initializing.
- VmRuntime GetInfo Hyperflex Vm Snapshot Info Cluster Id Snap Map Snapshot Point Vm Runtime Info 
- Virtual machine runtime information.
- 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.
- clusterEntity GetReference Hyperflex Vm Snapshot Info Cluster Id Snap Map Snapshot Point Cluster Entity Reference 
- Cluster to which this snapshot belongs.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- replicationStatus GetHyperflex Vm Snapshot Info Cluster Id Snap Map Snapshot Point Replication Status 
- Replication status of the least successful target cluster.* NONE- Snapshot replication state is none.*SUCCESS- Snapshot completed successfully.*FAILED- Snapshot failed replication status code.*PAUSED- Snapshot replication paused status code.*IN_USE- Snapshot replica in use status code.*STARTING- Snapshot replication starting.*REPLICATING- Snapshot replication in progress.
- snapshotFiles GetHyperflex Vm Snapshot Info Cluster Id Snap Map Snapshot Point Snapshot Files 
- Files this snapshot is comprised of.
- snapshotPoint GetEntity Reference Hyperflex Vm Snapshot Info Cluster Id Snap Map Snapshot Point Snapshot Point Entity Reference 
- EntityReference for this snapshot point.
- snapshotStatus GetHyperflex Vm Snapshot Info Cluster Id Snap Map Snapshot Point Snapshot Status 
- Snapshot status of the source cluster.* SUCCESS- This snapshot status code is success.*FAILED- This snapshot status code is failed.*IN_PROGRESS- This snapshot status code is in progress.*DELETING- This snapshot status code is deleting.*DELETED- This snapshot status code is deleted.*NONE- This snapshot status code is none.*INIT- This snapshot status code is initializing.
- vmRuntime GetInfo Hyperflex Vm Snapshot Info Cluster Id Snap Map Snapshot Point Vm Runtime Info 
- Virtual machine runtime information.
- 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.
- clusterEntity GetReference Hyperflex Vm Snapshot Info Cluster Id Snap Map Snapshot Point Cluster Entity Reference 
- Cluster to which this snapshot belongs.
- objectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- replicationStatus GetHyperflex Vm Snapshot Info Cluster Id Snap Map Snapshot Point Replication Status 
- Replication status of the least successful target cluster.* NONE- Snapshot replication state is none.*SUCCESS- Snapshot completed successfully.*FAILED- Snapshot failed replication status code.*PAUSED- Snapshot replication paused status code.*IN_USE- Snapshot replica in use status code.*STARTING- Snapshot replication starting.*REPLICATING- Snapshot replication in progress.
- snapshotFiles GetHyperflex Vm Snapshot Info Cluster Id Snap Map Snapshot Point Snapshot Files 
- Files this snapshot is comprised of.
- snapshotPoint GetEntity Reference Hyperflex Vm Snapshot Info Cluster Id Snap Map Snapshot Point Snapshot Point Entity Reference 
- EntityReference for this snapshot point.
- snapshotStatus GetHyperflex Vm Snapshot Info Cluster Id Snap Map Snapshot Point Snapshot Status 
- Snapshot status of the source cluster.* SUCCESS- This snapshot status code is success.*FAILED- This snapshot status code is failed.*IN_PROGRESS- This snapshot status code is in progress.*DELETING- This snapshot status code is deleting.*DELETED- This snapshot status code is deleted.*NONE- This snapshot status code is none.*INIT- This snapshot status code is initializing.
- vmRuntime GetInfo Hyperflex Vm Snapshot Info Cluster Id Snap Map Snapshot Point Vm Runtime Info 
- Virtual machine runtime information.
- 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.
- cluster_entity_ Getreference Hyperflex Vm Snapshot Info Cluster Id Snap Map Snapshot Point Cluster Entity Reference 
- Cluster to which this snapshot belongs.
- object_type str
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- replication_status GetHyperflex Vm Snapshot Info Cluster Id Snap Map Snapshot Point Replication Status 
- Replication status of the least successful target cluster.* NONE- Snapshot replication state is none.*SUCCESS- Snapshot completed successfully.*FAILED- Snapshot failed replication status code.*PAUSED- Snapshot replication paused status code.*IN_USE- Snapshot replica in use status code.*STARTING- Snapshot replication starting.*REPLICATING- Snapshot replication in progress.
- snapshot_files GetHyperflex Vm Snapshot Info Cluster Id Snap Map Snapshot Point Snapshot Files 
- Files this snapshot is comprised of.
- snapshot_point_ Getentity_ reference Hyperflex Vm Snapshot Info Cluster Id Snap Map Snapshot Point Snapshot Point Entity Reference 
- EntityReference for this snapshot point.
- snapshot_status GetHyperflex Vm Snapshot Info Cluster Id Snap Map Snapshot Point Snapshot Status 
- Snapshot status of the source cluster.* SUCCESS- This snapshot status code is success.*FAILED- This snapshot status code is failed.*IN_PROGRESS- This snapshot status code is in progress.*DELETING- This snapshot status code is deleting.*DELETED- This snapshot status code is deleted.*NONE- This snapshot status code is none.*INIT- This snapshot status code is initializing.
- vm_runtime_ Getinfo Hyperflex Vm Snapshot Info Cluster Id Snap Map Snapshot Point Vm Runtime Info 
- Virtual machine runtime information.
- 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.
- clusterEntity Property MapReference 
- Cluster to which this snapshot belongs.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- replicationStatus Property Map
- Replication status of the least successful target cluster.* NONE- Snapshot replication state is none.*SUCCESS- Snapshot completed successfully.*FAILED- Snapshot failed replication status code.*PAUSED- Snapshot replication paused status code.*IN_USE- Snapshot replica in use status code.*STARTING- Snapshot replication starting.*REPLICATING- Snapshot replication in progress.
- snapshotFiles Property Map
- Files this snapshot is comprised of.
- snapshotPoint Property MapEntity Reference 
- EntityReference for this snapshot point.
- snapshotStatus Property Map
- Snapshot status of the source cluster.* SUCCESS- This snapshot status code is success.*FAILED- This snapshot status code is failed.*IN_PROGRESS- This snapshot status code is in progress.*DELETING- This snapshot status code is deleting.*DELETED- This snapshot status code is deleted.*NONE- This snapshot status code is none.*INIT- This snapshot status code is initializing.
- vmRuntime Property MapInfo 
- Virtual machine runtime information.
GetHyperflexVmSnapshotInfoClusterIdSnapMapSnapshotPointClusterEntityReference             
- 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.
- Confignum double
- Configuration number for this reference.
- Id string
- Uuid of the entity for this reference.
- Idtype string
- Type of entity id for this reference.- VCMOID- The entity reference ID type is VC MOID.
- VMBIOSUUID- The entity reference ID type is VM Bios UUID.
- VMDSPATH- The entity reference ID type is VM Datastore Path.
- VMINSTANCEUUID- The entity reference ID type is VM Instance UUID.
- VMNAME- The entity reference ID type is VM Name.
 
- Name string
- Name of the entity for this entity reference.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Type string
- Type of the entity for this entity reference.- DISK- This entity type is a disk.
- PNODE- This entity type is a P node.
- NODE- This entity type is a node.
- CLUSTER- This entity type is a cluster.
- DATASTORE- This entity is a datastore.
- VIRTNODE- This entity is a HyperFlex virtual node.
- VIRTCLUSTER- This entity type is a virtual cluster.
- VIRTDATASTORE- This entity type is a virtual data store.
- VIRTMACHINE- This entity type is a virtual machine.
- PDISK- This entity type is a P disk.
- PDATASTORE- This entity type is a P Datastore.
- VIRTMACHINESNAPSHOT- This entity is a virtual machine snapshot.
- FOLDER- This entity type is a folder.
- RESOURCEPOOL- This entity type is a resource pool.
- FILE- This entity type is a file.
- VIRTDATACENTER- This entity type is a virtual data center.
- REPLICATION_APPLIANCE- This entity type is a replication appliance.
- REPLICATION_JOB- This entity type is a replication job.
- IP_POOL- This entity type is an IP Pool.
- REPLICATION_INFO- This entity type is a replication information.
- DP_VM_SNAPSHOT- This entity type is a DP VM Snapshot.
- DP_VMGROUP_SNAPSHOT- This entity type is a DP VM Group Snapshot.
- DP_VM_CONFIG- This entity type is a DP VM Configuration.
- DP_VM- This entity type is a DP VM.
- DP_VMGROUP- This entity type is a DP VM Group.
- DP_VM_SNAPSHOT_POINT- This entity type is a DP VM Snapshot Point.
- CLUSTER_PAIR- This entity is a cluster pair.
- HX_TASK- This entity type is a HyperFlex task.
- ZONE- This entity type is a zone.
 
- 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.
- Confignum float64
- Configuration number for this reference.
- Id string
- Uuid of the entity for this reference.
- Idtype string
- Type of entity id for this reference.- VCMOID- The entity reference ID type is VC MOID.
- VMBIOSUUID- The entity reference ID type is VM Bios UUID.
- VMDSPATH- The entity reference ID type is VM Datastore Path.
- VMINSTANCEUUID- The entity reference ID type is VM Instance UUID.
- VMNAME- The entity reference ID type is VM Name.
 
- Name string
- Name of the entity for this entity reference.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Type string
- Type of the entity for this entity reference.- DISK- This entity type is a disk.
- PNODE- This entity type is a P node.
- NODE- This entity type is a node.
- CLUSTER- This entity type is a cluster.
- DATASTORE- This entity is a datastore.
- VIRTNODE- This entity is a HyperFlex virtual node.
- VIRTCLUSTER- This entity type is a virtual cluster.
- VIRTDATASTORE- This entity type is a virtual data store.
- VIRTMACHINE- This entity type is a virtual machine.
- PDISK- This entity type is a P disk.
- PDATASTORE- This entity type is a P Datastore.
- VIRTMACHINESNAPSHOT- This entity is a virtual machine snapshot.
- FOLDER- This entity type is a folder.
- RESOURCEPOOL- This entity type is a resource pool.
- FILE- This entity type is a file.
- VIRTDATACENTER- This entity type is a virtual data center.
- REPLICATION_APPLIANCE- This entity type is a replication appliance.
- REPLICATION_JOB- This entity type is a replication job.
- IP_POOL- This entity type is an IP Pool.
- REPLICATION_INFO- This entity type is a replication information.
- DP_VM_SNAPSHOT- This entity type is a DP VM Snapshot.
- DP_VMGROUP_SNAPSHOT- This entity type is a DP VM Group Snapshot.
- DP_VM_CONFIG- This entity type is a DP VM Configuration.
- DP_VM- This entity type is a DP VM.
- DP_VMGROUP- This entity type is a DP VM Group.
- DP_VM_SNAPSHOT_POINT- This entity type is a DP VM Snapshot Point.
- CLUSTER_PAIR- This entity is a cluster pair.
- HX_TASK- This entity type is a HyperFlex task.
- ZONE- This entity type is a zone.
 
- 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.
- confignum Double
- Configuration number for this reference.
- id String
- Uuid of the entity for this reference.
- idtype String
- Type of entity id for this reference.- VCMOID- The entity reference ID type is VC MOID.
- VMBIOSUUID- The entity reference ID type is VM Bios UUID.
- VMDSPATH- The entity reference ID type is VM Datastore Path.
- VMINSTANCEUUID- The entity reference ID type is VM Instance UUID.
- VMNAME- The entity reference ID type is VM Name.
 
- name String
- Name of the entity for this entity reference.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- type String
- Type of the entity for this entity reference.- DISK- This entity type is a disk.
- PNODE- This entity type is a P node.
- NODE- This entity type is a node.
- CLUSTER- This entity type is a cluster.
- DATASTORE- This entity is a datastore.
- VIRTNODE- This entity is a HyperFlex virtual node.
- VIRTCLUSTER- This entity type is a virtual cluster.
- VIRTDATASTORE- This entity type is a virtual data store.
- VIRTMACHINE- This entity type is a virtual machine.
- PDISK- This entity type is a P disk.
- PDATASTORE- This entity type is a P Datastore.
- VIRTMACHINESNAPSHOT- This entity is a virtual machine snapshot.
- FOLDER- This entity type is a folder.
- RESOURCEPOOL- This entity type is a resource pool.
- FILE- This entity type is a file.
- VIRTDATACENTER- This entity type is a virtual data center.
- REPLICATION_APPLIANCE- This entity type is a replication appliance.
- REPLICATION_JOB- This entity type is a replication job.
- IP_POOL- This entity type is an IP Pool.
- REPLICATION_INFO- This entity type is a replication information.
- DP_VM_SNAPSHOT- This entity type is a DP VM Snapshot.
- DP_VMGROUP_SNAPSHOT- This entity type is a DP VM Group Snapshot.
- DP_VM_CONFIG- This entity type is a DP VM Configuration.
- DP_VM- This entity type is a DP VM.
- DP_VMGROUP- This entity type is a DP VM Group.
- DP_VM_SNAPSHOT_POINT- This entity type is a DP VM Snapshot Point.
- CLUSTER_PAIR- This entity is a cluster pair.
- HX_TASK- This entity type is a HyperFlex task.
- ZONE- This entity type is a zone.
 
- 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.
- confignum number
- Configuration number for this reference.
- id string
- Uuid of the entity for this reference.
- idtype string
- Type of entity id for this reference.- VCMOID- The entity reference ID type is VC MOID.
- VMBIOSUUID- The entity reference ID type is VM Bios UUID.
- VMDSPATH- The entity reference ID type is VM Datastore Path.
- VMINSTANCEUUID- The entity reference ID type is VM Instance UUID.
- VMNAME- The entity reference ID type is VM Name.
 
- name string
- Name of the entity for this entity reference.
- objectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- type string
- Type of the entity for this entity reference.- DISK- This entity type is a disk.
- PNODE- This entity type is a P node.
- NODE- This entity type is a node.
- CLUSTER- This entity type is a cluster.
- DATASTORE- This entity is a datastore.
- VIRTNODE- This entity is a HyperFlex virtual node.
- VIRTCLUSTER- This entity type is a virtual cluster.
- VIRTDATASTORE- This entity type is a virtual data store.
- VIRTMACHINE- This entity type is a virtual machine.
- PDISK- This entity type is a P disk.
- PDATASTORE- This entity type is a P Datastore.
- VIRTMACHINESNAPSHOT- This entity is a virtual machine snapshot.
- FOLDER- This entity type is a folder.
- RESOURCEPOOL- This entity type is a resource pool.
- FILE- This entity type is a file.
- VIRTDATACENTER- This entity type is a virtual data center.
- REPLICATION_APPLIANCE- This entity type is a replication appliance.
- REPLICATION_JOB- This entity type is a replication job.
- IP_POOL- This entity type is an IP Pool.
- REPLICATION_INFO- This entity type is a replication information.
- DP_VM_SNAPSHOT- This entity type is a DP VM Snapshot.
- DP_VMGROUP_SNAPSHOT- This entity type is a DP VM Group Snapshot.
- DP_VM_CONFIG- This entity type is a DP VM Configuration.
- DP_VM- This entity type is a DP VM.
- DP_VMGROUP- This entity type is a DP VM Group.
- DP_VM_SNAPSHOT_POINT- This entity type is a DP VM Snapshot Point.
- CLUSTER_PAIR- This entity is a cluster pair.
- HX_TASK- This entity type is a HyperFlex task.
- ZONE- This entity type is a zone.
 
- 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.
- confignum float
- Configuration number for this reference.
- id str
- Uuid of the entity for this reference.
- idtype str
- Type of entity id for this reference.- VCMOID- The entity reference ID type is VC MOID.
- VMBIOSUUID- The entity reference ID type is VM Bios UUID.
- VMDSPATH- The entity reference ID type is VM Datastore Path.
- VMINSTANCEUUID- The entity reference ID type is VM Instance UUID.
- VMNAME- The entity reference ID type is VM Name.
 
- name str
- Name of the entity for this entity reference.
- object_type str
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- type str
- Type of the entity for this entity reference.- DISK- This entity type is a disk.
- PNODE- This entity type is a P node.
- NODE- This entity type is a node.
- CLUSTER- This entity type is a cluster.
- DATASTORE- This entity is a datastore.
- VIRTNODE- This entity is a HyperFlex virtual node.
- VIRTCLUSTER- This entity type is a virtual cluster.
- VIRTDATASTORE- This entity type is a virtual data store.
- VIRTMACHINE- This entity type is a virtual machine.
- PDISK- This entity type is a P disk.
- PDATASTORE- This entity type is a P Datastore.
- VIRTMACHINESNAPSHOT- This entity is a virtual machine snapshot.
- FOLDER- This entity type is a folder.
- RESOURCEPOOL- This entity type is a resource pool.
- FILE- This entity type is a file.
- VIRTDATACENTER- This entity type is a virtual data center.
- REPLICATION_APPLIANCE- This entity type is a replication appliance.
- REPLICATION_JOB- This entity type is a replication job.
- IP_POOL- This entity type is an IP Pool.
- REPLICATION_INFO- This entity type is a replication information.
- DP_VM_SNAPSHOT- This entity type is a DP VM Snapshot.
- DP_VMGROUP_SNAPSHOT- This entity type is a DP VM Group Snapshot.
- DP_VM_CONFIG- This entity type is a DP VM Configuration.
- DP_VM- This entity type is a DP VM.
- DP_VMGROUP- This entity type is a DP VM Group.
- DP_VM_SNAPSHOT_POINT- This entity type is a DP VM Snapshot Point.
- CLUSTER_PAIR- This entity is a cluster pair.
- HX_TASK- This entity type is a HyperFlex task.
- ZONE- This entity type is a zone.
 
- 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.
- confignum Number
- Configuration number for this reference.
- id String
- Uuid of the entity for this reference.
- idtype String
- Type of entity id for this reference.- VCMOID- The entity reference ID type is VC MOID.
- VMBIOSUUID- The entity reference ID type is VM Bios UUID.
- VMDSPATH- The entity reference ID type is VM Datastore Path.
- VMINSTANCEUUID- The entity reference ID type is VM Instance UUID.
- VMNAME- The entity reference ID type is VM Name.
 
- name String
- Name of the entity for this entity reference.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- type String
- Type of the entity for this entity reference.- DISK- This entity type is a disk.
- PNODE- This entity type is a P node.
- NODE- This entity type is a node.
- CLUSTER- This entity type is a cluster.
- DATASTORE- This entity is a datastore.
- VIRTNODE- This entity is a HyperFlex virtual node.
- VIRTCLUSTER- This entity type is a virtual cluster.
- VIRTDATASTORE- This entity type is a virtual data store.
- VIRTMACHINE- This entity type is a virtual machine.
- PDISK- This entity type is a P disk.
- PDATASTORE- This entity type is a P Datastore.
- VIRTMACHINESNAPSHOT- This entity is a virtual machine snapshot.
- FOLDER- This entity type is a folder.
- RESOURCEPOOL- This entity type is a resource pool.
- FILE- This entity type is a file.
- VIRTDATACENTER- This entity type is a virtual data center.
- REPLICATION_APPLIANCE- This entity type is a replication appliance.
- REPLICATION_JOB- This entity type is a replication job.
- IP_POOL- This entity type is an IP Pool.
- REPLICATION_INFO- This entity type is a replication information.
- DP_VM_SNAPSHOT- This entity type is a DP VM Snapshot.
- DP_VMGROUP_SNAPSHOT- This entity type is a DP VM Group Snapshot.
- DP_VM_CONFIG- This entity type is a DP VM Configuration.
- DP_VM- This entity type is a DP VM.
- DP_VMGROUP- This entity type is a DP VM Group.
- DP_VM_SNAPSHOT_POINT- This entity type is a DP VM Snapshot Point.
- CLUSTER_PAIR- This entity is a cluster pair.
- HX_TASK- This entity type is a HyperFlex task.
- ZONE- This entity type is a zone.
 
GetHyperflexVmSnapshotInfoClusterIdSnapMapSnapshotPointReplicationStatus            
- AdditionalProperties string
- BytesReplicated double
- Number of bytes currently replicated.
- 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.
- EndTime double
- Replication end time for this snapshot.
- Error
GetHyperflex Vm Snapshot Info Cluster Id Snap Map Snapshot Point Replication Status Error 
- Error information in case of failure.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- PackEntity GetReference Hyperflex Vm Snapshot Info Cluster Id Snap Map Snapshot Point Replication Status Pack Entity Reference 
- EntityReference for the Replication Pack.
- PctComplete double
- Completion percentage for the replication job.
- RpoStatus GetHyperflex Vm Snapshot Info Cluster Id Snap Map Snapshot Point Replication Status Rpo Status 
- Status for timeliness of replication job in relation to the schedule interval.
- StartTime double
- Replication start time for this snapshot.
- Status string
- Current replication state for a particular snapshot.- NONE- Snapshot replication state is none.
- SUCCESS- Snapshot completed successfully.
- FAILED- Snapshot failed replication status code.
- PAUSED- Snapshot replication paused status code.
- IN_USE- Snapshot replica in use status code.
- STARTING- Snapshot replication starting.
- REPLICATING- Snapshot replication in progress.
 
- AdditionalProperties string
- BytesReplicated float64
- Number of bytes currently replicated.
- 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.
- EndTime float64
- Replication end time for this snapshot.
- Error
GetHyperflex Vm Snapshot Info Cluster Id Snap Map Snapshot Point Replication Status Error 
- Error information in case of failure.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- PackEntity GetReference Hyperflex Vm Snapshot Info Cluster Id Snap Map Snapshot Point Replication Status Pack Entity Reference 
- EntityReference for the Replication Pack.
- PctComplete float64
- Completion percentage for the replication job.
- RpoStatus GetHyperflex Vm Snapshot Info Cluster Id Snap Map Snapshot Point Replication Status Rpo Status 
- Status for timeliness of replication job in relation to the schedule interval.
- StartTime float64
- Replication start time for this snapshot.
- Status string
- Current replication state for a particular snapshot.- NONE- Snapshot replication state is none.
- SUCCESS- Snapshot completed successfully.
- FAILED- Snapshot failed replication status code.
- PAUSED- Snapshot replication paused status code.
- IN_USE- Snapshot replica in use status code.
- STARTING- Snapshot replication starting.
- REPLICATING- Snapshot replication in progress.
 
- additionalProperties String
- bytesReplicated Double
- Number of bytes currently replicated.
- 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.
- endTime Double
- Replication end time for this snapshot.
- error
GetHyperflex Vm Snapshot Info Cluster Id Snap Map Snapshot Point Replication Status Error 
- Error information in case of failure.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- packEntity GetReference Hyperflex Vm Snapshot Info Cluster Id Snap Map Snapshot Point Replication Status Pack Entity Reference 
- EntityReference for the Replication Pack.
- pctComplete Double
- Completion percentage for the replication job.
- rpoStatus GetHyperflex Vm Snapshot Info Cluster Id Snap Map Snapshot Point Replication Status Rpo Status 
- Status for timeliness of replication job in relation to the schedule interval.
- startTime Double
- Replication start time for this snapshot.
- status String
- Current replication state for a particular snapshot.- NONE- Snapshot replication state is none.
- SUCCESS- Snapshot completed successfully.
- FAILED- Snapshot failed replication status code.
- PAUSED- Snapshot replication paused status code.
- IN_USE- Snapshot replica in use status code.
- STARTING- Snapshot replication starting.
- REPLICATING- Snapshot replication in progress.
 
- additionalProperties string
- bytesReplicated number
- Number of bytes currently replicated.
- 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.
- endTime number
- Replication end time for this snapshot.
- error
GetHyperflex Vm Snapshot Info Cluster Id Snap Map Snapshot Point Replication Status Error 
- Error information in case of failure.
- objectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- packEntity GetReference Hyperflex Vm Snapshot Info Cluster Id Snap Map Snapshot Point Replication Status Pack Entity Reference 
- EntityReference for the Replication Pack.
- pctComplete number
- Completion percentage for the replication job.
- rpoStatus GetHyperflex Vm Snapshot Info Cluster Id Snap Map Snapshot Point Replication Status Rpo Status 
- Status for timeliness of replication job in relation to the schedule interval.
- startTime number
- Replication start time for this snapshot.
- status string
- Current replication state for a particular snapshot.- NONE- Snapshot replication state is none.
- SUCCESS- Snapshot completed successfully.
- FAILED- Snapshot failed replication status code.
- PAUSED- Snapshot replication paused status code.
- IN_USE- Snapshot replica in use status code.
- STARTING- Snapshot replication starting.
- REPLICATING- Snapshot replication in progress.
 
- additional_properties str
- bytes_replicated float
- Number of bytes currently replicated.
- 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.
- end_time float
- Replication end time for this snapshot.
- error
GetHyperflex Vm Snapshot Info Cluster Id Snap Map Snapshot Point Replication Status Error 
- Error information in case of failure.
- object_type str
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- pack_entity_ Getreference Hyperflex Vm Snapshot Info Cluster Id Snap Map Snapshot Point Replication Status Pack Entity Reference 
- EntityReference for the Replication Pack.
- pct_complete float
- Completion percentage for the replication job.
- rpo_status GetHyperflex Vm Snapshot Info Cluster Id Snap Map Snapshot Point Replication Status Rpo Status 
- Status for timeliness of replication job in relation to the schedule interval.
- start_time float
- Replication start time for this snapshot.
- status str
- Current replication state for a particular snapshot.- NONE- Snapshot replication state is none.
- SUCCESS- Snapshot completed successfully.
- FAILED- Snapshot failed replication status code.
- PAUSED- Snapshot replication paused status code.
- IN_USE- Snapshot replica in use status code.
- STARTING- Snapshot replication starting.
- REPLICATING- Snapshot replication in progress.
 
- additionalProperties String
- bytesReplicated Number
- Number of bytes currently replicated.
- 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.
- endTime Number
- Replication end time for this snapshot.
- error Property Map
- Error information in case of failure.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- packEntity Property MapReference 
- EntityReference for the Replication Pack.
- pctComplete Number
- Completion percentage for the replication job.
- rpoStatus Property Map
- Status for timeliness of replication job in relation to the schedule interval.
- startTime Number
- Replication start time for this snapshot.
- status String
- Current replication state for a particular snapshot.- NONE- Snapshot replication state is none.
- SUCCESS- Snapshot completed successfully.
- FAILED- Snapshot failed replication status code.
- PAUSED- Snapshot replication paused status code.
- IN_USE- Snapshot replica in use status code.
- STARTING- Snapshot replication starting.
- REPLICATING- Snapshot replication in progress.
 
GetHyperflexVmSnapshotInfoClusterIdSnapMapSnapshotPointReplicationStatusError             
- 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.
- Message string
- The error message string for this error stack.
- MessageId double
- The error message ID for this error stack.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- 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.
- Message string
- The error message string for this error stack.
- MessageId float64
- The error message ID for this error stack.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- 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.
- message String
- The error message string for this error stack.
- messageId Double
- The error message ID for this error stack.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- 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.
- message string
- The error message string for this error stack.
- messageId number
- The error message ID for this error stack.
- objectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- 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.
- message str
- The error message string for this error stack.
- message_id float
- The error message ID for this error stack.
- object_type str
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- 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.
- message String
- The error message string for this error stack.
- messageId Number
- The error message ID for this error stack.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
GetHyperflexVmSnapshotInfoClusterIdSnapMapSnapshotPointReplicationStatusPackEntityReference               
- 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.
- Confignum double
- Configuration number for this reference.
- Id string
- Uuid of the entity for this reference.
- Idtype string
- Type of entity id for this reference.- VCMOID- The entity reference ID type is VC MOID.
- VMBIOSUUID- The entity reference ID type is VM Bios UUID.
- VMDSPATH- The entity reference ID type is VM Datastore Path.
- VMINSTANCEUUID- The entity reference ID type is VM Instance UUID.
- VMNAME- The entity reference ID type is VM Name.
 
- Name string
- Name of the entity for this entity reference.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Type string
- Type of the entity for this entity reference.- DISK- This entity type is a disk.
- PNODE- This entity type is a P node.
- NODE- This entity type is a node.
- CLUSTER- This entity type is a cluster.
- DATASTORE- This entity is a datastore.
- VIRTNODE- This entity is a HyperFlex virtual node.
- VIRTCLUSTER- This entity type is a virtual cluster.
- VIRTDATASTORE- This entity type is a virtual data store.
- VIRTMACHINE- This entity type is a virtual machine.
- PDISK- This entity type is a P disk.
- PDATASTORE- This entity type is a P Datastore.
- VIRTMACHINESNAPSHOT- This entity is a virtual machine snapshot.
- FOLDER- This entity type is a folder.
- RESOURCEPOOL- This entity type is a resource pool.
- FILE- This entity type is a file.
- VIRTDATACENTER- This entity type is a virtual data center.
- REPLICATION_APPLIANCE- This entity type is a replication appliance.
- REPLICATION_JOB- This entity type is a replication job.
- IP_POOL- This entity type is an IP Pool.
- REPLICATION_INFO- This entity type is a replication information.
- DP_VM_SNAPSHOT- This entity type is a DP VM Snapshot.
- DP_VMGROUP_SNAPSHOT- This entity type is a DP VM Group Snapshot.
- DP_VM_CONFIG- This entity type is a DP VM Configuration.
- DP_VM- This entity type is a DP VM.
- DP_VMGROUP- This entity type is a DP VM Group.
- DP_VM_SNAPSHOT_POINT- This entity type is a DP VM Snapshot Point.
- CLUSTER_PAIR- This entity is a cluster pair.
- HX_TASK- This entity type is a HyperFlex task.
- ZONE- This entity type is a zone.
 
- 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.
- Confignum float64
- Configuration number for this reference.
- Id string
- Uuid of the entity for this reference.
- Idtype string
- Type of entity id for this reference.- VCMOID- The entity reference ID type is VC MOID.
- VMBIOSUUID- The entity reference ID type is VM Bios UUID.
- VMDSPATH- The entity reference ID type is VM Datastore Path.
- VMINSTANCEUUID- The entity reference ID type is VM Instance UUID.
- VMNAME- The entity reference ID type is VM Name.
 
- Name string
- Name of the entity for this entity reference.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Type string
- Type of the entity for this entity reference.- DISK- This entity type is a disk.
- PNODE- This entity type is a P node.
- NODE- This entity type is a node.
- CLUSTER- This entity type is a cluster.
- DATASTORE- This entity is a datastore.
- VIRTNODE- This entity is a HyperFlex virtual node.
- VIRTCLUSTER- This entity type is a virtual cluster.
- VIRTDATASTORE- This entity type is a virtual data store.
- VIRTMACHINE- This entity type is a virtual machine.
- PDISK- This entity type is a P disk.
- PDATASTORE- This entity type is a P Datastore.
- VIRTMACHINESNAPSHOT- This entity is a virtual machine snapshot.
- FOLDER- This entity type is a folder.
- RESOURCEPOOL- This entity type is a resource pool.
- FILE- This entity type is a file.
- VIRTDATACENTER- This entity type is a virtual data center.
- REPLICATION_APPLIANCE- This entity type is a replication appliance.
- REPLICATION_JOB- This entity type is a replication job.
- IP_POOL- This entity type is an IP Pool.
- REPLICATION_INFO- This entity type is a replication information.
- DP_VM_SNAPSHOT- This entity type is a DP VM Snapshot.
- DP_VMGROUP_SNAPSHOT- This entity type is a DP VM Group Snapshot.
- DP_VM_CONFIG- This entity type is a DP VM Configuration.
- DP_VM- This entity type is a DP VM.
- DP_VMGROUP- This entity type is a DP VM Group.
- DP_VM_SNAPSHOT_POINT- This entity type is a DP VM Snapshot Point.
- CLUSTER_PAIR- This entity is a cluster pair.
- HX_TASK- This entity type is a HyperFlex task.
- ZONE- This entity type is a zone.
 
- 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.
- confignum Double
- Configuration number for this reference.
- id String
- Uuid of the entity for this reference.
- idtype String
- Type of entity id for this reference.- VCMOID- The entity reference ID type is VC MOID.
- VMBIOSUUID- The entity reference ID type is VM Bios UUID.
- VMDSPATH- The entity reference ID type is VM Datastore Path.
- VMINSTANCEUUID- The entity reference ID type is VM Instance UUID.
- VMNAME- The entity reference ID type is VM Name.
 
- name String
- Name of the entity for this entity reference.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- type String
- Type of the entity for this entity reference.- DISK- This entity type is a disk.
- PNODE- This entity type is a P node.
- NODE- This entity type is a node.
- CLUSTER- This entity type is a cluster.
- DATASTORE- This entity is a datastore.
- VIRTNODE- This entity is a HyperFlex virtual node.
- VIRTCLUSTER- This entity type is a virtual cluster.
- VIRTDATASTORE- This entity type is a virtual data store.
- VIRTMACHINE- This entity type is a virtual machine.
- PDISK- This entity type is a P disk.
- PDATASTORE- This entity type is a P Datastore.
- VIRTMACHINESNAPSHOT- This entity is a virtual machine snapshot.
- FOLDER- This entity type is a folder.
- RESOURCEPOOL- This entity type is a resource pool.
- FILE- This entity type is a file.
- VIRTDATACENTER- This entity type is a virtual data center.
- REPLICATION_APPLIANCE- This entity type is a replication appliance.
- REPLICATION_JOB- This entity type is a replication job.
- IP_POOL- This entity type is an IP Pool.
- REPLICATION_INFO- This entity type is a replication information.
- DP_VM_SNAPSHOT- This entity type is a DP VM Snapshot.
- DP_VMGROUP_SNAPSHOT- This entity type is a DP VM Group Snapshot.
- DP_VM_CONFIG- This entity type is a DP VM Configuration.
- DP_VM- This entity type is a DP VM.
- DP_VMGROUP- This entity type is a DP VM Group.
- DP_VM_SNAPSHOT_POINT- This entity type is a DP VM Snapshot Point.
- CLUSTER_PAIR- This entity is a cluster pair.
- HX_TASK- This entity type is a HyperFlex task.
- ZONE- This entity type is a zone.
 
- 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.
- confignum number
- Configuration number for this reference.
- id string
- Uuid of the entity for this reference.
- idtype string
- Type of entity id for this reference.- VCMOID- The entity reference ID type is VC MOID.
- VMBIOSUUID- The entity reference ID type is VM Bios UUID.
- VMDSPATH- The entity reference ID type is VM Datastore Path.
- VMINSTANCEUUID- The entity reference ID type is VM Instance UUID.
- VMNAME- The entity reference ID type is VM Name.
 
- name string
- Name of the entity for this entity reference.
- objectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- type string
- Type of the entity for this entity reference.- DISK- This entity type is a disk.
- PNODE- This entity type is a P node.
- NODE- This entity type is a node.
- CLUSTER- This entity type is a cluster.
- DATASTORE- This entity is a datastore.
- VIRTNODE- This entity is a HyperFlex virtual node.
- VIRTCLUSTER- This entity type is a virtual cluster.
- VIRTDATASTORE- This entity type is a virtual data store.
- VIRTMACHINE- This entity type is a virtual machine.
- PDISK- This entity type is a P disk.
- PDATASTORE- This entity type is a P Datastore.
- VIRTMACHINESNAPSHOT- This entity is a virtual machine snapshot.
- FOLDER- This entity type is a folder.
- RESOURCEPOOL- This entity type is a resource pool.
- FILE- This entity type is a file.
- VIRTDATACENTER- This entity type is a virtual data center.
- REPLICATION_APPLIANCE- This entity type is a replication appliance.
- REPLICATION_JOB- This entity type is a replication job.
- IP_POOL- This entity type is an IP Pool.
- REPLICATION_INFO- This entity type is a replication information.
- DP_VM_SNAPSHOT- This entity type is a DP VM Snapshot.
- DP_VMGROUP_SNAPSHOT- This entity type is a DP VM Group Snapshot.
- DP_VM_CONFIG- This entity type is a DP VM Configuration.
- DP_VM- This entity type is a DP VM.
- DP_VMGROUP- This entity type is a DP VM Group.
- DP_VM_SNAPSHOT_POINT- This entity type is a DP VM Snapshot Point.
- CLUSTER_PAIR- This entity is a cluster pair.
- HX_TASK- This entity type is a HyperFlex task.
- ZONE- This entity type is a zone.
 
- 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.
- confignum float
- Configuration number for this reference.
- id str
- Uuid of the entity for this reference.
- idtype str
- Type of entity id for this reference.- VCMOID- The entity reference ID type is VC MOID.
- VMBIOSUUID- The entity reference ID type is VM Bios UUID.
- VMDSPATH- The entity reference ID type is VM Datastore Path.
- VMINSTANCEUUID- The entity reference ID type is VM Instance UUID.
- VMNAME- The entity reference ID type is VM Name.
 
- name str
- Name of the entity for this entity reference.
- object_type str
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- type str
- Type of the entity for this entity reference.- DISK- This entity type is a disk.
- PNODE- This entity type is a P node.
- NODE- This entity type is a node.
- CLUSTER- This entity type is a cluster.
- DATASTORE- This entity is a datastore.
- VIRTNODE- This entity is a HyperFlex virtual node.
- VIRTCLUSTER- This entity type is a virtual cluster.
- VIRTDATASTORE- This entity type is a virtual data store.
- VIRTMACHINE- This entity type is a virtual machine.
- PDISK- This entity type is a P disk.
- PDATASTORE- This entity type is a P Datastore.
- VIRTMACHINESNAPSHOT- This entity is a virtual machine snapshot.
- FOLDER- This entity type is a folder.
- RESOURCEPOOL- This entity type is a resource pool.
- FILE- This entity type is a file.
- VIRTDATACENTER- This entity type is a virtual data center.
- REPLICATION_APPLIANCE- This entity type is a replication appliance.
- REPLICATION_JOB- This entity type is a replication job.
- IP_POOL- This entity type is an IP Pool.
- REPLICATION_INFO- This entity type is a replication information.
- DP_VM_SNAPSHOT- This entity type is a DP VM Snapshot.
- DP_VMGROUP_SNAPSHOT- This entity type is a DP VM Group Snapshot.
- DP_VM_CONFIG- This entity type is a DP VM Configuration.
- DP_VM- This entity type is a DP VM.
- DP_VMGROUP- This entity type is a DP VM Group.
- DP_VM_SNAPSHOT_POINT- This entity type is a DP VM Snapshot Point.
- CLUSTER_PAIR- This entity is a cluster pair.
- HX_TASK- This entity type is a HyperFlex task.
- ZONE- This entity type is a zone.
 
- 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.
- confignum Number
- Configuration number for this reference.
- id String
- Uuid of the entity for this reference.
- idtype String
- Type of entity id for this reference.- VCMOID- The entity reference ID type is VC MOID.
- VMBIOSUUID- The entity reference ID type is VM Bios UUID.
- VMDSPATH- The entity reference ID type is VM Datastore Path.
- VMINSTANCEUUID- The entity reference ID type is VM Instance UUID.
- VMNAME- The entity reference ID type is VM Name.
 
- name String
- Name of the entity for this entity reference.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- type String
- Type of the entity for this entity reference.- DISK- This entity type is a disk.
- PNODE- This entity type is a P node.
- NODE- This entity type is a node.
- CLUSTER- This entity type is a cluster.
- DATASTORE- This entity is a datastore.
- VIRTNODE- This entity is a HyperFlex virtual node.
- VIRTCLUSTER- This entity type is a virtual cluster.
- VIRTDATASTORE- This entity type is a virtual data store.
- VIRTMACHINE- This entity type is a virtual machine.
- PDISK- This entity type is a P disk.
- PDATASTORE- This entity type is a P Datastore.
- VIRTMACHINESNAPSHOT- This entity is a virtual machine snapshot.
- FOLDER- This entity type is a folder.
- RESOURCEPOOL- This entity type is a resource pool.
- FILE- This entity type is a file.
- VIRTDATACENTER- This entity type is a virtual data center.
- REPLICATION_APPLIANCE- This entity type is a replication appliance.
- REPLICATION_JOB- This entity type is a replication job.
- IP_POOL- This entity type is an IP Pool.
- REPLICATION_INFO- This entity type is a replication information.
- DP_VM_SNAPSHOT- This entity type is a DP VM Snapshot.
- DP_VMGROUP_SNAPSHOT- This entity type is a DP VM Group Snapshot.
- DP_VM_CONFIG- This entity type is a DP VM Configuration.
- DP_VM- This entity type is a DP VM.
- DP_VMGROUP- This entity type is a DP VM Group.
- DP_VM_SNAPSHOT_POINT- This entity type is a DP VM Snapshot Point.
- CLUSTER_PAIR- This entity is a cluster pair.
- HX_TASK- This entity type is a HyperFlex task.
- ZONE- This entity type is a zone.
 
GetHyperflexVmSnapshotInfoClusterIdSnapMapSnapshotPointReplicationStatusRpoStatus              
- Actual double
- Actual end time for the snapshot.
- 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.
- Expected double
- Expected end time for the snapshot.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- RpoExceeded bool
- A flag to determine if snapshot delivery is delayed.
- Actual float64
- Actual end time for the snapshot.
- 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.
- Expected float64
- Expected end time for the snapshot.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- RpoExceeded bool
- A flag to determine if snapshot delivery is delayed.
- actual Double
- Actual end time for the snapshot.
- 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.
- expected Double
- Expected end time for the snapshot.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- rpoExceeded Boolean
- A flag to determine if snapshot delivery is delayed.
- actual number
- Actual end time for the snapshot.
- 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.
- expected number
- Expected end time for the snapshot.
- objectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- rpoExceeded boolean
- A flag to determine if snapshot delivery is delayed.
- actual float
- Actual end time for the snapshot.
- 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.
- expected float
- Expected end time for the snapshot.
- object_type str
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- rpo_exceeded bool
- A flag to determine if snapshot delivery is delayed.
- actual Number
- Actual end time for the snapshot.
- 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.
- expected Number
- Expected end time for the snapshot.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- rpoExceeded Boolean
- A flag to determine if snapshot delivery is delayed.
GetHyperflexVmSnapshotInfoClusterIdSnapMapSnapshotPointSnapshotFiles            
- 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.
- NameTracked List<GetFiles Hyperflex Vm Snapshot Info Cluster Id Snap Map Snapshot Point Snapshot Files Name Tracked File> 
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- UuidTracked List<GetDisks Maps Hyperflex Vm Snapshot Info Cluster Id Snap Map Snapshot Point Snapshot Files Uuid Tracked Disks Map> 
- 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.
- NameTracked []GetFiles Hyperflex Vm Snapshot Info Cluster Id Snap Map Snapshot Point Snapshot Files Name Tracked File 
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- UuidTracked []GetDisks Maps Hyperflex Vm Snapshot Info Cluster Id Snap Map Snapshot Point Snapshot Files Uuid Tracked Disks Map 
- 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.
- nameTracked List<GetFiles Hyperflex Vm Snapshot Info Cluster Id Snap Map Snapshot Point Snapshot Files Name Tracked File> 
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- uuidTracked List<GetDisks Maps Hyperflex Vm Snapshot Info Cluster Id Snap Map Snapshot Point Snapshot Files Uuid Tracked Disks Map> 
- 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.
- nameTracked GetFiles Hyperflex Vm Snapshot Info Cluster Id Snap Map Snapshot Point Snapshot Files Name Tracked File[] 
- objectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- uuidTracked GetDisks Maps Hyperflex Vm Snapshot Info Cluster Id Snap Map Snapshot Point Snapshot Files Uuid Tracked Disks Map[] 
- 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.
- name_tracked_ Sequence[Getfiles Hyperflex Vm Snapshot Info Cluster Id Snap Map Snapshot Point Snapshot Files Name Tracked File] 
- object_type str
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- uuid_tracked_ Sequence[Getdisks_ maps Hyperflex Vm Snapshot Info Cluster Id Snap Map Snapshot Point Snapshot Files Uuid Tracked Disks Map] 
- 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.
- nameTracked List<Property Map>Files 
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- uuidTracked List<Property Map>Disks Maps 
GetHyperflexVmSnapshotInfoClusterIdSnapMapSnapshotPointSnapshotFilesNameTrackedFile               
- 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.
- DsInfo GetHyperflex Vm Snapshot Info Cluster Id Snap Map Snapshot Point Snapshot Files Name Tracked File Ds Info 
- Datastore for which this file resides.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- RelativeFile stringPath 
- Relative file path within the datastore.
- 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.
- DsInfo GetHyperflex Vm Snapshot Info Cluster Id Snap Map Snapshot Point Snapshot Files Name Tracked File Ds Info 
- Datastore for which this file resides.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- RelativeFile stringPath 
- Relative file path within the datastore.
- 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.
- dsInfo GetHyperflex Vm Snapshot Info Cluster Id Snap Map Snapshot Point Snapshot Files Name Tracked File Ds Info 
- Datastore for which this file resides.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- relativeFile StringPath 
- Relative file path within the datastore.
- 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.
- dsInfo GetHyperflex Vm Snapshot Info Cluster Id Snap Map Snapshot Point Snapshot Files Name Tracked File Ds Info 
- Datastore for which this file resides.
- objectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- relativeFile stringPath 
- Relative file path within the datastore.
- 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.
- ds_info GetHyperflex Vm Snapshot Info Cluster Id Snap Map Snapshot Point Snapshot Files Name Tracked File Ds Info 
- Datastore for which this file resides.
- object_type str
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- relative_file_ strpath 
- Relative file path within the datastore.
- 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.
- dsInfo Property Map
- Datastore for which this file resides.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- relativeFile StringPath 
- Relative file path within the datastore.
GetHyperflexVmSnapshotInfoClusterIdSnapMapSnapshotPointSnapshotFilesNameTrackedFileDsInfo                 
- 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.
- DsBackend stringId 
- This datastore's backend unique id.
- DsFrontend stringId 
- This datastore's frontend id.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- 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.
- DsBackend stringId 
- This datastore's backend unique id.
- DsFrontend stringId 
- This datastore's frontend id.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- 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.
- dsBackend StringId 
- This datastore's backend unique id.
- dsFrontend StringId 
- This datastore's frontend id.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- 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.
- dsBackend stringId 
- This datastore's backend unique id.
- dsFrontend stringId 
- This datastore's frontend id.
- objectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- 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.
- ds_backend_ strid 
- This datastore's backend unique id.
- ds_frontend_ strid 
- This datastore's frontend id.
- object_type str
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- 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.
- dsBackend StringId 
- This datastore's backend unique id.
- dsFrontend StringId 
- This datastore's frontend id.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
GetHyperflexVmSnapshotInfoClusterIdSnapMapSnapshotPointSnapshotFilesUuidTrackedDisksMap                
- 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.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- TrackedDisk GetHyperflex Vm Snapshot Info Cluster Id Snap Map Snapshot Point Snapshot Files Uuid Tracked Disks Map Tracked Disk 
- Tracked Disk for a snapshot.
- Uuid string
- Disk unique id for a snapshot.
- 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.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- TrackedDisk GetHyperflex Vm Snapshot Info Cluster Id Snap Map Snapshot Point Snapshot Files Uuid Tracked Disks Map Tracked Disk 
- Tracked Disk for a snapshot.
- Uuid string
- Disk unique id for a snapshot.
- 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.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- trackedDisk GetHyperflex Vm Snapshot Info Cluster Id Snap Map Snapshot Point Snapshot Files Uuid Tracked Disks Map Tracked Disk 
- Tracked Disk for a snapshot.
- uuid String
- Disk unique id for a snapshot.
- 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.
- objectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- trackedDisk GetHyperflex Vm Snapshot Info Cluster Id Snap Map Snapshot Point Snapshot Files Uuid Tracked Disks Map Tracked Disk 
- Tracked Disk for a snapshot.
- uuid string
- Disk unique id for a snapshot.
- 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.
- object_type str
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- tracked_disk GetHyperflex Vm Snapshot Info Cluster Id Snap Map Snapshot Point Snapshot Files Uuid Tracked Disks Map Tracked Disk 
- Tracked Disk for a snapshot.
- uuid str
- Disk unique id for a snapshot.
- 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.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- trackedDisk Property Map
- Tracked Disk for a snapshot.
- uuid String
- Disk unique id for a snapshot.
GetHyperflexVmSnapshotInfoClusterIdSnapMapSnapshotPointSnapshotFilesUuidTrackedDisksMapTrackedDisk                  
- 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.
- DiskFiles List<GetHyperflex Vm Snapshot Info Cluster Id Snap Map Snapshot Point Snapshot Files Uuid Tracked Disks Map Tracked Disk Disk File> 
- DiskType string
- Disk type for a vm virtual disk.- NONE- The disk type for this VM is None.
- NATIVE- The disk type for this VM is Native.
- NONNATIVE- The disk type for this VM is Non-Native.
 
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- 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.
- DiskFiles []GetHyperflex Vm Snapshot Info Cluster Id Snap Map Snapshot Point Snapshot Files Uuid Tracked Disks Map Tracked Disk Disk File 
- DiskType string
- Disk type for a vm virtual disk.- NONE- The disk type for this VM is None.
- NATIVE- The disk type for this VM is Native.
- NONNATIVE- The disk type for this VM is Non-Native.
 
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- 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.
- diskFiles List<GetHyperflex Vm Snapshot Info Cluster Id Snap Map Snapshot Point Snapshot Files Uuid Tracked Disks Map Tracked Disk Disk File> 
- diskType String
- Disk type for a vm virtual disk.- NONE- The disk type for this VM is None.
- NATIVE- The disk type for this VM is Native.
- NONNATIVE- The disk type for this VM is Non-Native.
 
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- 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.
- diskFiles GetHyperflex Vm Snapshot Info Cluster Id Snap Map Snapshot Point Snapshot Files Uuid Tracked Disks Map Tracked Disk Disk File[] 
- diskType string
- Disk type for a vm virtual disk.- NONE- The disk type for this VM is None.
- NATIVE- The disk type for this VM is Native.
- NONNATIVE- The disk type for this VM is Non-Native.
 
- objectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- 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.
- disk_files Sequence[GetHyperflex Vm Snapshot Info Cluster Id Snap Map Snapshot Point Snapshot Files Uuid Tracked Disks Map Tracked Disk Disk File] 
- disk_type str
- Disk type for a vm virtual disk.- NONE- The disk type for this VM is None.
- NATIVE- The disk type for this VM is Native.
- NONNATIVE- The disk type for this VM is Non-Native.
 
- object_type str
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- 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.
- diskFiles List<Property Map>
- diskType String
- Disk type for a vm virtual disk.- NONE- The disk type for this VM is None.
- NATIVE- The disk type for this VM is Native.
- NONNATIVE- The disk type for this VM is Non-Native.
 
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
GetHyperflexVmSnapshotInfoClusterIdSnapMapSnapshotPointSnapshotFilesUuidTrackedDisksMapTrackedDiskDiskFile                    
- 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.
- FilePath GetHyperflex Vm Snapshot Info Cluster Id Snap Map Snapshot Point Snapshot Files Uuid Tracked Disks Map Tracked Disk Disk File File Path 
- File path and datastore information.
- FileType string
- File type for the tracked file.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- 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.
- FilePath GetHyperflex Vm Snapshot Info Cluster Id Snap Map Snapshot Point Snapshot Files Uuid Tracked Disks Map Tracked Disk Disk File File Path 
- File path and datastore information.
- FileType string
- File type for the tracked file.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- 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.
- filePath GetHyperflex Vm Snapshot Info Cluster Id Snap Map Snapshot Point Snapshot Files Uuid Tracked Disks Map Tracked Disk Disk File File Path 
- File path and datastore information.
- fileType String
- File type for the tracked file.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- 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.
- filePath GetHyperflex Vm Snapshot Info Cluster Id Snap Map Snapshot Point Snapshot Files Uuid Tracked Disks Map Tracked Disk Disk File File Path 
- File path and datastore information.
- fileType string
- File type for the tracked file.
- objectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- 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.
- file_path GetHyperflex Vm Snapshot Info Cluster Id Snap Map Snapshot Point Snapshot Files Uuid Tracked Disks Map Tracked Disk Disk File File Path 
- File path and datastore information.
- file_type str
- File type for the tracked file.
- object_type str
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- 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.
- filePath Property Map
- File path and datastore information.
- fileType String
- File type for the tracked file.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
GetHyperflexVmSnapshotInfoClusterIdSnapMapSnapshotPointSnapshotFilesUuidTrackedDisksMapTrackedDiskDiskFileFilePath                      
- 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.
- DsInfo GetHyperflex Vm Snapshot Info Cluster Id Snap Map Snapshot Point Snapshot Files Uuid Tracked Disks Map Tracked Disk Disk File File Path Ds Info 
- Datastore for which this file resides.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- RelativeFile stringPath 
- Relative file path within the datastore.
- 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.
- DsInfo GetHyperflex Vm Snapshot Info Cluster Id Snap Map Snapshot Point Snapshot Files Uuid Tracked Disks Map Tracked Disk Disk File File Path Ds Info 
- Datastore for which this file resides.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- RelativeFile stringPath 
- Relative file path within the datastore.
- 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.
- dsInfo GetHyperflex Vm Snapshot Info Cluster Id Snap Map Snapshot Point Snapshot Files Uuid Tracked Disks Map Tracked Disk Disk File File Path Ds Info 
- Datastore for which this file resides.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- relativeFile StringPath 
- Relative file path within the datastore.
- 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.
- dsInfo GetHyperflex Vm Snapshot Info Cluster Id Snap Map Snapshot Point Snapshot Files Uuid Tracked Disks Map Tracked Disk Disk File File Path Ds Info 
- Datastore for which this file resides.
- objectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- relativeFile stringPath 
- Relative file path within the datastore.
- 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.
- ds_info GetHyperflex Vm Snapshot Info Cluster Id Snap Map Snapshot Point Snapshot Files Uuid Tracked Disks Map Tracked Disk Disk File File Path Ds Info 
- Datastore for which this file resides.
- object_type str
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- relative_file_ strpath 
- Relative file path within the datastore.
- 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.
- dsInfo Property Map
- Datastore for which this file resides.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- relativeFile StringPath 
- Relative file path within the datastore.
GetHyperflexVmSnapshotInfoClusterIdSnapMapSnapshotPointSnapshotFilesUuidTrackedDisksMapTrackedDiskDiskFileFilePathDsInfo                        
- 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.
- DsBackend stringId 
- This datastore's backend unique id.
- DsFrontend stringId 
- This datastore's frontend id.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- 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.
- DsBackend stringId 
- This datastore's backend unique id.
- DsFrontend stringId 
- This datastore's frontend id.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- 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.
- dsBackend StringId 
- This datastore's backend unique id.
- dsFrontend StringId 
- This datastore's frontend id.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- 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.
- dsBackend stringId 
- This datastore's backend unique id.
- dsFrontend stringId 
- This datastore's frontend id.
- objectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- 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.
- ds_backend_ strid 
- This datastore's backend unique id.
- ds_frontend_ strid 
- This datastore's frontend id.
- object_type str
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- 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.
- dsBackend StringId 
- This datastore's backend unique id.
- dsFrontend StringId 
- This datastore's frontend id.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
GetHyperflexVmSnapshotInfoClusterIdSnapMapSnapshotPointSnapshotPointEntityReference              
- 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.
- Confignum double
- Configuration number for this reference.
- Id string
- Uuid of the entity for this reference.
- Idtype string
- Type of entity id for this reference.- VCMOID- The entity reference ID type is VC MOID.
- VMBIOSUUID- The entity reference ID type is VM Bios UUID.
- VMDSPATH- The entity reference ID type is VM Datastore Path.
- VMINSTANCEUUID- The entity reference ID type is VM Instance UUID.
- VMNAME- The entity reference ID type is VM Name.
 
- Name string
- Name of the entity for this entity reference.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Type string
- Type of the entity for this entity reference.- DISK- This entity type is a disk.
- PNODE- This entity type is a P node.
- NODE- This entity type is a node.
- CLUSTER- This entity type is a cluster.
- DATASTORE- This entity is a datastore.
- VIRTNODE- This entity is a HyperFlex virtual node.
- VIRTCLUSTER- This entity type is a virtual cluster.
- VIRTDATASTORE- This entity type is a virtual data store.
- VIRTMACHINE- This entity type is a virtual machine.
- PDISK- This entity type is a P disk.
- PDATASTORE- This entity type is a P Datastore.
- VIRTMACHINESNAPSHOT- This entity is a virtual machine snapshot.
- FOLDER- This entity type is a folder.
- RESOURCEPOOL- This entity type is a resource pool.
- FILE- This entity type is a file.
- VIRTDATACENTER- This entity type is a virtual data center.
- REPLICATION_APPLIANCE- This entity type is a replication appliance.
- REPLICATION_JOB- This entity type is a replication job.
- IP_POOL- This entity type is an IP Pool.
- REPLICATION_INFO- This entity type is a replication information.
- DP_VM_SNAPSHOT- This entity type is a DP VM Snapshot.
- DP_VMGROUP_SNAPSHOT- This entity type is a DP VM Group Snapshot.
- DP_VM_CONFIG- This entity type is a DP VM Configuration.
- DP_VM- This entity type is a DP VM.
- DP_VMGROUP- This entity type is a DP VM Group.
- DP_VM_SNAPSHOT_POINT- This entity type is a DP VM Snapshot Point.
- CLUSTER_PAIR- This entity is a cluster pair.
- HX_TASK- This entity type is a HyperFlex task.
- ZONE- This entity type is a zone.
 
- 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.
- Confignum float64
- Configuration number for this reference.
- Id string
- Uuid of the entity for this reference.
- Idtype string
- Type of entity id for this reference.- VCMOID- The entity reference ID type is VC MOID.
- VMBIOSUUID- The entity reference ID type is VM Bios UUID.
- VMDSPATH- The entity reference ID type is VM Datastore Path.
- VMINSTANCEUUID- The entity reference ID type is VM Instance UUID.
- VMNAME- The entity reference ID type is VM Name.
 
- Name string
- Name of the entity for this entity reference.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Type string
- Type of the entity for this entity reference.- DISK- This entity type is a disk.
- PNODE- This entity type is a P node.
- NODE- This entity type is a node.
- CLUSTER- This entity type is a cluster.
- DATASTORE- This entity is a datastore.
- VIRTNODE- This entity is a HyperFlex virtual node.
- VIRTCLUSTER- This entity type is a virtual cluster.
- VIRTDATASTORE- This entity type is a virtual data store.
- VIRTMACHINE- This entity type is a virtual machine.
- PDISK- This entity type is a P disk.
- PDATASTORE- This entity type is a P Datastore.
- VIRTMACHINESNAPSHOT- This entity is a virtual machine snapshot.
- FOLDER- This entity type is a folder.
- RESOURCEPOOL- This entity type is a resource pool.
- FILE- This entity type is a file.
- VIRTDATACENTER- This entity type is a virtual data center.
- REPLICATION_APPLIANCE- This entity type is a replication appliance.
- REPLICATION_JOB- This entity type is a replication job.
- IP_POOL- This entity type is an IP Pool.
- REPLICATION_INFO- This entity type is a replication information.
- DP_VM_SNAPSHOT- This entity type is a DP VM Snapshot.
- DP_VMGROUP_SNAPSHOT- This entity type is a DP VM Group Snapshot.
- DP_VM_CONFIG- This entity type is a DP VM Configuration.
- DP_VM- This entity type is a DP VM.
- DP_VMGROUP- This entity type is a DP VM Group.
- DP_VM_SNAPSHOT_POINT- This entity type is a DP VM Snapshot Point.
- CLUSTER_PAIR- This entity is a cluster pair.
- HX_TASK- This entity type is a HyperFlex task.
- ZONE- This entity type is a zone.
 
- 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.
- confignum Double
- Configuration number for this reference.
- id String
- Uuid of the entity for this reference.
- idtype String
- Type of entity id for this reference.- VCMOID- The entity reference ID type is VC MOID.
- VMBIOSUUID- The entity reference ID type is VM Bios UUID.
- VMDSPATH- The entity reference ID type is VM Datastore Path.
- VMINSTANCEUUID- The entity reference ID type is VM Instance UUID.
- VMNAME- The entity reference ID type is VM Name.
 
- name String
- Name of the entity for this entity reference.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- type String
- Type of the entity for this entity reference.- DISK- This entity type is a disk.
- PNODE- This entity type is a P node.
- NODE- This entity type is a node.
- CLUSTER- This entity type is a cluster.
- DATASTORE- This entity is a datastore.
- VIRTNODE- This entity is a HyperFlex virtual node.
- VIRTCLUSTER- This entity type is a virtual cluster.
- VIRTDATASTORE- This entity type is a virtual data store.
- VIRTMACHINE- This entity type is a virtual machine.
- PDISK- This entity type is a P disk.
- PDATASTORE- This entity type is a P Datastore.
- VIRTMACHINESNAPSHOT- This entity is a virtual machine snapshot.
- FOLDER- This entity type is a folder.
- RESOURCEPOOL- This entity type is a resource pool.
- FILE- This entity type is a file.
- VIRTDATACENTER- This entity type is a virtual data center.
- REPLICATION_APPLIANCE- This entity type is a replication appliance.
- REPLICATION_JOB- This entity type is a replication job.
- IP_POOL- This entity type is an IP Pool.
- REPLICATION_INFO- This entity type is a replication information.
- DP_VM_SNAPSHOT- This entity type is a DP VM Snapshot.
- DP_VMGROUP_SNAPSHOT- This entity type is a DP VM Group Snapshot.
- DP_VM_CONFIG- This entity type is a DP VM Configuration.
- DP_VM- This entity type is a DP VM.
- DP_VMGROUP- This entity type is a DP VM Group.
- DP_VM_SNAPSHOT_POINT- This entity type is a DP VM Snapshot Point.
- CLUSTER_PAIR- This entity is a cluster pair.
- HX_TASK- This entity type is a HyperFlex task.
- ZONE- This entity type is a zone.
 
- 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.
- confignum number
- Configuration number for this reference.
- id string
- Uuid of the entity for this reference.
- idtype string
- Type of entity id for this reference.- VCMOID- The entity reference ID type is VC MOID.
- VMBIOSUUID- The entity reference ID type is VM Bios UUID.
- VMDSPATH- The entity reference ID type is VM Datastore Path.
- VMINSTANCEUUID- The entity reference ID type is VM Instance UUID.
- VMNAME- The entity reference ID type is VM Name.
 
- name string
- Name of the entity for this entity reference.
- objectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- type string
- Type of the entity for this entity reference.- DISK- This entity type is a disk.
- PNODE- This entity type is a P node.
- NODE- This entity type is a node.
- CLUSTER- This entity type is a cluster.
- DATASTORE- This entity is a datastore.
- VIRTNODE- This entity is a HyperFlex virtual node.
- VIRTCLUSTER- This entity type is a virtual cluster.
- VIRTDATASTORE- This entity type is a virtual data store.
- VIRTMACHINE- This entity type is a virtual machine.
- PDISK- This entity type is a P disk.
- PDATASTORE- This entity type is a P Datastore.
- VIRTMACHINESNAPSHOT- This entity is a virtual machine snapshot.
- FOLDER- This entity type is a folder.
- RESOURCEPOOL- This entity type is a resource pool.
- FILE- This entity type is a file.
- VIRTDATACENTER- This entity type is a virtual data center.
- REPLICATION_APPLIANCE- This entity type is a replication appliance.
- REPLICATION_JOB- This entity type is a replication job.
- IP_POOL- This entity type is an IP Pool.
- REPLICATION_INFO- This entity type is a replication information.
- DP_VM_SNAPSHOT- This entity type is a DP VM Snapshot.
- DP_VMGROUP_SNAPSHOT- This entity type is a DP VM Group Snapshot.
- DP_VM_CONFIG- This entity type is a DP VM Configuration.
- DP_VM- This entity type is a DP VM.
- DP_VMGROUP- This entity type is a DP VM Group.
- DP_VM_SNAPSHOT_POINT- This entity type is a DP VM Snapshot Point.
- CLUSTER_PAIR- This entity is a cluster pair.
- HX_TASK- This entity type is a HyperFlex task.
- ZONE- This entity type is a zone.
 
- 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.
- confignum float
- Configuration number for this reference.
- id str
- Uuid of the entity for this reference.
- idtype str
- Type of entity id for this reference.- VCMOID- The entity reference ID type is VC MOID.
- VMBIOSUUID- The entity reference ID type is VM Bios UUID.
- VMDSPATH- The entity reference ID type is VM Datastore Path.
- VMINSTANCEUUID- The entity reference ID type is VM Instance UUID.
- VMNAME- The entity reference ID type is VM Name.
 
- name str
- Name of the entity for this entity reference.
- object_type str
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- type str
- Type of the entity for this entity reference.- DISK- This entity type is a disk.
- PNODE- This entity type is a P node.
- NODE- This entity type is a node.
- CLUSTER- This entity type is a cluster.
- DATASTORE- This entity is a datastore.
- VIRTNODE- This entity is a HyperFlex virtual node.
- VIRTCLUSTER- This entity type is a virtual cluster.
- VIRTDATASTORE- This entity type is a virtual data store.
- VIRTMACHINE- This entity type is a virtual machine.
- PDISK- This entity type is a P disk.
- PDATASTORE- This entity type is a P Datastore.
- VIRTMACHINESNAPSHOT- This entity is a virtual machine snapshot.
- FOLDER- This entity type is a folder.
- RESOURCEPOOL- This entity type is a resource pool.
- FILE- This entity type is a file.
- VIRTDATACENTER- This entity type is a virtual data center.
- REPLICATION_APPLIANCE- This entity type is a replication appliance.
- REPLICATION_JOB- This entity type is a replication job.
- IP_POOL- This entity type is an IP Pool.
- REPLICATION_INFO- This entity type is a replication information.
- DP_VM_SNAPSHOT- This entity type is a DP VM Snapshot.
- DP_VMGROUP_SNAPSHOT- This entity type is a DP VM Group Snapshot.
- DP_VM_CONFIG- This entity type is a DP VM Configuration.
- DP_VM- This entity type is a DP VM.
- DP_VMGROUP- This entity type is a DP VM Group.
- DP_VM_SNAPSHOT_POINT- This entity type is a DP VM Snapshot Point.
- CLUSTER_PAIR- This entity is a cluster pair.
- HX_TASK- This entity type is a HyperFlex task.
- ZONE- This entity type is a zone.
 
- 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.
- confignum Number
- Configuration number for this reference.
- id String
- Uuid of the entity for this reference.
- idtype String
- Type of entity id for this reference.- VCMOID- The entity reference ID type is VC MOID.
- VMBIOSUUID- The entity reference ID type is VM Bios UUID.
- VMDSPATH- The entity reference ID type is VM Datastore Path.
- VMINSTANCEUUID- The entity reference ID type is VM Instance UUID.
- VMNAME- The entity reference ID type is VM Name.
 
- name String
- Name of the entity for this entity reference.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- type String
- Type of the entity for this entity reference.- DISK- This entity type is a disk.
- PNODE- This entity type is a P node.
- NODE- This entity type is a node.
- CLUSTER- This entity type is a cluster.
- DATASTORE- This entity is a datastore.
- VIRTNODE- This entity is a HyperFlex virtual node.
- VIRTCLUSTER- This entity type is a virtual cluster.
- VIRTDATASTORE- This entity type is a virtual data store.
- VIRTMACHINE- This entity type is a virtual machine.
- PDISK- This entity type is a P disk.
- PDATASTORE- This entity type is a P Datastore.
- VIRTMACHINESNAPSHOT- This entity is a virtual machine snapshot.
- FOLDER- This entity type is a folder.
- RESOURCEPOOL- This entity type is a resource pool.
- FILE- This entity type is a file.
- VIRTDATACENTER- This entity type is a virtual data center.
- REPLICATION_APPLIANCE- This entity type is a replication appliance.
- REPLICATION_JOB- This entity type is a replication job.
- IP_POOL- This entity type is an IP Pool.
- REPLICATION_INFO- This entity type is a replication information.
- DP_VM_SNAPSHOT- This entity type is a DP VM Snapshot.
- DP_VMGROUP_SNAPSHOT- This entity type is a DP VM Group Snapshot.
- DP_VM_CONFIG- This entity type is a DP VM Configuration.
- DP_VM- This entity type is a DP VM.
- DP_VMGROUP- This entity type is a DP VM Group.
- DP_VM_SNAPSHOT_POINT- This entity type is a DP VM Snapshot Point.
- CLUSTER_PAIR- This entity is a cluster pair.
- HX_TASK- This entity type is a HyperFlex task.
- ZONE- This entity type is a zone.
 
GetHyperflexVmSnapshotInfoClusterIdSnapMapSnapshotPointSnapshotStatus            
- 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.
- Description string
- Description of this Snapshot Point.
- Error
GetHyperflex Vm Snapshot Info Cluster Id Snap Map Snapshot Point Snapshot Status Error 
- Error information in case of failure.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- PctComplete double
- Completion percentage for this snapshot.
- Status string
- Current snapshot state for this snapshot.- SUCCESS- This snapshot status code is success.
- FAILED- This snapshot status code is failed.
- IN_PROGRESS- This snapshot status code is in progress.
- DELETING- This snapshot status code is deleting.
- DELETED- This snapshot status code is deleted.
- NONE- This snapshot status code is none.
- INIT- This snapshot status code is initializing.
 
- Timestamp double
- Timestamp at which the Snapshot is taken.
- UsedSpace double
- Space Used by this Snapshot Point.
- 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.
- Description string
- Description of this Snapshot Point.
- Error
GetHyperflex Vm Snapshot Info Cluster Id Snap Map Snapshot Point Snapshot Status Error 
- Error information in case of failure.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- PctComplete float64
- Completion percentage for this snapshot.
- Status string
- Current snapshot state for this snapshot.- SUCCESS- This snapshot status code is success.
- FAILED- This snapshot status code is failed.
- IN_PROGRESS- This snapshot status code is in progress.
- DELETING- This snapshot status code is deleting.
- DELETED- This snapshot status code is deleted.
- NONE- This snapshot status code is none.
- INIT- This snapshot status code is initializing.
 
- Timestamp float64
- Timestamp at which the Snapshot is taken.
- UsedSpace float64
- Space Used by this Snapshot Point.
- 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.
- description String
- Description of this Snapshot Point.
- error
GetHyperflex Vm Snapshot Info Cluster Id Snap Map Snapshot Point Snapshot Status Error 
- Error information in case of failure.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- pctComplete Double
- Completion percentage for this snapshot.
- status String
- Current snapshot state for this snapshot.- SUCCESS- This snapshot status code is success.
- FAILED- This snapshot status code is failed.
- IN_PROGRESS- This snapshot status code is in progress.
- DELETING- This snapshot status code is deleting.
- DELETED- This snapshot status code is deleted.
- NONE- This snapshot status code is none.
- INIT- This snapshot status code is initializing.
 
- timestamp Double
- Timestamp at which the Snapshot is taken.
- usedSpace Double
- Space Used by this Snapshot Point.
- 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.
- description string
- Description of this Snapshot Point.
- error
GetHyperflex Vm Snapshot Info Cluster Id Snap Map Snapshot Point Snapshot Status Error 
- Error information in case of failure.
- objectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- pctComplete number
- Completion percentage for this snapshot.
- status string
- Current snapshot state for this snapshot.- SUCCESS- This snapshot status code is success.
- FAILED- This snapshot status code is failed.
- IN_PROGRESS- This snapshot status code is in progress.
- DELETING- This snapshot status code is deleting.
- DELETED- This snapshot status code is deleted.
- NONE- This snapshot status code is none.
- INIT- This snapshot status code is initializing.
 
- timestamp number
- Timestamp at which the Snapshot is taken.
- usedSpace number
- Space Used by this Snapshot Point.
- 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.
- description str
- Description of this Snapshot Point.
- error
GetHyperflex Vm Snapshot Info Cluster Id Snap Map Snapshot Point Snapshot Status Error 
- Error information in case of failure.
- object_type str
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- pct_complete float
- Completion percentage for this snapshot.
- status str
- Current snapshot state for this snapshot.- SUCCESS- This snapshot status code is success.
- FAILED- This snapshot status code is failed.
- IN_PROGRESS- This snapshot status code is in progress.
- DELETING- This snapshot status code is deleting.
- DELETED- This snapshot status code is deleted.
- NONE- This snapshot status code is none.
- INIT- This snapshot status code is initializing.
 
- timestamp float
- Timestamp at which the Snapshot is taken.
- used_space float
- Space Used by this Snapshot Point.
- 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.
- description String
- Description of this Snapshot Point.
- error Property Map
- Error information in case of failure.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- pctComplete Number
- Completion percentage for this snapshot.
- status String
- Current snapshot state for this snapshot.- SUCCESS- This snapshot status code is success.
- FAILED- This snapshot status code is failed.
- IN_PROGRESS- This snapshot status code is in progress.
- DELETING- This snapshot status code is deleting.
- DELETED- This snapshot status code is deleted.
- NONE- This snapshot status code is none.
- INIT- This snapshot status code is initializing.
 
- timestamp Number
- Timestamp at which the Snapshot is taken.
- usedSpace Number
- Space Used by this Snapshot Point.
GetHyperflexVmSnapshotInfoClusterIdSnapMapSnapshotPointSnapshotStatusError             
- 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.
- Message string
- The error message string for this error stack.
- MessageId double
- The error message ID for this error stack.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- 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.
- Message string
- The error message string for this error stack.
- MessageId float64
- The error message ID for this error stack.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- 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.
- message String
- The error message string for this error stack.
- messageId Double
- The error message ID for this error stack.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- 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.
- message string
- The error message string for this error stack.
- messageId number
- The error message ID for this error stack.
- objectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- 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.
- message str
- The error message string for this error stack.
- message_id float
- The error message ID for this error stack.
- object_type str
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- 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.
- message String
- The error message string for this error stack.
- messageId Number
- The error message ID for this error stack.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
GetHyperflexVmSnapshotInfoClusterIdSnapMapSnapshotPointVmRuntimeInfo             
- 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.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- RunTime GetInfo Hyperflex Vm Snapshot Info Cluster Id Snap Map Snapshot Point Vm Runtime Info Run Time Info 
- Virtual machine runtime details.
- StatusCode string
- Virtual machine status code.- VM_ACCESSIBLE- This virtual machine is accessible.
- VM_INACCESSIBLE- This virtual machine is not accessible.
- VM_NOT_SUPPORTED- This virtual machine is not supported.
- NONE- This virtual machine does not have a status code.
 
- Uuid string
- Virtual machine's current UUID.
- 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.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- RunTime GetInfo Hyperflex Vm Snapshot Info Cluster Id Snap Map Snapshot Point Vm Runtime Info Run Time Info 
- Virtual machine runtime details.
- StatusCode string
- Virtual machine status code.- VM_ACCESSIBLE- This virtual machine is accessible.
- VM_INACCESSIBLE- This virtual machine is not accessible.
- VM_NOT_SUPPORTED- This virtual machine is not supported.
- NONE- This virtual machine does not have a status code.
 
- Uuid string
- Virtual machine's current UUID.
- 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.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- runTime GetInfo Hyperflex Vm Snapshot Info Cluster Id Snap Map Snapshot Point Vm Runtime Info Run Time Info 
- Virtual machine runtime details.
- statusCode String
- Virtual machine status code.- VM_ACCESSIBLE- This virtual machine is accessible.
- VM_INACCESSIBLE- This virtual machine is not accessible.
- VM_NOT_SUPPORTED- This virtual machine is not supported.
- NONE- This virtual machine does not have a status code.
 
- uuid String
- Virtual machine's current UUID.
- 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.
- objectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- runTime GetInfo Hyperflex Vm Snapshot Info Cluster Id Snap Map Snapshot Point Vm Runtime Info Run Time Info 
- Virtual machine runtime details.
- statusCode string
- Virtual machine status code.- VM_ACCESSIBLE- This virtual machine is accessible.
- VM_INACCESSIBLE- This virtual machine is not accessible.
- VM_NOT_SUPPORTED- This virtual machine is not supported.
- NONE- This virtual machine does not have a status code.
 
- uuid string
- Virtual machine's current UUID.
- 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.
- object_type str
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- run_time_ Getinfo Hyperflex Vm Snapshot Info Cluster Id Snap Map Snapshot Point Vm Runtime Info Run Time Info 
- Virtual machine runtime details.
- status_code str
- Virtual machine status code.- VM_ACCESSIBLE- This virtual machine is accessible.
- VM_INACCESSIBLE- This virtual machine is not accessible.
- VM_NOT_SUPPORTED- This virtual machine is not supported.
- NONE- This virtual machine does not have a status code.
 
- uuid str
- Virtual machine's current UUID.
- 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.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- runTime Property MapInfo 
- Virtual machine runtime details.
- statusCode String
- Virtual machine status code.- VM_ACCESSIBLE- This virtual machine is accessible.
- VM_INACCESSIBLE- This virtual machine is not accessible.
- VM_NOT_SUPPORTED- This virtual machine is not supported.
- NONE- This virtual machine does not have a status code.
 
- uuid String
- Virtual machine's current UUID.
GetHyperflexVmSnapshotInfoClusterIdSnapMapSnapshotPointVmRuntimeInfoRunTimeInfo                
- AdditionalProperties string
- BiosUuid string
- BiosUuid of the Protected Virtual Machine.
- 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.
- ConnectionState string
- Connection state of the Virtual Machine.
- CpuUsage double
- CPU Usage of Virtual Machine.
- Folder string
- Folder which VM belongs to.
- GuestFamily string
- Guest operating system family, if known.
- GuestFull stringName 
- Guest operating system full name, if known.
- GuestId string
- Guest operating system identifier (short name), if known.
- GuestState string
- VMware guest reset, powercycle, or boot action states.
- HostName string
- Hostname of Virtual Machine.
- InstanceUuid string
- InstanceUuid of the Protected Virtual Machine.
- MemoryMb double
- CPU Memory in MB of Virtual Machine.
- MemoryUsage double
- Memory usage of Virtual Machine.
- Moid string
- The unique identifier of this Managed Object instance.
- Name string
- Name of the Virtual Machine.
- Networks List<string>
- NrVersion string
- Version of the Virtual Machine.
- NumCpu double
- Number of CPUs for the VM.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- PowerState string
- Power state of the Virtual Machine.
- ProvisionedSize double
- Provisioned Size of Virtual Machine.
- ResourcePool string
- Resource pool which VM belongs to.
- UsedSize double
- Used Size of Virtual Machine.
- VmxPath string
- Vmx Path in VC datastore format.
- AdditionalProperties string
- BiosUuid string
- BiosUuid of the Protected Virtual Machine.
- 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.
- ConnectionState string
- Connection state of the Virtual Machine.
- CpuUsage float64
- CPU Usage of Virtual Machine.
- Folder string
- Folder which VM belongs to.
- GuestFamily string
- Guest operating system family, if known.
- GuestFull stringName 
- Guest operating system full name, if known.
- GuestId string
- Guest operating system identifier (short name), if known.
- GuestState string
- VMware guest reset, powercycle, or boot action states.
- HostName string
- Hostname of Virtual Machine.
- InstanceUuid string
- InstanceUuid of the Protected Virtual Machine.
- MemoryMb float64
- CPU Memory in MB of Virtual Machine.
- MemoryUsage float64
- Memory usage of Virtual Machine.
- Moid string
- The unique identifier of this Managed Object instance.
- Name string
- Name of the Virtual Machine.
- Networks []string
- NrVersion string
- Version of the Virtual Machine.
- NumCpu float64
- Number of CPUs for the VM.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- PowerState string
- Power state of the Virtual Machine.
- ProvisionedSize float64
- Provisioned Size of Virtual Machine.
- ResourcePool string
- Resource pool which VM belongs to.
- UsedSize float64
- Used Size of Virtual Machine.
- VmxPath string
- Vmx Path in VC datastore format.
- additionalProperties String
- biosUuid String
- BiosUuid of the Protected Virtual Machine.
- 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.
- connectionState String
- Connection state of the Virtual Machine.
- cpuUsage Double
- CPU Usage of Virtual Machine.
- folder String
- Folder which VM belongs to.
- guestFamily String
- Guest operating system family, if known.
- guestFull StringName 
- Guest operating system full name, if known.
- guestId String
- Guest operating system identifier (short name), if known.
- guestState String
- VMware guest reset, powercycle, or boot action states.
- hostName String
- Hostname of Virtual Machine.
- instanceUuid String
- InstanceUuid of the Protected Virtual Machine.
- memoryMb Double
- CPU Memory in MB of Virtual Machine.
- memoryUsage Double
- Memory usage of Virtual Machine.
- moid String
- The unique identifier of this Managed Object instance.
- name String
- Name of the Virtual Machine.
- networks List<String>
- nrVersion String
- Version of the Virtual Machine.
- numCpu Double
- Number of CPUs for the VM.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- powerState String
- Power state of the Virtual Machine.
- provisionedSize Double
- Provisioned Size of Virtual Machine.
- resourcePool String
- Resource pool which VM belongs to.
- usedSize Double
- Used Size of Virtual Machine.
- vmxPath String
- Vmx Path in VC datastore format.
- additionalProperties string
- biosUuid string
- BiosUuid of the Protected Virtual Machine.
- 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.
- connectionState string
- Connection state of the Virtual Machine.
- cpuUsage number
- CPU Usage of Virtual Machine.
- folder string
- Folder which VM belongs to.
- guestFamily string
- Guest operating system family, if known.
- guestFull stringName 
- Guest operating system full name, if known.
- guestId string
- Guest operating system identifier (short name), if known.
- guestState string
- VMware guest reset, powercycle, or boot action states.
- hostName string
- Hostname of Virtual Machine.
- instanceUuid string
- InstanceUuid of the Protected Virtual Machine.
- memoryMb number
- CPU Memory in MB of Virtual Machine.
- memoryUsage number
- Memory usage of Virtual Machine.
- moid string
- The unique identifier of this Managed Object instance.
- name string
- Name of the Virtual Machine.
- networks string[]
- nrVersion string
- Version of the Virtual Machine.
- numCpu number
- Number of CPUs for the VM.
- objectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- powerState string
- Power state of the Virtual Machine.
- provisionedSize number
- Provisioned Size of Virtual Machine.
- resourcePool string
- Resource pool which VM belongs to.
- usedSize number
- Used Size of Virtual Machine.
- vmxPath string
- Vmx Path in VC datastore format.
- additional_properties str
- bios_uuid str
- BiosUuid of the Protected Virtual Machine.
- 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.
- connection_state str
- Connection state of the Virtual Machine.
- cpu_usage float
- CPU Usage of Virtual Machine.
- folder str
- Folder which VM belongs to.
- guest_family str
- Guest operating system family, if known.
- guest_full_ strname 
- Guest operating system full name, if known.
- guest_id str
- Guest operating system identifier (short name), if known.
- guest_state str
- VMware guest reset, powercycle, or boot action states.
- host_name str
- Hostname of Virtual Machine.
- instance_uuid str
- InstanceUuid of the Protected Virtual Machine.
- memory_mb float
- CPU Memory in MB of Virtual Machine.
- memory_usage float
- Memory usage of Virtual Machine.
- moid str
- The unique identifier of this Managed Object instance.
- name str
- Name of the Virtual Machine.
- networks Sequence[str]
- nr_version str
- Version of the Virtual Machine.
- num_cpu float
- Number of CPUs for the VM.
- object_type str
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- power_state str
- Power state of the Virtual Machine.
- provisioned_size float
- Provisioned Size of Virtual Machine.
- resource_pool str
- Resource pool which VM belongs to.
- used_size float
- Used Size of Virtual Machine.
- vmx_path str
- Vmx Path in VC datastore format.
- additionalProperties String
- biosUuid String
- BiosUuid of the Protected Virtual Machine.
- 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.
- connectionState String
- Connection state of the Virtual Machine.
- cpuUsage Number
- CPU Usage of Virtual Machine.
- folder String
- Folder which VM belongs to.
- guestFamily String
- Guest operating system family, if known.
- guestFull StringName 
- Guest operating system full name, if known.
- guestId String
- Guest operating system identifier (short name), if known.
- guestState String
- VMware guest reset, powercycle, or boot action states.
- hostName String
- Hostname of Virtual Machine.
- instanceUuid String
- InstanceUuid of the Protected Virtual Machine.
- memoryMb Number
- CPU Memory in MB of Virtual Machine.
- memoryUsage Number
- Memory usage of Virtual Machine.
- moid String
- The unique identifier of this Managed Object instance.
- name String
- Name of the Virtual Machine.
- networks List<String>
- nrVersion String
- Version of the Virtual Machine.
- numCpu Number
- Number of CPUs for the VM.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- powerState String
- Power state of the Virtual Machine.
- provisionedSize Number
- Provisioned Size of Virtual Machine.
- resourcePool String
- Resource pool which VM belongs to.
- usedSize Number
- Used Size of Virtual Machine.
- vmxPath String
- Vmx Path in VC datastore format.
GetHyperflexVmSnapshotInfoError     
- 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.
- Message string
- The error message string for this error stack.
- MessageId double
- The error message ID for this error stack.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- 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.
- Message string
- The error message string for this error stack.
- MessageId float64
- The error message ID for this error stack.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- 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.
- message String
- The error message string for this error stack.
- messageId Double
- The error message ID for this error stack.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- 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.
- message string
- The error message string for this error stack.
- messageId number
- The error message ID for this error stack.
- objectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- 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.
- message str
- The error message string for this error stack.
- message_id float
- The error message ID for this error stack.
- object_type str
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- 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.
- message String
- The error message string for this error stack.
- messageId Number
- The error message ID for this error stack.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
GetHyperflexVmSnapshotInfoParent     
- 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'.
 
GetHyperflexVmSnapshotInfoParentSnapshot      
- 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.
- Confignum double
- Configuration number for this reference.
- Id string
- Uuid of the entity for this reference.
- Idtype string
- Type of entity id for this reference.- VCMOID- The entity reference ID type is VC MOID.
- VMBIOSUUID- The entity reference ID type is VM Bios UUID.
- VMDSPATH- The entity reference ID type is VM Datastore Path.
- VMINSTANCEUUID- The entity reference ID type is VM Instance UUID.
- VMNAME- The entity reference ID type is VM Name.
 
- Name string
- Name of the entity for this entity reference.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Type string
- Type of the entity for this entity reference.- DISK- This entity type is a disk.
- PNODE- This entity type is a P node.
- NODE- This entity type is a node.
- CLUSTER- This entity type is a cluster.
- DATASTORE- This entity is a datastore.
- VIRTNODE- This entity is a HyperFlex virtual node.
- VIRTCLUSTER- This entity type is a virtual cluster.
- VIRTDATASTORE- This entity type is a virtual data store.
- VIRTMACHINE- This entity type is a virtual machine.
- PDISK- This entity type is a P disk.
- PDATASTORE- This entity type is a P Datastore.
- VIRTMACHINESNAPSHOT- This entity is a virtual machine snapshot.
- FOLDER- This entity type is a folder.
- RESOURCEPOOL- This entity type is a resource pool.
- FILE- This entity type is a file.
- VIRTDATACENTER- This entity type is a virtual data center.
- REPLICATION_APPLIANCE- This entity type is a replication appliance.
- REPLICATION_JOB- This entity type is a replication job.
- IP_POOL- This entity type is an IP Pool.
- REPLICATION_INFO- This entity type is a replication information.
- DP_VM_SNAPSHOT- This entity type is a DP VM Snapshot.
- DP_VMGROUP_SNAPSHOT- This entity type is a DP VM Group Snapshot.
- DP_VM_CONFIG- This entity type is a DP VM Configuration.
- DP_VM- This entity type is a DP VM.
- DP_VMGROUP- This entity type is a DP VM Group.
- DP_VM_SNAPSHOT_POINT- This entity type is a DP VM Snapshot Point.
- CLUSTER_PAIR- This entity is a cluster pair.
- HX_TASK- This entity type is a HyperFlex task.
- ZONE- This entity type is a zone.
 
- 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.
- Confignum float64
- Configuration number for this reference.
- Id string
- Uuid of the entity for this reference.
- Idtype string
- Type of entity id for this reference.- VCMOID- The entity reference ID type is VC MOID.
- VMBIOSUUID- The entity reference ID type is VM Bios UUID.
- VMDSPATH- The entity reference ID type is VM Datastore Path.
- VMINSTANCEUUID- The entity reference ID type is VM Instance UUID.
- VMNAME- The entity reference ID type is VM Name.
 
- Name string
- Name of the entity for this entity reference.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Type string
- Type of the entity for this entity reference.- DISK- This entity type is a disk.
- PNODE- This entity type is a P node.
- NODE- This entity type is a node.
- CLUSTER- This entity type is a cluster.
- DATASTORE- This entity is a datastore.
- VIRTNODE- This entity is a HyperFlex virtual node.
- VIRTCLUSTER- This entity type is a virtual cluster.
- VIRTDATASTORE- This entity type is a virtual data store.
- VIRTMACHINE- This entity type is a virtual machine.
- PDISK- This entity type is a P disk.
- PDATASTORE- This entity type is a P Datastore.
- VIRTMACHINESNAPSHOT- This entity is a virtual machine snapshot.
- FOLDER- This entity type is a folder.
- RESOURCEPOOL- This entity type is a resource pool.
- FILE- This entity type is a file.
- VIRTDATACENTER- This entity type is a virtual data center.
- REPLICATION_APPLIANCE- This entity type is a replication appliance.
- REPLICATION_JOB- This entity type is a replication job.
- IP_POOL- This entity type is an IP Pool.
- REPLICATION_INFO- This entity type is a replication information.
- DP_VM_SNAPSHOT- This entity type is a DP VM Snapshot.
- DP_VMGROUP_SNAPSHOT- This entity type is a DP VM Group Snapshot.
- DP_VM_CONFIG- This entity type is a DP VM Configuration.
- DP_VM- This entity type is a DP VM.
- DP_VMGROUP- This entity type is a DP VM Group.
- DP_VM_SNAPSHOT_POINT- This entity type is a DP VM Snapshot Point.
- CLUSTER_PAIR- This entity is a cluster pair.
- HX_TASK- This entity type is a HyperFlex task.
- ZONE- This entity type is a zone.
 
- 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.
- confignum Double
- Configuration number for this reference.
- id String
- Uuid of the entity for this reference.
- idtype String
- Type of entity id for this reference.- VCMOID- The entity reference ID type is VC MOID.
- VMBIOSUUID- The entity reference ID type is VM Bios UUID.
- VMDSPATH- The entity reference ID type is VM Datastore Path.
- VMINSTANCEUUID- The entity reference ID type is VM Instance UUID.
- VMNAME- The entity reference ID type is VM Name.
 
- name String
- Name of the entity for this entity reference.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- type String
- Type of the entity for this entity reference.- DISK- This entity type is a disk.
- PNODE- This entity type is a P node.
- NODE- This entity type is a node.
- CLUSTER- This entity type is a cluster.
- DATASTORE- This entity is a datastore.
- VIRTNODE- This entity is a HyperFlex virtual node.
- VIRTCLUSTER- This entity type is a virtual cluster.
- VIRTDATASTORE- This entity type is a virtual data store.
- VIRTMACHINE- This entity type is a virtual machine.
- PDISK- This entity type is a P disk.
- PDATASTORE- This entity type is a P Datastore.
- VIRTMACHINESNAPSHOT- This entity is a virtual machine snapshot.
- FOLDER- This entity type is a folder.
- RESOURCEPOOL- This entity type is a resource pool.
- FILE- This entity type is a file.
- VIRTDATACENTER- This entity type is a virtual data center.
- REPLICATION_APPLIANCE- This entity type is a replication appliance.
- REPLICATION_JOB- This entity type is a replication job.
- IP_POOL- This entity type is an IP Pool.
- REPLICATION_INFO- This entity type is a replication information.
- DP_VM_SNAPSHOT- This entity type is a DP VM Snapshot.
- DP_VMGROUP_SNAPSHOT- This entity type is a DP VM Group Snapshot.
- DP_VM_CONFIG- This entity type is a DP VM Configuration.
- DP_VM- This entity type is a DP VM.
- DP_VMGROUP- This entity type is a DP VM Group.
- DP_VM_SNAPSHOT_POINT- This entity type is a DP VM Snapshot Point.
- CLUSTER_PAIR- This entity is a cluster pair.
- HX_TASK- This entity type is a HyperFlex task.
- ZONE- This entity type is a zone.
 
- 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.
- confignum number
- Configuration number for this reference.
- id string
- Uuid of the entity for this reference.
- idtype string
- Type of entity id for this reference.- VCMOID- The entity reference ID type is VC MOID.
- VMBIOSUUID- The entity reference ID type is VM Bios UUID.
- VMDSPATH- The entity reference ID type is VM Datastore Path.
- VMINSTANCEUUID- The entity reference ID type is VM Instance UUID.
- VMNAME- The entity reference ID type is VM Name.
 
- name string
- Name of the entity for this entity reference.
- objectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- type string
- Type of the entity for this entity reference.- DISK- This entity type is a disk.
- PNODE- This entity type is a P node.
- NODE- This entity type is a node.
- CLUSTER- This entity type is a cluster.
- DATASTORE- This entity is a datastore.
- VIRTNODE- This entity is a HyperFlex virtual node.
- VIRTCLUSTER- This entity type is a virtual cluster.
- VIRTDATASTORE- This entity type is a virtual data store.
- VIRTMACHINE- This entity type is a virtual machine.
- PDISK- This entity type is a P disk.
- PDATASTORE- This entity type is a P Datastore.
- VIRTMACHINESNAPSHOT- This entity is a virtual machine snapshot.
- FOLDER- This entity type is a folder.
- RESOURCEPOOL- This entity type is a resource pool.
- FILE- This entity type is a file.
- VIRTDATACENTER- This entity type is a virtual data center.
- REPLICATION_APPLIANCE- This entity type is a replication appliance.
- REPLICATION_JOB- This entity type is a replication job.
- IP_POOL- This entity type is an IP Pool.
- REPLICATION_INFO- This entity type is a replication information.
- DP_VM_SNAPSHOT- This entity type is a DP VM Snapshot.
- DP_VMGROUP_SNAPSHOT- This entity type is a DP VM Group Snapshot.
- DP_VM_CONFIG- This entity type is a DP VM Configuration.
- DP_VM- This entity type is a DP VM.
- DP_VMGROUP- This entity type is a DP VM Group.
- DP_VM_SNAPSHOT_POINT- This entity type is a DP VM Snapshot Point.
- CLUSTER_PAIR- This entity is a cluster pair.
- HX_TASK- This entity type is a HyperFlex task.
- ZONE- This entity type is a zone.
 
- 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.
- confignum float
- Configuration number for this reference.
- id str
- Uuid of the entity for this reference.
- idtype str
- Type of entity id for this reference.- VCMOID- The entity reference ID type is VC MOID.
- VMBIOSUUID- The entity reference ID type is VM Bios UUID.
- VMDSPATH- The entity reference ID type is VM Datastore Path.
- VMINSTANCEUUID- The entity reference ID type is VM Instance UUID.
- VMNAME- The entity reference ID type is VM Name.
 
- name str
- Name of the entity for this entity reference.
- object_type str
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- type str
- Type of the entity for this entity reference.- DISK- This entity type is a disk.
- PNODE- This entity type is a P node.
- NODE- This entity type is a node.
- CLUSTER- This entity type is a cluster.
- DATASTORE- This entity is a datastore.
- VIRTNODE- This entity is a HyperFlex virtual node.
- VIRTCLUSTER- This entity type is a virtual cluster.
- VIRTDATASTORE- This entity type is a virtual data store.
- VIRTMACHINE- This entity type is a virtual machine.
- PDISK- This entity type is a P disk.
- PDATASTORE- This entity type is a P Datastore.
- VIRTMACHINESNAPSHOT- This entity is a virtual machine snapshot.
- FOLDER- This entity type is a folder.
- RESOURCEPOOL- This entity type is a resource pool.
- FILE- This entity type is a file.
- VIRTDATACENTER- This entity type is a virtual data center.
- REPLICATION_APPLIANCE- This entity type is a replication appliance.
- REPLICATION_JOB- This entity type is a replication job.
- IP_POOL- This entity type is an IP Pool.
- REPLICATION_INFO- This entity type is a replication information.
- DP_VM_SNAPSHOT- This entity type is a DP VM Snapshot.
- DP_VMGROUP_SNAPSHOT- This entity type is a DP VM Group Snapshot.
- DP_VM_CONFIG- This entity type is a DP VM Configuration.
- DP_VM- This entity type is a DP VM.
- DP_VMGROUP- This entity type is a DP VM Group.
- DP_VM_SNAPSHOT_POINT- This entity type is a DP VM Snapshot Point.
- CLUSTER_PAIR- This entity is a cluster pair.
- HX_TASK- This entity type is a HyperFlex task.
- ZONE- This entity type is a zone.
 
- 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.
- confignum Number
- Configuration number for this reference.
- id String
- Uuid of the entity for this reference.
- idtype String
- Type of entity id for this reference.- VCMOID- The entity reference ID type is VC MOID.
- VMBIOSUUID- The entity reference ID type is VM Bios UUID.
- VMDSPATH- The entity reference ID type is VM Datastore Path.
- VMINSTANCEUUID- The entity reference ID type is VM Instance UUID.
- VMNAME- The entity reference ID type is VM Name.
 
- name String
- Name of the entity for this entity reference.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- type String
- Type of the entity for this entity reference.- DISK- This entity type is a disk.
- PNODE- This entity type is a P node.
- NODE- This entity type is a node.
- CLUSTER- This entity type is a cluster.
- DATASTORE- This entity is a datastore.
- VIRTNODE- This entity is a HyperFlex virtual node.
- VIRTCLUSTER- This entity type is a virtual cluster.
- VIRTDATASTORE- This entity type is a virtual data store.
- VIRTMACHINE- This entity type is a virtual machine.
- PDISK- This entity type is a P disk.
- PDATASTORE- This entity type is a P Datastore.
- VIRTMACHINESNAPSHOT- This entity is a virtual machine snapshot.
- FOLDER- This entity type is a folder.
- RESOURCEPOOL- This entity type is a resource pool.
- FILE- This entity type is a file.
- VIRTDATACENTER- This entity type is a virtual data center.
- REPLICATION_APPLIANCE- This entity type is a replication appliance.
- REPLICATION_JOB- This entity type is a replication job.
- IP_POOL- This entity type is an IP Pool.
- REPLICATION_INFO- This entity type is a replication information.
- DP_VM_SNAPSHOT- This entity type is a DP VM Snapshot.
- DP_VMGROUP_SNAPSHOT- This entity type is a DP VM Group Snapshot.
- DP_VM_CONFIG- This entity type is a DP VM Configuration.
- DP_VM- This entity type is a DP VM.
- DP_VMGROUP- This entity type is a DP VM Group.
- DP_VM_SNAPSHOT_POINT- This entity type is a DP VM Snapshot Point.
- CLUSTER_PAIR- This entity is a cluster pair.
- HX_TASK- This entity type is a HyperFlex task.
- ZONE- This entity type is a zone.
 
GetHyperflexVmSnapshotInfoPermissionResource      
- 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'.
 
GetHyperflexVmSnapshotInfoResult     
- AccountMoid string
- The Account ID for this managed object.
- AdditionalProperties string
- Ancestors
List<GetHyperflex Vm Snapshot Info Result Ancestor> 
- ClassId string
- ClusterId List<GetSnap Maps Hyperflex Vm Snapshot Info Result Cluster Id Snap Map> 
- CreateTime string
- The time when this managed object was created.
- DisplayStatus string
- Combined status code from replication and snapshot status to display in the Intersight UI.* NONE- Snapshot replication state is none.*SUCCESS- Snapshot completed successfully.*FAILED- Snapshot failed replication status code.*PAUSED- Snapshot replication paused status code.*IN_USE- Snapshot replica in use status code.*STARTING- Snapshot replication starting.*REPLICATING- Snapshot replication in progress.
- DomainGroup stringMoid 
- The DomainGroup ID for this managed object.
- Errors
List<GetHyperflex Vm Snapshot Info Result Error> 
- Label string
- The name of the Virtual Machine and the time stamp of the snapshot.
- ModTime string
- The time when this managed object was last modified.
- Mode string
- Quiesce Mode for snapshot taken on Hyperflex cluster.* NONE- The snapshot quiesce mode is none.*CRASH- The snapshot quiesce mode is crash.*VMTOOLS- The snapshot quiesce mode is VMTOOLS.*APP_CONSISTENT- The snapshot quiesce mode is app consistent.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Owners List<string>
- ParentSnapshots List<GetHyperflex Vm Snapshot Info Result Parent Snapshot> 
- Parents
List<GetHyperflex Vm Snapshot Info Result Parent> 
- PermissionResources List<GetHyperflex Vm Snapshot Info Result Permission Resource> 
- ReplicationStatus string
- Replication status of the least successful target cluster.* NONE- Snapshot replication state is none.*SUCCESS- Snapshot completed successfully.*FAILED- Snapshot failed replication status code.*PAUSED- Snapshot replication paused status code.*IN_USE- Snapshot replica in use status code.*STARTING- Snapshot replication starting.*REPLICATING- Snapshot replication in progress.
- 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.
- SnapshotError stringMsg 
- Error message from snapshot creation or replcation if any exist.
- SnapshotStatus string
- Snapshot status of the source cluster.* SUCCESS- This snapshot status code is success.*FAILED- This snapshot status code is failed.*IN_PROGRESS- This snapshot status code is in progress.*DELETING- This snapshot status code is deleting.*DELETED- This snapshot status code is deleted.*NONE- This snapshot status code is none.*INIT- This snapshot status code is initializing.
- SourceTimestamp double
- Timestamp the snapshot was created on the source cluster.
- SrcCluster stringName 
- Name of the cluster this snapshot resides on.
- SrcClusters List<GetHyperflex Vm Snapshot Info Result Src Cluster> 
- 
List<GetHyperflex Vm Snapshot Info Result Tag> 
- TargetCompletion doubleTimestamp 
- Timestamp the snapshot was finished replicating on the target cluster.
- TgtCluster stringName 
- Name of the cluster this snapshot is replicated to.
- TgtClusters List<GetHyperflex Vm Snapshot Info Result Tgt Cluster> 
- VersionContexts List<GetHyperflex Vm Snapshot Info Result Version Context> 
- VmBackup List<GetInfos Hyperflex Vm Snapshot Info Result Vm Backup Info> 
- VmEntity List<GetReferences Hyperflex Vm Snapshot Info Result Vm Entity Reference> 
- VmSnapshot List<GetEntity References Hyperflex Vm Snapshot Info Result Vm Snapshot Entity Reference> 
- AccountMoid string
- The Account ID for this managed object.
- AdditionalProperties string
- Ancestors
[]GetHyperflex Vm Snapshot Info Result Ancestor 
- ClassId string
- ClusterId []GetSnap Maps Hyperflex Vm Snapshot Info Result Cluster Id Snap Map 
- CreateTime string
- The time when this managed object was created.
- DisplayStatus string
- Combined status code from replication and snapshot status to display in the Intersight UI.* NONE- Snapshot replication state is none.*SUCCESS- Snapshot completed successfully.*FAILED- Snapshot failed replication status code.*PAUSED- Snapshot replication paused status code.*IN_USE- Snapshot replica in use status code.*STARTING- Snapshot replication starting.*REPLICATING- Snapshot replication in progress.
- DomainGroup stringMoid 
- The DomainGroup ID for this managed object.
- Errors
[]GetHyperflex Vm Snapshot Info Result Error 
- Label string
- The name of the Virtual Machine and the time stamp of the snapshot.
- ModTime string
- The time when this managed object was last modified.
- Mode string
- Quiesce Mode for snapshot taken on Hyperflex cluster.* NONE- The snapshot quiesce mode is none.*CRASH- The snapshot quiesce mode is crash.*VMTOOLS- The snapshot quiesce mode is VMTOOLS.*APP_CONSISTENT- The snapshot quiesce mode is app consistent.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Owners []string
- ParentSnapshots []GetHyperflex Vm Snapshot Info Result Parent Snapshot 
- Parents
[]GetHyperflex Vm Snapshot Info Result Parent 
- PermissionResources []GetHyperflex Vm Snapshot Info Result Permission Resource 
- ReplicationStatus string
- Replication status of the least successful target cluster.* NONE- Snapshot replication state is none.*SUCCESS- Snapshot completed successfully.*FAILED- Snapshot failed replication status code.*PAUSED- Snapshot replication paused status code.*IN_USE- Snapshot replica in use status code.*STARTING- Snapshot replication starting.*REPLICATING- Snapshot replication in progress.
- 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.
- SnapshotError stringMsg 
- Error message from snapshot creation or replcation if any exist.
- SnapshotStatus string
- Snapshot status of the source cluster.* SUCCESS- This snapshot status code is success.*FAILED- This snapshot status code is failed.*IN_PROGRESS- This snapshot status code is in progress.*DELETING- This snapshot status code is deleting.*DELETED- This snapshot status code is deleted.*NONE- This snapshot status code is none.*INIT- This snapshot status code is initializing.
- SourceTimestamp float64
- Timestamp the snapshot was created on the source cluster.
- SrcCluster stringName 
- Name of the cluster this snapshot resides on.
- SrcClusters []GetHyperflex Vm Snapshot Info Result Src Cluster 
- 
[]GetHyperflex Vm Snapshot Info Result Tag 
- TargetCompletion float64Timestamp 
- Timestamp the snapshot was finished replicating on the target cluster.
- TgtCluster stringName 
- Name of the cluster this snapshot is replicated to.
- TgtClusters []GetHyperflex Vm Snapshot Info Result Tgt Cluster 
- VersionContexts []GetHyperflex Vm Snapshot Info Result Version Context 
- VmBackup []GetInfos Hyperflex Vm Snapshot Info Result Vm Backup Info 
- VmEntity []GetReferences Hyperflex Vm Snapshot Info Result Vm Entity Reference 
- VmSnapshot []GetEntity References Hyperflex Vm Snapshot Info Result Vm Snapshot Entity Reference 
- accountMoid String
- The Account ID for this managed object.
- additionalProperties String
- ancestors
List<GetHyperflex Vm Snapshot Info Result Ancestor> 
- classId String
- clusterId List<GetSnap Maps Hyperflex Vm Snapshot Info Result Cluster Id Snap Map> 
- createTime String
- The time when this managed object was created.
- displayStatus String
- Combined status code from replication and snapshot status to display in the Intersight UI.* NONE- Snapshot replication state is none.*SUCCESS- Snapshot completed successfully.*FAILED- Snapshot failed replication status code.*PAUSED- Snapshot replication paused status code.*IN_USE- Snapshot replica in use status code.*STARTING- Snapshot replication starting.*REPLICATING- Snapshot replication in progress.
- domainGroup StringMoid 
- The DomainGroup ID for this managed object.
- errors
List<GetHyperflex Vm Snapshot Info Result Error> 
- label String
- The name of the Virtual Machine and the time stamp of the snapshot.
- modTime String
- The time when this managed object was last modified.
- mode String
- Quiesce Mode for snapshot taken on Hyperflex cluster.* NONE- The snapshot quiesce mode is none.*CRASH- The snapshot quiesce mode is crash.*VMTOOLS- The snapshot quiesce mode is VMTOOLS.*APP_CONSISTENT- The snapshot quiesce mode is app consistent.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- owners List<String>
- parentSnapshots List<GetHyperflex Vm Snapshot Info Result Parent Snapshot> 
- parents
List<GetHyperflex Vm Snapshot Info Result Parent> 
- permissionResources List<GetHyperflex Vm Snapshot Info Result Permission Resource> 
- replicationStatus String
- Replication status of the least successful target cluster.* NONE- Snapshot replication state is none.*SUCCESS- Snapshot completed successfully.*FAILED- Snapshot failed replication status code.*PAUSED- Snapshot replication paused status code.*IN_USE- Snapshot replica in use status code.*STARTING- Snapshot replication starting.*REPLICATING- Snapshot replication in progress.
- 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.
- snapshotError StringMsg 
- Error message from snapshot creation or replcation if any exist.
- snapshotStatus String
- Snapshot status of the source cluster.* SUCCESS- This snapshot status code is success.*FAILED- This snapshot status code is failed.*IN_PROGRESS- This snapshot status code is in progress.*DELETING- This snapshot status code is deleting.*DELETED- This snapshot status code is deleted.*NONE- This snapshot status code is none.*INIT- This snapshot status code is initializing.
- sourceTimestamp Double
- Timestamp the snapshot was created on the source cluster.
- srcCluster StringName 
- Name of the cluster this snapshot resides on.
- srcClusters List<GetHyperflex Vm Snapshot Info Result Src Cluster> 
- 
List<GetHyperflex Vm Snapshot Info Result Tag> 
- targetCompletion DoubleTimestamp 
- Timestamp the snapshot was finished replicating on the target cluster.
- tgtCluster StringName 
- Name of the cluster this snapshot is replicated to.
- tgtClusters List<GetHyperflex Vm Snapshot Info Result Tgt Cluster> 
- versionContexts List<GetHyperflex Vm Snapshot Info Result Version Context> 
- vmBackup List<GetInfos Hyperflex Vm Snapshot Info Result Vm Backup Info> 
- vmEntity List<GetReferences Hyperflex Vm Snapshot Info Result Vm Entity Reference> 
- vmSnapshot List<GetEntity References Hyperflex Vm Snapshot Info Result Vm Snapshot Entity Reference> 
- accountMoid string
- The Account ID for this managed object.
- additionalProperties string
- ancestors
GetHyperflex Vm Snapshot Info Result Ancestor[] 
- classId string
- clusterId GetSnap Maps Hyperflex Vm Snapshot Info Result Cluster Id Snap Map[] 
- createTime string
- The time when this managed object was created.
- displayStatus string
- Combined status code from replication and snapshot status to display in the Intersight UI.* NONE- Snapshot replication state is none.*SUCCESS- Snapshot completed successfully.*FAILED- Snapshot failed replication status code.*PAUSED- Snapshot replication paused status code.*IN_USE- Snapshot replica in use status code.*STARTING- Snapshot replication starting.*REPLICATING- Snapshot replication in progress.
- domainGroup stringMoid 
- The DomainGroup ID for this managed object.
- errors
GetHyperflex Vm Snapshot Info Result Error[] 
- label string
- The name of the Virtual Machine and the time stamp of the snapshot.
- modTime string
- The time when this managed object was last modified.
- mode string
- Quiesce Mode for snapshot taken on Hyperflex cluster.* NONE- The snapshot quiesce mode is none.*CRASH- The snapshot quiesce mode is crash.*VMTOOLS- The snapshot quiesce mode is VMTOOLS.*APP_CONSISTENT- The snapshot quiesce mode is app consistent.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- owners string[]
- parentSnapshots GetHyperflex Vm Snapshot Info Result Parent Snapshot[] 
- parents
GetHyperflex Vm Snapshot Info Result Parent[] 
- permissionResources GetHyperflex Vm Snapshot Info Result Permission Resource[] 
- replicationStatus string
- Replication status of the least successful target cluster.* NONE- Snapshot replication state is none.*SUCCESS- Snapshot completed successfully.*FAILED- Snapshot failed replication status code.*PAUSED- Snapshot replication paused status code.*IN_USE- Snapshot replica in use status code.*STARTING- Snapshot replication starting.*REPLICATING- Snapshot replication in progress.
- 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.
- snapshotError stringMsg 
- Error message from snapshot creation or replcation if any exist.
- snapshotStatus string
- Snapshot status of the source cluster.* SUCCESS- This snapshot status code is success.*FAILED- This snapshot status code is failed.*IN_PROGRESS- This snapshot status code is in progress.*DELETING- This snapshot status code is deleting.*DELETED- This snapshot status code is deleted.*NONE- This snapshot status code is none.*INIT- This snapshot status code is initializing.
- sourceTimestamp number
- Timestamp the snapshot was created on the source cluster.
- srcCluster stringName 
- Name of the cluster this snapshot resides on.
- srcClusters GetHyperflex Vm Snapshot Info Result Src Cluster[] 
- 
GetHyperflex Vm Snapshot Info Result Tag[] 
- targetCompletion numberTimestamp 
- Timestamp the snapshot was finished replicating on the target cluster.
- tgtCluster stringName 
- Name of the cluster this snapshot is replicated to.
- tgtClusters GetHyperflex Vm Snapshot Info Result Tgt Cluster[] 
- versionContexts GetHyperflex Vm Snapshot Info Result Version Context[] 
- vmBackup GetInfos Hyperflex Vm Snapshot Info Result Vm Backup Info[] 
- vmEntity GetReferences Hyperflex Vm Snapshot Info Result Vm Entity Reference[] 
- vmSnapshot GetEntity References Hyperflex Vm Snapshot Info Result Vm Snapshot Entity Reference[] 
- account_moid str
- The Account ID for this managed object.
- additional_properties str
- ancestors
Sequence[GetHyperflex Vm Snapshot Info Result Ancestor] 
- class_id str
- cluster_id_ Sequence[Getsnap_ maps Hyperflex Vm Snapshot Info Result Cluster Id Snap Map] 
- create_time str
- The time when this managed object was created.
- display_status str
- Combined status code from replication and snapshot status to display in the Intersight UI.* NONE- Snapshot replication state is none.*SUCCESS- Snapshot completed successfully.*FAILED- Snapshot failed replication status code.*PAUSED- Snapshot replication paused status code.*IN_USE- Snapshot replica in use status code.*STARTING- Snapshot replication starting.*REPLICATING- Snapshot replication in progress.
- domain_group_ strmoid 
- The DomainGroup ID for this managed object.
- errors
Sequence[GetHyperflex Vm Snapshot Info Result Error] 
- label str
- The name of the Virtual Machine and the time stamp of the snapshot.
- mod_time str
- The time when this managed object was last modified.
- mode str
- Quiesce Mode for snapshot taken on Hyperflex cluster.* NONE- The snapshot quiesce mode is none.*CRASH- The snapshot quiesce mode is crash.*VMTOOLS- The snapshot quiesce mode is VMTOOLS.*APP_CONSISTENT- The snapshot quiesce mode is app consistent.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- owners Sequence[str]
- parent_snapshots Sequence[GetHyperflex Vm Snapshot Info Result Parent Snapshot] 
- parents
Sequence[GetHyperflex Vm Snapshot Info Result Parent] 
- permission_resources Sequence[GetHyperflex Vm Snapshot Info Result Permission Resource] 
- replication_status str
- Replication status of the least successful target cluster.* NONE- Snapshot replication state is none.*SUCCESS- Snapshot completed successfully.*FAILED- Snapshot failed replication status code.*PAUSED- Snapshot replication paused status code.*IN_USE- Snapshot replica in use status code.*STARTING- Snapshot replication starting.*REPLICATING- Snapshot replication in progress.
- 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_error_ strmsg 
- Error message from snapshot creation or replcation if any exist.
- snapshot_status str
- Snapshot status of the source cluster.* SUCCESS- This snapshot status code is success.*FAILED- This snapshot status code is failed.*IN_PROGRESS- This snapshot status code is in progress.*DELETING- This snapshot status code is deleting.*DELETED- This snapshot status code is deleted.*NONE- This snapshot status code is none.*INIT- This snapshot status code is initializing.
- source_timestamp float
- Timestamp the snapshot was created on the source cluster.
- src_cluster_ strname 
- Name of the cluster this snapshot resides on.
- src_clusters Sequence[GetHyperflex Vm Snapshot Info Result Src Cluster] 
- 
Sequence[GetHyperflex Vm Snapshot Info Result Tag] 
- target_completion_ floattimestamp 
- Timestamp the snapshot was finished replicating on the target cluster.
- tgt_cluster_ strname 
- Name of the cluster this snapshot is replicated to.
- tgt_clusters Sequence[GetHyperflex Vm Snapshot Info Result Tgt Cluster] 
- version_contexts Sequence[GetHyperflex Vm Snapshot Info Result Version Context] 
- vm_backup_ Sequence[Getinfos Hyperflex Vm Snapshot Info Result Vm Backup Info] 
- vm_entity_ Sequence[Getreferences Hyperflex Vm Snapshot Info Result Vm Entity Reference] 
- vm_snapshot_ Sequence[Getentity_ references Hyperflex Vm Snapshot Info Result Vm Snapshot Entity Reference] 
- accountMoid String
- The Account ID for this managed object.
- additionalProperties String
- ancestors List<Property Map>
- classId String
- clusterId List<Property Map>Snap Maps 
- createTime String
- The time when this managed object was created.
- displayStatus String
- Combined status code from replication and snapshot status to display in the Intersight UI.* NONE- Snapshot replication state is none.*SUCCESS- Snapshot completed successfully.*FAILED- Snapshot failed replication status code.*PAUSED- Snapshot replication paused status code.*IN_USE- Snapshot replica in use status code.*STARTING- Snapshot replication starting.*REPLICATING- Snapshot replication in progress.
- domainGroup StringMoid 
- The DomainGroup ID for this managed object.
- errors List<Property Map>
- label String
- The name of the Virtual Machine and the time stamp of the snapshot.
- modTime String
- The time when this managed object was last modified.
- mode String
- Quiesce Mode for snapshot taken on Hyperflex cluster.* NONE- The snapshot quiesce mode is none.*CRASH- The snapshot quiesce mode is crash.*VMTOOLS- The snapshot quiesce mode is VMTOOLS.*APP_CONSISTENT- The snapshot quiesce mode is app consistent.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- owners List<String>
- parentSnapshots List<Property Map>
- parents List<Property Map>
- permissionResources List<Property Map>
- replicationStatus String
- Replication status of the least successful target cluster.* NONE- Snapshot replication state is none.*SUCCESS- Snapshot completed successfully.*FAILED- Snapshot failed replication status code.*PAUSED- Snapshot replication paused status code.*IN_USE- Snapshot replica in use status code.*STARTING- Snapshot replication starting.*REPLICATING- Snapshot replication in progress.
- 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.
- snapshotError StringMsg 
- Error message from snapshot creation or replcation if any exist.
- snapshotStatus String
- Snapshot status of the source cluster.* SUCCESS- This snapshot status code is success.*FAILED- This snapshot status code is failed.*IN_PROGRESS- This snapshot status code is in progress.*DELETING- This snapshot status code is deleting.*DELETED- This snapshot status code is deleted.*NONE- This snapshot status code is none.*INIT- This snapshot status code is initializing.
- sourceTimestamp Number
- Timestamp the snapshot was created on the source cluster.
- srcCluster StringName 
- Name of the cluster this snapshot resides on.
- srcClusters List<Property Map>
- List<Property Map>
- targetCompletion NumberTimestamp 
- Timestamp the snapshot was finished replicating on the target cluster.
- tgtCluster StringName 
- Name of the cluster this snapshot is replicated to.
- tgtClusters List<Property Map>
- versionContexts List<Property Map>
- vmBackup List<Property Map>Infos 
- vmEntity List<Property Map>References 
- vmSnapshot List<Property Map>Entity References 
GetHyperflexVmSnapshotInfoResultAncestor      
- 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
GetHyperflexVmSnapshotInfoResultClusterIdSnapMap         
- additionalProperties String
- classId String
- clusterId String
- objectType String
- snapshotPoints List<Property Map>
GetHyperflexVmSnapshotInfoResultClusterIdSnapMapSnapshotPoint           
- AdditionalProperties string
- ClassId string
- ClusterEntity List<GetReferences Hyperflex Vm Snapshot Info Result Cluster Id Snap Map Snapshot Point Cluster Entity Reference> 
- ObjectType string
- ReplicationStatuses List<GetHyperflex Vm Snapshot Info Result Cluster Id Snap Map Snapshot Point Replication Status> 
- Replication status of the least successful target cluster.* NONE- Snapshot replication state is none.*SUCCESS- Snapshot completed successfully.*FAILED- Snapshot failed replication status code.*PAUSED- Snapshot replication paused status code.*IN_USE- Snapshot replica in use status code.*STARTING- Snapshot replication starting.*REPLICATING- Snapshot replication in progress.
- SnapshotFiles List<GetHyperflex Vm Snapshot Info Result Cluster Id Snap Map Snapshot Point Snapshot File> 
- SnapshotPoint List<GetEntity References Hyperflex Vm Snapshot Info Result Cluster Id Snap Map Snapshot Point Snapshot Point Entity Reference> 
- SnapshotStatuses List<GetHyperflex Vm Snapshot Info Result Cluster Id Snap Map Snapshot Point Snapshot Status> 
- Snapshot status of the source cluster.* SUCCESS- This snapshot status code is success.*FAILED- This snapshot status code is failed.*IN_PROGRESS- This snapshot status code is in progress.*DELETING- This snapshot status code is deleting.*DELETED- This snapshot status code is deleted.*NONE- This snapshot status code is none.*INIT- This snapshot status code is initializing.
- VmRuntime List<GetInfos Hyperflex Vm Snapshot Info Result Cluster Id Snap Map Snapshot Point Vm Runtime Info> 
- AdditionalProperties string
- ClassId string
- ClusterEntity []GetReferences Hyperflex Vm Snapshot Info Result Cluster Id Snap Map Snapshot Point Cluster Entity Reference 
- ObjectType string
- ReplicationStatuses []GetHyperflex Vm Snapshot Info Result Cluster Id Snap Map Snapshot Point Replication Status 
- Replication status of the least successful target cluster.* NONE- Snapshot replication state is none.*SUCCESS- Snapshot completed successfully.*FAILED- Snapshot failed replication status code.*PAUSED- Snapshot replication paused status code.*IN_USE- Snapshot replica in use status code.*STARTING- Snapshot replication starting.*REPLICATING- Snapshot replication in progress.
- SnapshotFiles []GetHyperflex Vm Snapshot Info Result Cluster Id Snap Map Snapshot Point Snapshot File 
- SnapshotPoint []GetEntity References Hyperflex Vm Snapshot Info Result Cluster Id Snap Map Snapshot Point Snapshot Point Entity Reference 
- SnapshotStatuses []GetHyperflex Vm Snapshot Info Result Cluster Id Snap Map Snapshot Point Snapshot Status 
- Snapshot status of the source cluster.* SUCCESS- This snapshot status code is success.*FAILED- This snapshot status code is failed.*IN_PROGRESS- This snapshot status code is in progress.*DELETING- This snapshot status code is deleting.*DELETED- This snapshot status code is deleted.*NONE- This snapshot status code is none.*INIT- This snapshot status code is initializing.
- VmRuntime []GetInfos Hyperflex Vm Snapshot Info Result Cluster Id Snap Map Snapshot Point Vm Runtime Info 
- additionalProperties String
- classId String
- clusterEntity List<GetReferences Hyperflex Vm Snapshot Info Result Cluster Id Snap Map Snapshot Point Cluster Entity Reference> 
- objectType String
- replicationStatuses List<GetHyperflex Vm Snapshot Info Result Cluster Id Snap Map Snapshot Point Replication Status> 
- Replication status of the least successful target cluster.* NONE- Snapshot replication state is none.*SUCCESS- Snapshot completed successfully.*FAILED- Snapshot failed replication status code.*PAUSED- Snapshot replication paused status code.*IN_USE- Snapshot replica in use status code.*STARTING- Snapshot replication starting.*REPLICATING- Snapshot replication in progress.
- snapshotFiles List<GetHyperflex Vm Snapshot Info Result Cluster Id Snap Map Snapshot Point Snapshot File> 
- snapshotPoint List<GetEntity References Hyperflex Vm Snapshot Info Result Cluster Id Snap Map Snapshot Point Snapshot Point Entity Reference> 
- snapshotStatuses List<GetHyperflex Vm Snapshot Info Result Cluster Id Snap Map Snapshot Point Snapshot Status> 
- Snapshot status of the source cluster.* SUCCESS- This snapshot status code is success.*FAILED- This snapshot status code is failed.*IN_PROGRESS- This snapshot status code is in progress.*DELETING- This snapshot status code is deleting.*DELETED- This snapshot status code is deleted.*NONE- This snapshot status code is none.*INIT- This snapshot status code is initializing.
- vmRuntime List<GetInfos Hyperflex Vm Snapshot Info Result Cluster Id Snap Map Snapshot Point Vm Runtime Info> 
- additionalProperties string
- classId string
- clusterEntity GetReferences Hyperflex Vm Snapshot Info Result Cluster Id Snap Map Snapshot Point Cluster Entity Reference[] 
- objectType string
- replicationStatuses GetHyperflex Vm Snapshot Info Result Cluster Id Snap Map Snapshot Point Replication Status[] 
- Replication status of the least successful target cluster.* NONE- Snapshot replication state is none.*SUCCESS- Snapshot completed successfully.*FAILED- Snapshot failed replication status code.*PAUSED- Snapshot replication paused status code.*IN_USE- Snapshot replica in use status code.*STARTING- Snapshot replication starting.*REPLICATING- Snapshot replication in progress.
- snapshotFiles GetHyperflex Vm Snapshot Info Result Cluster Id Snap Map Snapshot Point Snapshot File[] 
- snapshotPoint GetEntity References Hyperflex Vm Snapshot Info Result Cluster Id Snap Map Snapshot Point Snapshot Point Entity Reference[] 
- snapshotStatuses GetHyperflex Vm Snapshot Info Result Cluster Id Snap Map Snapshot Point Snapshot Status[] 
- Snapshot status of the source cluster.* SUCCESS- This snapshot status code is success.*FAILED- This snapshot status code is failed.*IN_PROGRESS- This snapshot status code is in progress.*DELETING- This snapshot status code is deleting.*DELETED- This snapshot status code is deleted.*NONE- This snapshot status code is none.*INIT- This snapshot status code is initializing.
- vmRuntime GetInfos Hyperflex Vm Snapshot Info Result Cluster Id Snap Map Snapshot Point Vm Runtime Info[] 
- additional_properties str
- class_id str
- cluster_entity_ Sequence[Getreferences Hyperflex Vm Snapshot Info Result Cluster Id Snap Map Snapshot Point Cluster Entity Reference] 
- object_type str
- replication_statuses Sequence[GetHyperflex Vm Snapshot Info Result Cluster Id Snap Map Snapshot Point Replication Status] 
- Replication status of the least successful target cluster.* NONE- Snapshot replication state is none.*SUCCESS- Snapshot completed successfully.*FAILED- Snapshot failed replication status code.*PAUSED- Snapshot replication paused status code.*IN_USE- Snapshot replica in use status code.*STARTING- Snapshot replication starting.*REPLICATING- Snapshot replication in progress.
- snapshot_files Sequence[GetHyperflex Vm Snapshot Info Result Cluster Id Snap Map Snapshot Point Snapshot File] 
- snapshot_point_ Sequence[Getentity_ references Hyperflex Vm Snapshot Info Result Cluster Id Snap Map Snapshot Point Snapshot Point Entity Reference] 
- snapshot_statuses Sequence[GetHyperflex Vm Snapshot Info Result Cluster Id Snap Map Snapshot Point Snapshot Status] 
- Snapshot status of the source cluster.* SUCCESS- This snapshot status code is success.*FAILED- This snapshot status code is failed.*IN_PROGRESS- This snapshot status code is in progress.*DELETING- This snapshot status code is deleting.*DELETED- This snapshot status code is deleted.*NONE- This snapshot status code is none.*INIT- This snapshot status code is initializing.
- vm_runtime_ Sequence[Getinfos Hyperflex Vm Snapshot Info Result Cluster Id Snap Map Snapshot Point Vm Runtime Info] 
- additionalProperties String
- classId String
- clusterEntity List<Property Map>References 
- objectType String
- replicationStatuses List<Property Map>
- Replication status of the least successful target cluster.* NONE- Snapshot replication state is none.*SUCCESS- Snapshot completed successfully.*FAILED- Snapshot failed replication status code.*PAUSED- Snapshot replication paused status code.*IN_USE- Snapshot replica in use status code.*STARTING- Snapshot replication starting.*REPLICATING- Snapshot replication in progress.
- snapshotFiles List<Property Map>
- snapshotPoint List<Property Map>Entity References 
- snapshotStatuses List<Property Map>
- Snapshot status of the source cluster.* SUCCESS- This snapshot status code is success.*FAILED- This snapshot status code is failed.*IN_PROGRESS- This snapshot status code is in progress.*DELETING- This snapshot status code is deleting.*DELETED- This snapshot status code is deleted.*NONE- This snapshot status code is none.*INIT- This snapshot status code is initializing.
- vmRuntime List<Property Map>Infos 
GetHyperflexVmSnapshotInfoResultClusterIdSnapMapSnapshotPointClusterEntityReference              
- AdditionalProperties string
- ClassId string
- Confignum double
- Id string
- Idtype string
- Name string
- ObjectType string
- Type string
- AdditionalProperties string
- ClassId string
- Confignum float64
- Id string
- Idtype string
- Name string
- ObjectType string
- Type string
- additionalProperties String
- classId String
- confignum Double
- id String
- idtype String
- name String
- objectType String
- type String
- additionalProperties string
- classId string
- confignum number
- id string
- idtype string
- name string
- objectType string
- type string
- additional_properties str
- class_id str
- confignum float
- id str
- idtype str
- name str
- object_type str
- type str
- additionalProperties String
- classId String
- confignum Number
- id String
- idtype String
- name String
- objectType String
- type String
GetHyperflexVmSnapshotInfoResultClusterIdSnapMapSnapshotPointReplicationStatus             
- AdditionalProperties string
- BytesReplicated double
- ClassId string
- EndTime double
- Errors
List<GetHyperflex Vm Snapshot Info Result Cluster Id Snap Map Snapshot Point Replication Status Error> 
- ObjectType string
- PackEntity List<GetReferences Hyperflex Vm Snapshot Info Result Cluster Id Snap Map Snapshot Point Replication Status Pack Entity Reference> 
- PctComplete double
- RpoStatuses List<GetHyperflex Vm Snapshot Info Result Cluster Id Snap Map Snapshot Point Replication Status Rpo Status> 
- StartTime double
- Status string
- AdditionalProperties string
- BytesReplicated float64
- ClassId string
- EndTime float64
- Errors
[]GetHyperflex Vm Snapshot Info Result Cluster Id Snap Map Snapshot Point Replication Status Error 
- ObjectType string
- PackEntity []GetReferences Hyperflex Vm Snapshot Info Result Cluster Id Snap Map Snapshot Point Replication Status Pack Entity Reference 
- PctComplete float64
- RpoStatuses []GetHyperflex Vm Snapshot Info Result Cluster Id Snap Map Snapshot Point Replication Status Rpo Status 
- StartTime float64
- Status string
- additionalProperties String
- bytesReplicated Double
- classId String
- endTime Double
- errors
List<GetHyperflex Vm Snapshot Info Result Cluster Id Snap Map Snapshot Point Replication Status Error> 
- objectType String
- packEntity List<GetReferences Hyperflex Vm Snapshot Info Result Cluster Id Snap Map Snapshot Point Replication Status Pack Entity Reference> 
- pctComplete Double
- rpoStatuses List<GetHyperflex Vm Snapshot Info Result Cluster Id Snap Map Snapshot Point Replication Status Rpo Status> 
- startTime Double
- status String
- additionalProperties string
- bytesReplicated number
- classId string
- endTime number
- errors
GetHyperflex Vm Snapshot Info Result Cluster Id Snap Map Snapshot Point Replication Status Error[] 
- objectType string
- packEntity GetReferences Hyperflex Vm Snapshot Info Result Cluster Id Snap Map Snapshot Point Replication Status Pack Entity Reference[] 
- pctComplete number
- rpoStatuses GetHyperflex Vm Snapshot Info Result Cluster Id Snap Map Snapshot Point Replication Status Rpo Status[] 
- startTime number
- status string
- additional_properties str
- bytes_replicated float
- class_id str
- end_time float
- errors
Sequence[GetHyperflex Vm Snapshot Info Result Cluster Id Snap Map Snapshot Point Replication Status Error] 
- object_type str
- pack_entity_ Sequence[Getreferences Hyperflex Vm Snapshot Info Result Cluster Id Snap Map Snapshot Point Replication Status Pack Entity Reference] 
- pct_complete float
- rpo_statuses Sequence[GetHyperflex Vm Snapshot Info Result Cluster Id Snap Map Snapshot Point Replication Status Rpo Status] 
- start_time float
- status str
- additionalProperties String
- bytesReplicated Number
- classId String
- endTime Number
- errors List<Property Map>
- objectType String
- packEntity List<Property Map>References 
- pctComplete Number
- rpoStatuses List<Property Map>
- startTime Number
- status String
GetHyperflexVmSnapshotInfoResultClusterIdSnapMapSnapshotPointReplicationStatusError              
- AdditionalProperties string
- ClassId string
- Message string
- MessageId double
- ObjectType string
- AdditionalProperties string
- ClassId string
- Message string
- MessageId float64
- ObjectType string
- additionalProperties String
- classId String
- message String
- messageId Double
- objectType String
- additionalProperties string
- classId string
- message string
- messageId number
- objectType string
- additional_properties str
- class_id str
- message str
- message_id float
- object_type str
- additionalProperties String
- classId String
- message String
- messageId Number
- objectType String
GetHyperflexVmSnapshotInfoResultClusterIdSnapMapSnapshotPointReplicationStatusPackEntityReference                
- AdditionalProperties string
- ClassId string
- Confignum double
- Id string
- Idtype string
- Name string
- ObjectType string
- Type string
- AdditionalProperties string
- ClassId string
- Confignum float64
- Id string
- Idtype string
- Name string
- ObjectType string
- Type string
- additionalProperties String
- classId String
- confignum Double
- id String
- idtype String
- name String
- objectType String
- type String
- additionalProperties string
- classId string
- confignum number
- id string
- idtype string
- name string
- objectType string
- type string
- additional_properties str
- class_id str
- confignum float
- id str
- idtype str
- name str
- object_type str
- type str
- additionalProperties String
- classId String
- confignum Number
- id String
- idtype String
- name String
- objectType String
- type String
GetHyperflexVmSnapshotInfoResultClusterIdSnapMapSnapshotPointReplicationStatusRpoStatus               
- Actual double
- AdditionalProperties string
- ClassId string
- Expected double
- ObjectType string
- RpoExceeded bool
- Actual float64
- AdditionalProperties string
- ClassId string
- Expected float64
- ObjectType string
- RpoExceeded bool
- actual Double
- additionalProperties String
- classId String
- expected Double
- objectType String
- rpoExceeded Boolean
- actual number
- additionalProperties string
- classId string
- expected number
- objectType string
- rpoExceeded boolean
- actual float
- additional_properties str
- class_id str
- expected float
- object_type str
- rpo_exceeded bool
- actual Number
- additionalProperties String
- classId String
- expected Number
- objectType String
- rpoExceeded Boolean
GetHyperflexVmSnapshotInfoResultClusterIdSnapMapSnapshotPointSnapshotFile             
GetHyperflexVmSnapshotInfoResultClusterIdSnapMapSnapshotPointSnapshotFileNameTrackedFile                
- additionalProperties String
- classId String
- dsInfos List<Property Map>
- objectType String
- relativeFile StringPath 
GetHyperflexVmSnapshotInfoResultClusterIdSnapMapSnapshotPointSnapshotFileNameTrackedFileDsInfo                  
- AdditionalProperties string
- ClassId string
- DsBackend stringId 
- DsFrontend stringId 
- ObjectType string
- AdditionalProperties string
- ClassId string
- DsBackend stringId 
- DsFrontend stringId 
- ObjectType string
- additionalProperties String
- classId String
- dsBackend StringId 
- dsFrontend StringId 
- objectType String
- additionalProperties string
- classId string
- dsBackend stringId 
- dsFrontend stringId 
- objectType string
- additional_properties str
- class_id str
- ds_backend_ strid 
- ds_frontend_ strid 
- object_type str
- additionalProperties String
- classId String
- dsBackend StringId 
- dsFrontend StringId 
- objectType String
GetHyperflexVmSnapshotInfoResultClusterIdSnapMapSnapshotPointSnapshotFileUuidTrackedDisksMap                 
- additionalProperties String
- classId String
- objectType String
- trackedDisks List<Property Map>
- uuid String
GetHyperflexVmSnapshotInfoResultClusterIdSnapMapSnapshotPointSnapshotFileUuidTrackedDisksMapTrackedDisk                   
- additionalProperties String
- classId String
- diskFiles List<Property Map>
- diskType String
- objectType String
GetHyperflexVmSnapshotInfoResultClusterIdSnapMapSnapshotPointSnapshotFileUuidTrackedDisksMapTrackedDiskDiskFile                     
- additionalProperties String
- classId String
- filePaths List<Property Map>
- fileType String
- objectType String
GetHyperflexVmSnapshotInfoResultClusterIdSnapMapSnapshotPointSnapshotFileUuidTrackedDisksMapTrackedDiskDiskFileFilePath                       
- additionalProperties String
- classId String
- dsInfos List<Property Map>
- objectType String
- relativeFile StringPath 
GetHyperflexVmSnapshotInfoResultClusterIdSnapMapSnapshotPointSnapshotFileUuidTrackedDisksMapTrackedDiskDiskFileFilePathDsInfo                         
- AdditionalProperties string
- ClassId string
- DsBackend stringId 
- DsFrontend stringId 
- ObjectType string
- AdditionalProperties string
- ClassId string
- DsBackend stringId 
- DsFrontend stringId 
- ObjectType string
- additionalProperties String
- classId String
- dsBackend StringId 
- dsFrontend StringId 
- objectType String
- additionalProperties string
- classId string
- dsBackend stringId 
- dsFrontend stringId 
- objectType string
- additional_properties str
- class_id str
- ds_backend_ strid 
- ds_frontend_ strid 
- object_type str
- additionalProperties String
- classId String
- dsBackend StringId 
- dsFrontend StringId 
- objectType String
GetHyperflexVmSnapshotInfoResultClusterIdSnapMapSnapshotPointSnapshotPointEntityReference               
- AdditionalProperties string
- ClassId string
- Confignum double
- Id string
- Idtype string
- Name string
- ObjectType string
- Type string
- AdditionalProperties string
- ClassId string
- Confignum float64
- Id string
- Idtype string
- Name string
- ObjectType string
- Type string
- additionalProperties String
- classId String
- confignum Double
- id String
- idtype String
- name String
- objectType String
- type String
- additionalProperties string
- classId string
- confignum number
- id string
- idtype string
- name string
- objectType string
- type string
- additional_properties str
- class_id str
- confignum float
- id str
- idtype str
- name str
- object_type str
- type str
- additionalProperties String
- classId String
- confignum Number
- id String
- idtype String
- name String
- objectType String
- type String
GetHyperflexVmSnapshotInfoResultClusterIdSnapMapSnapshotPointSnapshotStatus             
- AdditionalProperties string
- ClassId string
- Description string
- Errors
List<GetHyperflex Vm Snapshot Info Result Cluster Id Snap Map Snapshot Point Snapshot Status Error> 
- ObjectType string
- PctComplete double
- Status string
- Timestamp double
- UsedSpace double
- AdditionalProperties string
- ClassId string
- Description string
- Errors
[]GetHyperflex Vm Snapshot Info Result Cluster Id Snap Map Snapshot Point Snapshot Status Error 
- ObjectType string
- PctComplete float64
- Status string
- Timestamp float64
- UsedSpace float64
- additionalProperties String
- classId String
- description String
- errors
List<GetHyperflex Vm Snapshot Info Result Cluster Id Snap Map Snapshot Point Snapshot Status Error> 
- objectType String
- pctComplete Double
- status String
- timestamp Double
- usedSpace Double
- additionalProperties string
- classId string
- description string
- errors
GetHyperflex Vm Snapshot Info Result Cluster Id Snap Map Snapshot Point Snapshot Status Error[] 
- objectType string
- pctComplete number
- status string
- timestamp number
- usedSpace number
- additionalProperties String
- classId String
- description String
- errors List<Property Map>
- objectType String
- pctComplete Number
- status String
- timestamp Number
- usedSpace Number
GetHyperflexVmSnapshotInfoResultClusterIdSnapMapSnapshotPointSnapshotStatusError              
- AdditionalProperties string
- ClassId string
- Message string
- MessageId double
- ObjectType string
- AdditionalProperties string
- ClassId string
- Message string
- MessageId float64
- ObjectType string
- additionalProperties String
- classId String
- message String
- messageId Double
- objectType String
- additionalProperties string
- classId string
- message string
- messageId number
- objectType string
- additional_properties str
- class_id str
- message str
- message_id float
- object_type str
- additionalProperties String
- classId String
- message String
- messageId Number
- objectType String
GetHyperflexVmSnapshotInfoResultClusterIdSnapMapSnapshotPointVmRuntimeInfo              
- additionalProperties String
- classId String
- objectType String
- runTime List<Property Map>Infos 
- statusCode String
- uuid String
GetHyperflexVmSnapshotInfoResultClusterIdSnapMapSnapshotPointVmRuntimeInfoRunTimeInfo                 
- AdditionalProperties string
- BiosUuid string
- ClassId string
- ConnectionState string
- CpuUsage double
- Folder string
- GuestFamily string
- GuestFull stringName 
- GuestId string
- GuestState string
- HostName string
- InstanceUuid string
- MemoryMb double
- MemoryUsage double
- Moid string
- The unique identifier of this Managed Object instance.
- Name string
- Networks List<string>
- NrVersion string
- NumCpu double
- ObjectType string
- PowerState string
- ProvisionedSize double
- ResourcePool string
- UsedSize double
- VmxPath string
- AdditionalProperties string
- BiosUuid string
- ClassId string
- ConnectionState string
- CpuUsage float64
- Folder string
- GuestFamily string
- GuestFull stringName 
- GuestId string
- GuestState string
- HostName string
- InstanceUuid string
- MemoryMb float64
- MemoryUsage float64
- Moid string
- The unique identifier of this Managed Object instance.
- Name string
- Networks []string
- NrVersion string
- NumCpu float64
- ObjectType string
- PowerState string
- ProvisionedSize float64
- ResourcePool string
- UsedSize float64
- VmxPath string
- additionalProperties String
- biosUuid String
- classId String
- connectionState String
- cpuUsage Double
- folder String
- guestFamily String
- guestFull StringName 
- guestId String
- guestState String
- hostName String
- instanceUuid String
- memoryMb Double
- memoryUsage Double
- moid String
- The unique identifier of this Managed Object instance.
- name String
- networks List<String>
- nrVersion String
- numCpu Double
- objectType String
- powerState String
- provisionedSize Double
- resourcePool String
- usedSize Double
- vmxPath String
- additionalProperties string
- biosUuid string
- classId string
- connectionState string
- cpuUsage number
- folder string
- guestFamily string
- guestFull stringName 
- guestId string
- guestState string
- hostName string
- instanceUuid string
- memoryMb number
- memoryUsage number
- moid string
- The unique identifier of this Managed Object instance.
- name string
- networks string[]
- nrVersion string
- numCpu number
- objectType string
- powerState string
- provisionedSize number
- resourcePool string
- usedSize number
- vmxPath string
- additional_properties str
- bios_uuid str
- class_id str
- connection_state str
- cpu_usage float
- folder str
- guest_family str
- guest_full_ strname 
- guest_id str
- guest_state str
- host_name str
- instance_uuid str
- memory_mb float
- memory_usage float
- moid str
- The unique identifier of this Managed Object instance.
- name str
- networks Sequence[str]
- nr_version str
- num_cpu float
- object_type str
- power_state str
- provisioned_size float
- resource_pool str
- used_size float
- vmx_path str
- additionalProperties String
- biosUuid String
- classId String
- connectionState String
- cpuUsage Number
- folder String
- guestFamily String
- guestFull StringName 
- guestId String
- guestState String
- hostName String
- instanceUuid String
- memoryMb Number
- memoryUsage Number
- moid String
- The unique identifier of this Managed Object instance.
- name String
- networks List<String>
- nrVersion String
- numCpu Number
- objectType String
- powerState String
- provisionedSize Number
- resourcePool String
- usedSize Number
- vmxPath String
GetHyperflexVmSnapshotInfoResultError      
- AdditionalProperties string
- ClassId string
- Message string
- MessageId double
- ObjectType string
- AdditionalProperties string
- ClassId string
- Message string
- MessageId float64
- ObjectType string
- additionalProperties String
- classId String
- message String
- messageId Double
- objectType String
- additionalProperties string
- classId string
- message string
- messageId number
- objectType string
- additional_properties str
- class_id str
- message str
- message_id float
- object_type str
- additionalProperties String
- classId String
- message String
- messageId Number
- objectType String
GetHyperflexVmSnapshotInfoResultParent      
- 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
GetHyperflexVmSnapshotInfoResultParentSnapshot       
- AdditionalProperties string
- ClassId string
- Confignum double
- Id string
- Idtype string
- Name string
- ObjectType string
- Type string
- AdditionalProperties string
- ClassId string
- Confignum float64
- Id string
- Idtype string
- Name string
- ObjectType string
- Type string
- additionalProperties String
- classId String
- confignum Double
- id String
- idtype String
- name String
- objectType String
- type String
- additionalProperties string
- classId string
- confignum number
- id string
- idtype string
- name string
- objectType string
- type string
- additional_properties str
- class_id str
- confignum float
- id str
- idtype str
- name str
- object_type str
- type str
- additionalProperties String
- classId String
- confignum Number
- id String
- idtype String
- name String
- objectType String
- type String
GetHyperflexVmSnapshotInfoResultPermissionResource       
- 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
GetHyperflexVmSnapshotInfoResultSrcCluster       
- 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
GetHyperflexVmSnapshotInfoResultTag      
- 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
GetHyperflexVmSnapshotInfoResultTgtCluster       
- 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
GetHyperflexVmSnapshotInfoResultVersionContext       
- additionalProperties String
- classId String
- interestedMos List<Property Map>
- markedFor BooleanDeletion 
- nrVersion String
- objectType String
- refMos List<Property Map>
- timestamp String
- versionType String
GetHyperflexVmSnapshotInfoResultVersionContextInterestedMo         
- 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
GetHyperflexVmSnapshotInfoResultVersionContextRefMo         
- 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
GetHyperflexVmSnapshotInfoResultVmBackupInfo        
- 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
GetHyperflexVmSnapshotInfoResultVmEntityReference        
- AdditionalProperties string
- ClassId string
- Confignum double
- Id string
- Idtype string
- Name string
- ObjectType string
- Type string
- AdditionalProperties string
- ClassId string
- Confignum float64
- Id string
- Idtype string
- Name string
- ObjectType string
- Type string
- additionalProperties String
- classId String
- confignum Double
- id String
- idtype String
- name String
- objectType String
- type String
- additionalProperties string
- classId string
- confignum number
- id string
- idtype string
- name string
- objectType string
- type string
- additional_properties str
- class_id str
- confignum float
- id str
- idtype str
- name str
- object_type str
- type str
- additionalProperties String
- classId String
- confignum Number
- id String
- idtype String
- name String
- objectType String
- type String
GetHyperflexVmSnapshotInfoResultVmSnapshotEntityReference         
- AdditionalProperties string
- ClassId string
- Confignum double
- Id string
- Idtype string
- Name string
- ObjectType string
- Type string
- AdditionalProperties string
- ClassId string
- Confignum float64
- Id string
- Idtype string
- Name string
- ObjectType string
- Type string
- additionalProperties String
- classId String
- confignum Double
- id String
- idtype String
- name String
- objectType String
- type String
- additionalProperties string
- classId string
- confignum number
- id string
- idtype string
- name string
- objectType string
- type string
- additional_properties str
- class_id str
- confignum float
- id str
- idtype str
- name str
- object_type str
- type str
- additionalProperties String
- classId String
- confignum Number
- id String
- idtype String
- name String
- objectType String
- type String
GetHyperflexVmSnapshotInfoSrcCluster      
- 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'.
 
GetHyperflexVmSnapshotInfoTag     
- 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.
GetHyperflexVmSnapshotInfoTgtCluster      
- 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'.
 
GetHyperflexVmSnapshotInfoVersionContext      
- 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 Vm Snapshot Info 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 Vm Snapshot Info 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 Vm Snapshot Info 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 Vm Snapshot Info 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 Vm Snapshot Info 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 Vm Snapshot Info 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 Vm Snapshot Info 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 Vm Snapshot Info 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 Vm Snapshot Info 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 Vm Snapshot Info 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.
 
GetHyperflexVmSnapshotInfoVersionContextInterestedMo        
- 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'.
 
GetHyperflexVmSnapshotInfoVersionContextRefMo        
- 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'.
 
GetHyperflexVmSnapshotInfoVmBackupInfo       
- 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'.
 
GetHyperflexVmSnapshotInfoVmEntityReference       
- 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.
- Confignum double
- Configuration number for this reference.
- Id string
- Uuid of the entity for this reference.
- Idtype string
- Type of entity id for this reference.- VCMOID- The entity reference ID type is VC MOID.
- VMBIOSUUID- The entity reference ID type is VM Bios UUID.
- VMDSPATH- The entity reference ID type is VM Datastore Path.
- VMINSTANCEUUID- The entity reference ID type is VM Instance UUID.
- VMNAME- The entity reference ID type is VM Name.
 
- Name string
- Name of the entity for this entity reference.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Type string
- Type of the entity for this entity reference.- DISK- This entity type is a disk.
- PNODE- This entity type is a P node.
- NODE- This entity type is a node.
- CLUSTER- This entity type is a cluster.
- DATASTORE- This entity is a datastore.
- VIRTNODE- This entity is a HyperFlex virtual node.
- VIRTCLUSTER- This entity type is a virtual cluster.
- VIRTDATASTORE- This entity type is a virtual data store.
- VIRTMACHINE- This entity type is a virtual machine.
- PDISK- This entity type is a P disk.
- PDATASTORE- This entity type is a P Datastore.
- VIRTMACHINESNAPSHOT- This entity is a virtual machine snapshot.
- FOLDER- This entity type is a folder.
- RESOURCEPOOL- This entity type is a resource pool.
- FILE- This entity type is a file.
- VIRTDATACENTER- This entity type is a virtual data center.
- REPLICATION_APPLIANCE- This entity type is a replication appliance.
- REPLICATION_JOB- This entity type is a replication job.
- IP_POOL- This entity type is an IP Pool.
- REPLICATION_INFO- This entity type is a replication information.
- DP_VM_SNAPSHOT- This entity type is a DP VM Snapshot.
- DP_VMGROUP_SNAPSHOT- This entity type is a DP VM Group Snapshot.
- DP_VM_CONFIG- This entity type is a DP VM Configuration.
- DP_VM- This entity type is a DP VM.
- DP_VMGROUP- This entity type is a DP VM Group.
- DP_VM_SNAPSHOT_POINT- This entity type is a DP VM Snapshot Point.
- CLUSTER_PAIR- This entity is a cluster pair.
- HX_TASK- This entity type is a HyperFlex task.
- ZONE- This entity type is a zone.
 
- 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.
- Confignum float64
- Configuration number for this reference.
- Id string
- Uuid of the entity for this reference.
- Idtype string
- Type of entity id for this reference.- VCMOID- The entity reference ID type is VC MOID.
- VMBIOSUUID- The entity reference ID type is VM Bios UUID.
- VMDSPATH- The entity reference ID type is VM Datastore Path.
- VMINSTANCEUUID- The entity reference ID type is VM Instance UUID.
- VMNAME- The entity reference ID type is VM Name.
 
- Name string
- Name of the entity for this entity reference.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Type string
- Type of the entity for this entity reference.- DISK- This entity type is a disk.
- PNODE- This entity type is a P node.
- NODE- This entity type is a node.
- CLUSTER- This entity type is a cluster.
- DATASTORE- This entity is a datastore.
- VIRTNODE- This entity is a HyperFlex virtual node.
- VIRTCLUSTER- This entity type is a virtual cluster.
- VIRTDATASTORE- This entity type is a virtual data store.
- VIRTMACHINE- This entity type is a virtual machine.
- PDISK- This entity type is a P disk.
- PDATASTORE- This entity type is a P Datastore.
- VIRTMACHINESNAPSHOT- This entity is a virtual machine snapshot.
- FOLDER- This entity type is a folder.
- RESOURCEPOOL- This entity type is a resource pool.
- FILE- This entity type is a file.
- VIRTDATACENTER- This entity type is a virtual data center.
- REPLICATION_APPLIANCE- This entity type is a replication appliance.
- REPLICATION_JOB- This entity type is a replication job.
- IP_POOL- This entity type is an IP Pool.
- REPLICATION_INFO- This entity type is a replication information.
- DP_VM_SNAPSHOT- This entity type is a DP VM Snapshot.
- DP_VMGROUP_SNAPSHOT- This entity type is a DP VM Group Snapshot.
- DP_VM_CONFIG- This entity type is a DP VM Configuration.
- DP_VM- This entity type is a DP VM.
- DP_VMGROUP- This entity type is a DP VM Group.
- DP_VM_SNAPSHOT_POINT- This entity type is a DP VM Snapshot Point.
- CLUSTER_PAIR- This entity is a cluster pair.
- HX_TASK- This entity type is a HyperFlex task.
- ZONE- This entity type is a zone.
 
- 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.
- confignum Double
- Configuration number for this reference.
- id String
- Uuid of the entity for this reference.
- idtype String
- Type of entity id for this reference.- VCMOID- The entity reference ID type is VC MOID.
- VMBIOSUUID- The entity reference ID type is VM Bios UUID.
- VMDSPATH- The entity reference ID type is VM Datastore Path.
- VMINSTANCEUUID- The entity reference ID type is VM Instance UUID.
- VMNAME- The entity reference ID type is VM Name.
 
- name String
- Name of the entity for this entity reference.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- type String
- Type of the entity for this entity reference.- DISK- This entity type is a disk.
- PNODE- This entity type is a P node.
- NODE- This entity type is a node.
- CLUSTER- This entity type is a cluster.
- DATASTORE- This entity is a datastore.
- VIRTNODE- This entity is a HyperFlex virtual node.
- VIRTCLUSTER- This entity type is a virtual cluster.
- VIRTDATASTORE- This entity type is a virtual data store.
- VIRTMACHINE- This entity type is a virtual machine.
- PDISK- This entity type is a P disk.
- PDATASTORE- This entity type is a P Datastore.
- VIRTMACHINESNAPSHOT- This entity is a virtual machine snapshot.
- FOLDER- This entity type is a folder.
- RESOURCEPOOL- This entity type is a resource pool.
- FILE- This entity type is a file.
- VIRTDATACENTER- This entity type is a virtual data center.
- REPLICATION_APPLIANCE- This entity type is a replication appliance.
- REPLICATION_JOB- This entity type is a replication job.
- IP_POOL- This entity type is an IP Pool.
- REPLICATION_INFO- This entity type is a replication information.
- DP_VM_SNAPSHOT- This entity type is a DP VM Snapshot.
- DP_VMGROUP_SNAPSHOT- This entity type is a DP VM Group Snapshot.
- DP_VM_CONFIG- This entity type is a DP VM Configuration.
- DP_VM- This entity type is a DP VM.
- DP_VMGROUP- This entity type is a DP VM Group.
- DP_VM_SNAPSHOT_POINT- This entity type is a DP VM Snapshot Point.
- CLUSTER_PAIR- This entity is a cluster pair.
- HX_TASK- This entity type is a HyperFlex task.
- ZONE- This entity type is a zone.
 
- 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.
- confignum number
- Configuration number for this reference.
- id string
- Uuid of the entity for this reference.
- idtype string
- Type of entity id for this reference.- VCMOID- The entity reference ID type is VC MOID.
- VMBIOSUUID- The entity reference ID type is VM Bios UUID.
- VMDSPATH- The entity reference ID type is VM Datastore Path.
- VMINSTANCEUUID- The entity reference ID type is VM Instance UUID.
- VMNAME- The entity reference ID type is VM Name.
 
- name string
- Name of the entity for this entity reference.
- objectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- type string
- Type of the entity for this entity reference.- DISK- This entity type is a disk.
- PNODE- This entity type is a P node.
- NODE- This entity type is a node.
- CLUSTER- This entity type is a cluster.
- DATASTORE- This entity is a datastore.
- VIRTNODE- This entity is a HyperFlex virtual node.
- VIRTCLUSTER- This entity type is a virtual cluster.
- VIRTDATASTORE- This entity type is a virtual data store.
- VIRTMACHINE- This entity type is a virtual machine.
- PDISK- This entity type is a P disk.
- PDATASTORE- This entity type is a P Datastore.
- VIRTMACHINESNAPSHOT- This entity is a virtual machine snapshot.
- FOLDER- This entity type is a folder.
- RESOURCEPOOL- This entity type is a resource pool.
- FILE- This entity type is a file.
- VIRTDATACENTER- This entity type is a virtual data center.
- REPLICATION_APPLIANCE- This entity type is a replication appliance.
- REPLICATION_JOB- This entity type is a replication job.
- IP_POOL- This entity type is an IP Pool.
- REPLICATION_INFO- This entity type is a replication information.
- DP_VM_SNAPSHOT- This entity type is a DP VM Snapshot.
- DP_VMGROUP_SNAPSHOT- This entity type is a DP VM Group Snapshot.
- DP_VM_CONFIG- This entity type is a DP VM Configuration.
- DP_VM- This entity type is a DP VM.
- DP_VMGROUP- This entity type is a DP VM Group.
- DP_VM_SNAPSHOT_POINT- This entity type is a DP VM Snapshot Point.
- CLUSTER_PAIR- This entity is a cluster pair.
- HX_TASK- This entity type is a HyperFlex task.
- ZONE- This entity type is a zone.
 
- 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.
- confignum float
- Configuration number for this reference.
- id str
- Uuid of the entity for this reference.
- idtype str
- Type of entity id for this reference.- VCMOID- The entity reference ID type is VC MOID.
- VMBIOSUUID- The entity reference ID type is VM Bios UUID.
- VMDSPATH- The entity reference ID type is VM Datastore Path.
- VMINSTANCEUUID- The entity reference ID type is VM Instance UUID.
- VMNAME- The entity reference ID type is VM Name.
 
- name str
- Name of the entity for this entity reference.
- object_type str
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- type str
- Type of the entity for this entity reference.- DISK- This entity type is a disk.
- PNODE- This entity type is a P node.
- NODE- This entity type is a node.
- CLUSTER- This entity type is a cluster.
- DATASTORE- This entity is a datastore.
- VIRTNODE- This entity is a HyperFlex virtual node.
- VIRTCLUSTER- This entity type is a virtual cluster.
- VIRTDATASTORE- This entity type is a virtual data store.
- VIRTMACHINE- This entity type is a virtual machine.
- PDISK- This entity type is a P disk.
- PDATASTORE- This entity type is a P Datastore.
- VIRTMACHINESNAPSHOT- This entity is a virtual machine snapshot.
- FOLDER- This entity type is a folder.
- RESOURCEPOOL- This entity type is a resource pool.
- FILE- This entity type is a file.
- VIRTDATACENTER- This entity type is a virtual data center.
- REPLICATION_APPLIANCE- This entity type is a replication appliance.
- REPLICATION_JOB- This entity type is a replication job.
- IP_POOL- This entity type is an IP Pool.
- REPLICATION_INFO- This entity type is a replication information.
- DP_VM_SNAPSHOT- This entity type is a DP VM Snapshot.
- DP_VMGROUP_SNAPSHOT- This entity type is a DP VM Group Snapshot.
- DP_VM_CONFIG- This entity type is a DP VM Configuration.
- DP_VM- This entity type is a DP VM.
- DP_VMGROUP- This entity type is a DP VM Group.
- DP_VM_SNAPSHOT_POINT- This entity type is a DP VM Snapshot Point.
- CLUSTER_PAIR- This entity is a cluster pair.
- HX_TASK- This entity type is a HyperFlex task.
- ZONE- This entity type is a zone.
 
- 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.
- confignum Number
- Configuration number for this reference.
- id String
- Uuid of the entity for this reference.
- idtype String
- Type of entity id for this reference.- VCMOID- The entity reference ID type is VC MOID.
- VMBIOSUUID- The entity reference ID type is VM Bios UUID.
- VMDSPATH- The entity reference ID type is VM Datastore Path.
- VMINSTANCEUUID- The entity reference ID type is VM Instance UUID.
- VMNAME- The entity reference ID type is VM Name.
 
- name String
- Name of the entity for this entity reference.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- type String
- Type of the entity for this entity reference.- DISK- This entity type is a disk.
- PNODE- This entity type is a P node.
- NODE- This entity type is a node.
- CLUSTER- This entity type is a cluster.
- DATASTORE- This entity is a datastore.
- VIRTNODE- This entity is a HyperFlex virtual node.
- VIRTCLUSTER- This entity type is a virtual cluster.
- VIRTDATASTORE- This entity type is a virtual data store.
- VIRTMACHINE- This entity type is a virtual machine.
- PDISK- This entity type is a P disk.
- PDATASTORE- This entity type is a P Datastore.
- VIRTMACHINESNAPSHOT- This entity is a virtual machine snapshot.
- FOLDER- This entity type is a folder.
- RESOURCEPOOL- This entity type is a resource pool.
- FILE- This entity type is a file.
- VIRTDATACENTER- This entity type is a virtual data center.
- REPLICATION_APPLIANCE- This entity type is a replication appliance.
- REPLICATION_JOB- This entity type is a replication job.
- IP_POOL- This entity type is an IP Pool.
- REPLICATION_INFO- This entity type is a replication information.
- DP_VM_SNAPSHOT- This entity type is a DP VM Snapshot.
- DP_VMGROUP_SNAPSHOT- This entity type is a DP VM Group Snapshot.
- DP_VM_CONFIG- This entity type is a DP VM Configuration.
- DP_VM- This entity type is a DP VM.
- DP_VMGROUP- This entity type is a DP VM Group.
- DP_VM_SNAPSHOT_POINT- This entity type is a DP VM Snapshot Point.
- CLUSTER_PAIR- This entity is a cluster pair.
- HX_TASK- This entity type is a HyperFlex task.
- ZONE- This entity type is a zone.
 
GetHyperflexVmSnapshotInfoVmSnapshotEntityReference        
- 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.
- Confignum double
- Configuration number for this reference.
- Id string
- Uuid of the entity for this reference.
- Idtype string
- Type of entity id for this reference.- VCMOID- The entity reference ID type is VC MOID.
- VMBIOSUUID- The entity reference ID type is VM Bios UUID.
- VMDSPATH- The entity reference ID type is VM Datastore Path.
- VMINSTANCEUUID- The entity reference ID type is VM Instance UUID.
- VMNAME- The entity reference ID type is VM Name.
 
- Name string
- Name of the entity for this entity reference.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Type string
- Type of the entity for this entity reference.- DISK- This entity type is a disk.
- PNODE- This entity type is a P node.
- NODE- This entity type is a node.
- CLUSTER- This entity type is a cluster.
- DATASTORE- This entity is a datastore.
- VIRTNODE- This entity is a HyperFlex virtual node.
- VIRTCLUSTER- This entity type is a virtual cluster.
- VIRTDATASTORE- This entity type is a virtual data store.
- VIRTMACHINE- This entity type is a virtual machine.
- PDISK- This entity type is a P disk.
- PDATASTORE- This entity type is a P Datastore.
- VIRTMACHINESNAPSHOT- This entity is a virtual machine snapshot.
- FOLDER- This entity type is a folder.
- RESOURCEPOOL- This entity type is a resource pool.
- FILE- This entity type is a file.
- VIRTDATACENTER- This entity type is a virtual data center.
- REPLICATION_APPLIANCE- This entity type is a replication appliance.
- REPLICATION_JOB- This entity type is a replication job.
- IP_POOL- This entity type is an IP Pool.
- REPLICATION_INFO- This entity type is a replication information.
- DP_VM_SNAPSHOT- This entity type is a DP VM Snapshot.
- DP_VMGROUP_SNAPSHOT- This entity type is a DP VM Group Snapshot.
- DP_VM_CONFIG- This entity type is a DP VM Configuration.
- DP_VM- This entity type is a DP VM.
- DP_VMGROUP- This entity type is a DP VM Group.
- DP_VM_SNAPSHOT_POINT- This entity type is a DP VM Snapshot Point.
- CLUSTER_PAIR- This entity is a cluster pair.
- HX_TASK- This entity type is a HyperFlex task.
- ZONE- This entity type is a zone.
 
- 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.
- Confignum float64
- Configuration number for this reference.
- Id string
- Uuid of the entity for this reference.
- Idtype string
- Type of entity id for this reference.- VCMOID- The entity reference ID type is VC MOID.
- VMBIOSUUID- The entity reference ID type is VM Bios UUID.
- VMDSPATH- The entity reference ID type is VM Datastore Path.
- VMINSTANCEUUID- The entity reference ID type is VM Instance UUID.
- VMNAME- The entity reference ID type is VM Name.
 
- Name string
- Name of the entity for this entity reference.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Type string
- Type of the entity for this entity reference.- DISK- This entity type is a disk.
- PNODE- This entity type is a P node.
- NODE- This entity type is a node.
- CLUSTER- This entity type is a cluster.
- DATASTORE- This entity is a datastore.
- VIRTNODE- This entity is a HyperFlex virtual node.
- VIRTCLUSTER- This entity type is a virtual cluster.
- VIRTDATASTORE- This entity type is a virtual data store.
- VIRTMACHINE- This entity type is a virtual machine.
- PDISK- This entity type is a P disk.
- PDATASTORE- This entity type is a P Datastore.
- VIRTMACHINESNAPSHOT- This entity is a virtual machine snapshot.
- FOLDER- This entity type is a folder.
- RESOURCEPOOL- This entity type is a resource pool.
- FILE- This entity type is a file.
- VIRTDATACENTER- This entity type is a virtual data center.
- REPLICATION_APPLIANCE- This entity type is a replication appliance.
- REPLICATION_JOB- This entity type is a replication job.
- IP_POOL- This entity type is an IP Pool.
- REPLICATION_INFO- This entity type is a replication information.
- DP_VM_SNAPSHOT- This entity type is a DP VM Snapshot.
- DP_VMGROUP_SNAPSHOT- This entity type is a DP VM Group Snapshot.
- DP_VM_CONFIG- This entity type is a DP VM Configuration.
- DP_VM- This entity type is a DP VM.
- DP_VMGROUP- This entity type is a DP VM Group.
- DP_VM_SNAPSHOT_POINT- This entity type is a DP VM Snapshot Point.
- CLUSTER_PAIR- This entity is a cluster pair.
- HX_TASK- This entity type is a HyperFlex task.
- ZONE- This entity type is a zone.
 
- 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.
- confignum Double
- Configuration number for this reference.
- id String
- Uuid of the entity for this reference.
- idtype String
- Type of entity id for this reference.- VCMOID- The entity reference ID type is VC MOID.
- VMBIOSUUID- The entity reference ID type is VM Bios UUID.
- VMDSPATH- The entity reference ID type is VM Datastore Path.
- VMINSTANCEUUID- The entity reference ID type is VM Instance UUID.
- VMNAME- The entity reference ID type is VM Name.
 
- name String
- Name of the entity for this entity reference.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- type String
- Type of the entity for this entity reference.- DISK- This entity type is a disk.
- PNODE- This entity type is a P node.
- NODE- This entity type is a node.
- CLUSTER- This entity type is a cluster.
- DATASTORE- This entity is a datastore.
- VIRTNODE- This entity is a HyperFlex virtual node.
- VIRTCLUSTER- This entity type is a virtual cluster.
- VIRTDATASTORE- This entity type is a virtual data store.
- VIRTMACHINE- This entity type is a virtual machine.
- PDISK- This entity type is a P disk.
- PDATASTORE- This entity type is a P Datastore.
- VIRTMACHINESNAPSHOT- This entity is a virtual machine snapshot.
- FOLDER- This entity type is a folder.
- RESOURCEPOOL- This entity type is a resource pool.
- FILE- This entity type is a file.
- VIRTDATACENTER- This entity type is a virtual data center.
- REPLICATION_APPLIANCE- This entity type is a replication appliance.
- REPLICATION_JOB- This entity type is a replication job.
- IP_POOL- This entity type is an IP Pool.
- REPLICATION_INFO- This entity type is a replication information.
- DP_VM_SNAPSHOT- This entity type is a DP VM Snapshot.
- DP_VMGROUP_SNAPSHOT- This entity type is a DP VM Group Snapshot.
- DP_VM_CONFIG- This entity type is a DP VM Configuration.
- DP_VM- This entity type is a DP VM.
- DP_VMGROUP- This entity type is a DP VM Group.
- DP_VM_SNAPSHOT_POINT- This entity type is a DP VM Snapshot Point.
- CLUSTER_PAIR- This entity is a cluster pair.
- HX_TASK- This entity type is a HyperFlex task.
- ZONE- This entity type is a zone.
 
- 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.
- confignum number
- Configuration number for this reference.
- id string
- Uuid of the entity for this reference.
- idtype string
- Type of entity id for this reference.- VCMOID- The entity reference ID type is VC MOID.
- VMBIOSUUID- The entity reference ID type is VM Bios UUID.
- VMDSPATH- The entity reference ID type is VM Datastore Path.
- VMINSTANCEUUID- The entity reference ID type is VM Instance UUID.
- VMNAME- The entity reference ID type is VM Name.
 
- name string
- Name of the entity for this entity reference.
- objectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- type string
- Type of the entity for this entity reference.- DISK- This entity type is a disk.
- PNODE- This entity type is a P node.
- NODE- This entity type is a node.
- CLUSTER- This entity type is a cluster.
- DATASTORE- This entity is a datastore.
- VIRTNODE- This entity is a HyperFlex virtual node.
- VIRTCLUSTER- This entity type is a virtual cluster.
- VIRTDATASTORE- This entity type is a virtual data store.
- VIRTMACHINE- This entity type is a virtual machine.
- PDISK- This entity type is a P disk.
- PDATASTORE- This entity type is a P Datastore.
- VIRTMACHINESNAPSHOT- This entity is a virtual machine snapshot.
- FOLDER- This entity type is a folder.
- RESOURCEPOOL- This entity type is a resource pool.
- FILE- This entity type is a file.
- VIRTDATACENTER- This entity type is a virtual data center.
- REPLICATION_APPLIANCE- This entity type is a replication appliance.
- REPLICATION_JOB- This entity type is a replication job.
- IP_POOL- This entity type is an IP Pool.
- REPLICATION_INFO- This entity type is a replication information.
- DP_VM_SNAPSHOT- This entity type is a DP VM Snapshot.
- DP_VMGROUP_SNAPSHOT- This entity type is a DP VM Group Snapshot.
- DP_VM_CONFIG- This entity type is a DP VM Configuration.
- DP_VM- This entity type is a DP VM.
- DP_VMGROUP- This entity type is a DP VM Group.
- DP_VM_SNAPSHOT_POINT- This entity type is a DP VM Snapshot Point.
- CLUSTER_PAIR- This entity is a cluster pair.
- HX_TASK- This entity type is a HyperFlex task.
- ZONE- This entity type is a zone.
 
- 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.
- confignum float
- Configuration number for this reference.
- id str
- Uuid of the entity for this reference.
- idtype str
- Type of entity id for this reference.- VCMOID- The entity reference ID type is VC MOID.
- VMBIOSUUID- The entity reference ID type is VM Bios UUID.
- VMDSPATH- The entity reference ID type is VM Datastore Path.
- VMINSTANCEUUID- The entity reference ID type is VM Instance UUID.
- VMNAME- The entity reference ID type is VM Name.
 
- name str
- Name of the entity for this entity reference.
- object_type str
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- type str
- Type of the entity for this entity reference.- DISK- This entity type is a disk.
- PNODE- This entity type is a P node.
- NODE- This entity type is a node.
- CLUSTER- This entity type is a cluster.
- DATASTORE- This entity is a datastore.
- VIRTNODE- This entity is a HyperFlex virtual node.
- VIRTCLUSTER- This entity type is a virtual cluster.
- VIRTDATASTORE- This entity type is a virtual data store.
- VIRTMACHINE- This entity type is a virtual machine.
- PDISK- This entity type is a P disk.
- PDATASTORE- This entity type is a P Datastore.
- VIRTMACHINESNAPSHOT- This entity is a virtual machine snapshot.
- FOLDER- This entity type is a folder.
- RESOURCEPOOL- This entity type is a resource pool.
- FILE- This entity type is a file.
- VIRTDATACENTER- This entity type is a virtual data center.
- REPLICATION_APPLIANCE- This entity type is a replication appliance.
- REPLICATION_JOB- This entity type is a replication job.
- IP_POOL- This entity type is an IP Pool.
- REPLICATION_INFO- This entity type is a replication information.
- DP_VM_SNAPSHOT- This entity type is a DP VM Snapshot.
- DP_VMGROUP_SNAPSHOT- This entity type is a DP VM Group Snapshot.
- DP_VM_CONFIG- This entity type is a DP VM Configuration.
- DP_VM- This entity type is a DP VM.
- DP_VMGROUP- This entity type is a DP VM Group.
- DP_VM_SNAPSHOT_POINT- This entity type is a DP VM Snapshot Point.
- CLUSTER_PAIR- This entity is a cluster pair.
- HX_TASK- This entity type is a HyperFlex task.
- ZONE- This entity type is a zone.
 
- 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.
- confignum Number
- Configuration number for this reference.
- id String
- Uuid of the entity for this reference.
- idtype String
- Type of entity id for this reference.- VCMOID- The entity reference ID type is VC MOID.
- VMBIOSUUID- The entity reference ID type is VM Bios UUID.
- VMDSPATH- The entity reference ID type is VM Datastore Path.
- VMINSTANCEUUID- The entity reference ID type is VM Instance UUID.
- VMNAME- The entity reference ID type is VM Name.
 
- name String
- Name of the entity for this entity reference.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- type String
- Type of the entity for this entity reference.- DISK- This entity type is a disk.
- PNODE- This entity type is a P node.
- NODE- This entity type is a node.
- CLUSTER- This entity type is a cluster.
- DATASTORE- This entity is a datastore.
- VIRTNODE- This entity is a HyperFlex virtual node.
- VIRTCLUSTER- This entity type is a virtual cluster.
- VIRTDATASTORE- This entity type is a virtual data store.
- VIRTMACHINE- This entity type is a virtual machine.
- PDISK- This entity type is a P disk.
- PDATASTORE- This entity type is a P Datastore.
- VIRTMACHINESNAPSHOT- This entity is a virtual machine snapshot.
- FOLDER- This entity type is a folder.
- RESOURCEPOOL- This entity type is a resource pool.
- FILE- This entity type is a file.
- VIRTDATACENTER- This entity type is a virtual data center.
- REPLICATION_APPLIANCE- This entity type is a replication appliance.
- REPLICATION_JOB- This entity type is a replication job.
- IP_POOL- This entity type is an IP Pool.
- REPLICATION_INFO- This entity type is a replication information.
- DP_VM_SNAPSHOT- This entity type is a DP VM Snapshot.
- DP_VMGROUP_SNAPSHOT- This entity type is a DP VM Group Snapshot.
- DP_VM_CONFIG- This entity type is a DP VM Configuration.
- DP_VM- This entity type is a DP VM.
- DP_VMGROUP- This entity type is a DP VM Group.
- DP_VM_SNAPSHOT_POINT- This entity type is a DP VM Snapshot Point.
- CLUSTER_PAIR- This entity is a cluster pair.
- HX_TASK- This entity type is a HyperFlex task.
- ZONE- This entity type is a zone.
 
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