intersight 1.0.64 published on Wednesday, Apr 30, 2025 by ciscodevnet
intersight.getHyperflexVmBackupInfo
Explore with Pulumi AI
intersight 1.0.64 published on Wednesday, Apr 30, 2025 by ciscodevnet
Virtual Machine backup information.
Using getHyperflexVmBackupInfo
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 getHyperflexVmBackupInfo(args: GetHyperflexVmBackupInfoArgs, opts?: InvokeOptions): Promise<GetHyperflexVmBackupInfoResult>
function getHyperflexVmBackupInfoOutput(args: GetHyperflexVmBackupInfoOutputArgs, opts?: InvokeOptions): Output<GetHyperflexVmBackupInfoResult>
def get_hyperflex_vm_backup_info(account_moid: Optional[str] = None,
additional_properties: Optional[str] = None,
ancestors: Optional[Sequence[GetHyperflexVmBackupInfoAncestor]] = None,
backup_status: Optional[str] = None,
class_id: Optional[str] = None,
cluster_entity_reference: Optional[GetHyperflexVmBackupInfoClusterEntityReference] = None,
cluster_id_protection_info_maps: Optional[Sequence[GetHyperflexVmBackupInfoClusterIdProtectionInfoMap]] = None,
create_time: Optional[str] = None,
domain_group_moid: Optional[str] = None,
error: Optional[GetHyperflexVmBackupInfoError] = None,
id: Optional[str] = None,
local_snapshot_retention_count: Optional[float] = None,
mod_time: Optional[str] = None,
moid: Optional[str] = None,
object_type: Optional[str] = None,
owners: Optional[Sequence[str]] = None,
parent: Optional[GetHyperflexVmBackupInfoParent] = None,
permission_resources: Optional[Sequence[GetHyperflexVmBackupInfoPermissionResource]] = None,
power_on: Optional[bool] = None,
protection_status: Optional[str] = None,
schedules: Optional[Sequence[GetHyperflexVmBackupInfoSchedule]] = None,
shared_scope: Optional[str] = None,
snapshot_retention_count: Optional[float] = None,
src_backup_cluster: Optional[GetHyperflexVmBackupInfoSrcBackupCluster] = None,
src_cluster: Optional[GetHyperflexVmBackupInfoSrcCluster] = None,
src_cluster_name: Optional[str] = None,
tags: Optional[Sequence[GetHyperflexVmBackupInfoTag]] = None,
tgt_cluster: Optional[GetHyperflexVmBackupInfoTgtCluster] = None,
tgt_cluster_name: Optional[str] = None,
version_context: Optional[GetHyperflexVmBackupInfoVersionContext] = None,
vm_entity_reference: Optional[GetHyperflexVmBackupInfoVmEntityReference] = None,
vm_info: Optional[GetHyperflexVmBackupInfoVmInfo] = None,
opts: Optional[InvokeOptions] = None) -> GetHyperflexVmBackupInfoResult
def get_hyperflex_vm_backup_info_output(account_moid: Optional[pulumi.Input[str]] = None,
additional_properties: Optional[pulumi.Input[str]] = None,
ancestors: Optional[pulumi.Input[Sequence[pulumi.Input[GetHyperflexVmBackupInfoAncestorArgs]]]] = None,
backup_status: Optional[pulumi.Input[str]] = None,
class_id: Optional[pulumi.Input[str]] = None,
cluster_entity_reference: Optional[pulumi.Input[GetHyperflexVmBackupInfoClusterEntityReferenceArgs]] = None,
cluster_id_protection_info_maps: Optional[pulumi.Input[Sequence[pulumi.Input[GetHyperflexVmBackupInfoClusterIdProtectionInfoMapArgs]]]] = None,
create_time: Optional[pulumi.Input[str]] = None,
domain_group_moid: Optional[pulumi.Input[str]] = None,
error: Optional[pulumi.Input[GetHyperflexVmBackupInfoErrorArgs]] = None,
id: Optional[pulumi.Input[str]] = None,
local_snapshot_retention_count: Optional[pulumi.Input[float]] = None,
mod_time: Optional[pulumi.Input[str]] = None,
moid: Optional[pulumi.Input[str]] = None,
object_type: Optional[pulumi.Input[str]] = None,
owners: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
parent: Optional[pulumi.Input[GetHyperflexVmBackupInfoParentArgs]] = None,
permission_resources: Optional[pulumi.Input[Sequence[pulumi.Input[GetHyperflexVmBackupInfoPermissionResourceArgs]]]] = None,
power_on: Optional[pulumi.Input[bool]] = None,
protection_status: Optional[pulumi.Input[str]] = None,
schedules: Optional[pulumi.Input[Sequence[pulumi.Input[GetHyperflexVmBackupInfoScheduleArgs]]]] = None,
shared_scope: Optional[pulumi.Input[str]] = None,
snapshot_retention_count: Optional[pulumi.Input[float]] = None,
src_backup_cluster: Optional[pulumi.Input[GetHyperflexVmBackupInfoSrcBackupClusterArgs]] = None,
src_cluster: Optional[pulumi.Input[GetHyperflexVmBackupInfoSrcClusterArgs]] = None,
src_cluster_name: Optional[pulumi.Input[str]] = None,
tags: Optional[pulumi.Input[Sequence[pulumi.Input[GetHyperflexVmBackupInfoTagArgs]]]] = None,
tgt_cluster: Optional[pulumi.Input[GetHyperflexVmBackupInfoTgtClusterArgs]] = None,
tgt_cluster_name: Optional[pulumi.Input[str]] = None,
version_context: Optional[pulumi.Input[GetHyperflexVmBackupInfoVersionContextArgs]] = None,
vm_entity_reference: Optional[pulumi.Input[GetHyperflexVmBackupInfoVmEntityReferenceArgs]] = None,
vm_info: Optional[pulumi.Input[GetHyperflexVmBackupInfoVmInfoArgs]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetHyperflexVmBackupInfoResult]
func LookupHyperflexVmBackupInfo(ctx *Context, args *LookupHyperflexVmBackupInfoArgs, opts ...InvokeOption) (*LookupHyperflexVmBackupInfoResult, error)
func LookupHyperflexVmBackupInfoOutput(ctx *Context, args *LookupHyperflexVmBackupInfoOutputArgs, opts ...InvokeOption) LookupHyperflexVmBackupInfoResultOutput
> Note: This function is named LookupHyperflexVmBackupInfo
in the Go SDK.
public static class GetHyperflexVmBackupInfo
{
public static Task<GetHyperflexVmBackupInfoResult> InvokeAsync(GetHyperflexVmBackupInfoArgs args, InvokeOptions? opts = null)
public static Output<GetHyperflexVmBackupInfoResult> Invoke(GetHyperflexVmBackupInfoInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetHyperflexVmBackupInfoResult> getHyperflexVmBackupInfo(GetHyperflexVmBackupInfoArgs args, InvokeOptions options)
public static Output<GetHyperflexVmBackupInfoResult> getHyperflexVmBackupInfo(GetHyperflexVmBackupInfoArgs args, InvokeOptions options)
fn::invoke:
function: intersight:index/getHyperflexVmBackupInfo:getHyperflexVmBackupInfo
arguments:
# arguments dictionary
The following arguments are supported:
- Account
Moid string - The Account ID for this managed object.
- Additional
Properties string - Ancestors
List<Get
Hyperflex Vm Backup Info Ancestor> - Backup
Status string - Description of the backup status of this VmBackupInfo.*
InitializingProtection
- Protection has started, but not completed.*Protected
- Protection has completed successfully.*ExceedsInterval
- Protection has not completed successfully in over two times the backup interval. - Class
Id string - Cluster
Entity GetReference Hyperflex Vm Backup Info Cluster Entity Reference - Cluster
Id List<GetProtection Info Maps Hyperflex Vm Backup Info Cluster Id Protection Info Map> - Create
Time string - The time when this managed object was created.
- Domain
Group stringMoid - The DomainGroup ID for this managed object.
- Error
Get
Hyperflex Vm Backup Info Error - Id string
- Local
Snapshot doubleRetention Count - Retention count from backup policy for local snapshots.
- Mod
Time string - The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Owners List<string>
- Parent
Get
Hyperflex Vm Backup Info Parent - Permission
Resources List<GetHyperflex Vm Backup Info Permission Resource> - Power
On bool - The power state of the Virtual Machine.
- Protection
Status string - Description of the protection status of this VmBackupInfo.*
PREPARE_FAILOVER_STARTED
- The protection status is prepare failover started.*PREPARE_FAILOVER_FAILED
- The protection status is prepare failover failed.*PREPARE_FAILOVER_COMPLETED
- The protection status is prepaire failover completed.*FAILOVER_STARTED
- The protection status is failover started.*FAILOVER_FAILED
- The protection status is failover failed.*FAILOVER_COMPLETED
- The protection status is failover completed.*PREPARE_REVERSEPROTECT_STARTED
- The protection status is prepare reverse protect started.*PREPARE_REVERSEPROTECT_FAILED
- The protection status is prepare reverse protect failed.*PREPARE_REVERSEPROTECT_COMPLETED
- The protection status is prepair reverse protect completed.*REVERSEPROTECT_STARTED
- The protection status is reverse protect started.*REVERSEPROTECT_FAILED
- The protection status is reverse protect failed.*ACTIVE
- The protection status is active.*CREATION_IN_PROGRESS
- The protection status is failover in progress.*CREATION_FAILED
- The protection status is creation failed.*LOCAL_RESTORE_STARTED
- The protection status is local restore started.*LOCAL_RESTORE_FAILED
- The protection status is local restore failed. - Schedules
List<Get
Hyperflex Vm Backup Info Schedule> - string
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- Snapshot
Retention doubleCount - Retention count from backup policy for remote snapshots.
- Src
Backup GetCluster Hyperflex Vm Backup Info Src Backup Cluster - Src
Cluster GetHyperflex Vm Backup Info Src Cluster - Src
Cluster stringName - Name for the source cluster this Virtual Machine is residing on.
- List<Get
Hyperflex Vm Backup Info Tag> - Tgt
Cluster GetHyperflex Vm Backup Info Tgt Cluster - Tgt
Cluster stringName - Name for the target cluster this Virtual Machine is residing on.
- Version
Context GetHyperflex Vm Backup Info Version Context - Vm
Entity GetReference Hyperflex Vm Backup Info Vm Entity Reference - Vm
Info GetHyperflex Vm Backup Info Vm Info
- Account
Moid string - The Account ID for this managed object.
- Additional
Properties string - Ancestors
[]Get
Hyperflex Vm Backup Info Ancestor - Backup
Status string - Description of the backup status of this VmBackupInfo.*
InitializingProtection
- Protection has started, but not completed.*Protected
- Protection has completed successfully.*ExceedsInterval
- Protection has not completed successfully in over two times the backup interval. - Class
Id string - Cluster
Entity GetReference Hyperflex Vm Backup Info Cluster Entity Reference - Cluster
Id []GetProtection Info Maps Hyperflex Vm Backup Info Cluster Id Protection Info Map - Create
Time string - The time when this managed object was created.
- Domain
Group stringMoid - The DomainGroup ID for this managed object.
- Error
Get
Hyperflex Vm Backup Info Error - Id string
- Local
Snapshot float64Retention Count - Retention count from backup policy for local snapshots.
- Mod
Time string - The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Owners []string
- Parent
Get
Hyperflex Vm Backup Info Parent - Permission
Resources []GetHyperflex Vm Backup Info Permission Resource - Power
On bool - The power state of the Virtual Machine.
- Protection
Status string - Description of the protection status of this VmBackupInfo.*
PREPARE_FAILOVER_STARTED
- The protection status is prepare failover started.*PREPARE_FAILOVER_FAILED
- The protection status is prepare failover failed.*PREPARE_FAILOVER_COMPLETED
- The protection status is prepaire failover completed.*FAILOVER_STARTED
- The protection status is failover started.*FAILOVER_FAILED
- The protection status is failover failed.*FAILOVER_COMPLETED
- The protection status is failover completed.*PREPARE_REVERSEPROTECT_STARTED
- The protection status is prepare reverse protect started.*PREPARE_REVERSEPROTECT_FAILED
- The protection status is prepare reverse protect failed.*PREPARE_REVERSEPROTECT_COMPLETED
- The protection status is prepair reverse protect completed.*REVERSEPROTECT_STARTED
- The protection status is reverse protect started.*REVERSEPROTECT_FAILED
- The protection status is reverse protect failed.*ACTIVE
- The protection status is active.*CREATION_IN_PROGRESS
- The protection status is failover in progress.*CREATION_FAILED
- The protection status is creation failed.*LOCAL_RESTORE_STARTED
- The protection status is local restore started.*LOCAL_RESTORE_FAILED
- The protection status is local restore failed. - Schedules
[]Get
Hyperflex Vm Backup Info Schedule - string
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- Snapshot
Retention float64Count - Retention count from backup policy for remote snapshots.
- Src
Backup GetCluster Hyperflex Vm Backup Info Src Backup Cluster - Src
Cluster GetHyperflex Vm Backup Info Src Cluster - Src
Cluster stringName - Name for the source cluster this Virtual Machine is residing on.
- []Get
Hyperflex Vm Backup Info Tag - Tgt
Cluster GetHyperflex Vm Backup Info Tgt Cluster - Tgt
Cluster stringName - Name for the target cluster this Virtual Machine is residing on.
- Version
Context GetHyperflex Vm Backup Info Version Context - Vm
Entity GetReference Hyperflex Vm Backup Info Vm Entity Reference - Vm
Info GetHyperflex Vm Backup Info Vm Info
- account
Moid String - The Account ID for this managed object.
- additional
Properties String - ancestors
List<Get
Hyperflex Vm Backup Info Ancestor> - backup
Status String - Description of the backup status of this VmBackupInfo.*
InitializingProtection
- Protection has started, but not completed.*Protected
- Protection has completed successfully.*ExceedsInterval
- Protection has not completed successfully in over two times the backup interval. - class
Id String - cluster
Entity GetReference Hyperflex Vm Backup Info Cluster Entity Reference - cluster
Id List<GetProtection Info Maps Hyperflex Vm Backup Info Cluster Id Protection Info Map> - create
Time String - The time when this managed object was created.
- domain
Group StringMoid - The DomainGroup ID for this managed object.
- error
Get
Hyperflex Vm Backup Info Error - id String
- local
Snapshot DoubleRetention Count - Retention count from backup policy for local snapshots.
- mod
Time String - The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - owners List<String>
- parent
Get
Hyperflex Vm Backup Info Parent - permission
Resources List<GetHyperflex Vm Backup Info Permission Resource> - power
On Boolean - The power state of the Virtual Machine.
- protection
Status String - Description of the protection status of this VmBackupInfo.*
PREPARE_FAILOVER_STARTED
- The protection status is prepare failover started.*PREPARE_FAILOVER_FAILED
- The protection status is prepare failover failed.*PREPARE_FAILOVER_COMPLETED
- The protection status is prepaire failover completed.*FAILOVER_STARTED
- The protection status is failover started.*FAILOVER_FAILED
- The protection status is failover failed.*FAILOVER_COMPLETED
- The protection status is failover completed.*PREPARE_REVERSEPROTECT_STARTED
- The protection status is prepare reverse protect started.*PREPARE_REVERSEPROTECT_FAILED
- The protection status is prepare reverse protect failed.*PREPARE_REVERSEPROTECT_COMPLETED
- The protection status is prepair reverse protect completed.*REVERSEPROTECT_STARTED
- The protection status is reverse protect started.*REVERSEPROTECT_FAILED
- The protection status is reverse protect failed.*ACTIVE
- The protection status is active.*CREATION_IN_PROGRESS
- The protection status is failover in progress.*CREATION_FAILED
- The protection status is creation failed.*LOCAL_RESTORE_STARTED
- The protection status is local restore started.*LOCAL_RESTORE_FAILED
- The protection status is local restore failed. - schedules
List<Get
Hyperflex Vm Backup Info Schedule> - String
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- snapshot
Retention DoubleCount - Retention count from backup policy for remote snapshots.
- src
Backup GetCluster Hyperflex Vm Backup Info Src Backup Cluster - src
Cluster GetHyperflex Vm Backup Info Src Cluster - src
Cluster StringName - Name for the source cluster this Virtual Machine is residing on.
- List<Get
Hyperflex Vm Backup Info Tag> - tgt
Cluster GetHyperflex Vm Backup Info Tgt Cluster - tgt
Cluster StringName - Name for the target cluster this Virtual Machine is residing on.
- version
Context GetHyperflex Vm Backup Info Version Context - vm
Entity GetReference Hyperflex Vm Backup Info Vm Entity Reference - vm
Info GetHyperflex Vm Backup Info Vm Info
- account
Moid string - The Account ID for this managed object.
- additional
Properties string - ancestors
Get
Hyperflex Vm Backup Info Ancestor[] - backup
Status string - Description of the backup status of this VmBackupInfo.*
InitializingProtection
- Protection has started, but not completed.*Protected
- Protection has completed successfully.*ExceedsInterval
- Protection has not completed successfully in over two times the backup interval. - class
Id string - cluster
Entity GetReference Hyperflex Vm Backup Info Cluster Entity Reference - cluster
Id GetProtection Info Maps Hyperflex Vm Backup Info Cluster Id Protection Info Map[] - create
Time string - The time when this managed object was created.
- domain
Group stringMoid - The DomainGroup ID for this managed object.
- error
Get
Hyperflex Vm Backup Info Error - id string
- local
Snapshot numberRetention Count - Retention count from backup policy for local snapshots.
- mod
Time string - The time when this managed object was last modified.
- moid string
- The unique identifier of this Managed Object instance.
- object
Type string - owners string[]
- parent
Get
Hyperflex Vm Backup Info Parent - permission
Resources GetHyperflex Vm Backup Info Permission Resource[] - power
On boolean - The power state of the Virtual Machine.
- protection
Status string - Description of the protection status of this VmBackupInfo.*
PREPARE_FAILOVER_STARTED
- The protection status is prepare failover started.*PREPARE_FAILOVER_FAILED
- The protection status is prepare failover failed.*PREPARE_FAILOVER_COMPLETED
- The protection status is prepaire failover completed.*FAILOVER_STARTED
- The protection status is failover started.*FAILOVER_FAILED
- The protection status is failover failed.*FAILOVER_COMPLETED
- The protection status is failover completed.*PREPARE_REVERSEPROTECT_STARTED
- The protection status is prepare reverse protect started.*PREPARE_REVERSEPROTECT_FAILED
- The protection status is prepare reverse protect failed.*PREPARE_REVERSEPROTECT_COMPLETED
- The protection status is prepair reverse protect completed.*REVERSEPROTECT_STARTED
- The protection status is reverse protect started.*REVERSEPROTECT_FAILED
- The protection status is reverse protect failed.*ACTIVE
- The protection status is active.*CREATION_IN_PROGRESS
- The protection status is failover in progress.*CREATION_FAILED
- The protection status is creation failed.*LOCAL_RESTORE_STARTED
- The protection status is local restore started.*LOCAL_RESTORE_FAILED
- The protection status is local restore failed. - schedules
Get
Hyperflex Vm Backup Info Schedule[] - string
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- snapshot
Retention numberCount - Retention count from backup policy for remote snapshots.
- src
Backup GetCluster Hyperflex Vm Backup Info Src Backup Cluster - src
Cluster GetHyperflex Vm Backup Info Src Cluster - src
Cluster stringName - Name for the source cluster this Virtual Machine is residing on.
- Get
Hyperflex Vm Backup Info Tag[] - tgt
Cluster GetHyperflex Vm Backup Info Tgt Cluster - tgt
Cluster stringName - Name for the target cluster this Virtual Machine is residing on.
- version
Context GetHyperflex Vm Backup Info Version Context - vm
Entity GetReference Hyperflex Vm Backup Info Vm Entity Reference - vm
Info GetHyperflex Vm Backup Info Vm Info
- account_
moid str - The Account ID for this managed object.
- additional_
properties str - ancestors
Sequence[Get
Hyperflex Vm Backup Info Ancestor] - backup_
status str - Description of the backup status of this VmBackupInfo.*
InitializingProtection
- Protection has started, but not completed.*Protected
- Protection has completed successfully.*ExceedsInterval
- Protection has not completed successfully in over two times the backup interval. - class_
id str - cluster_
entity_ Getreference Hyperflex Vm Backup Info Cluster Entity Reference - cluster_
id_ Sequence[Getprotection_ info_ maps Hyperflex Vm Backup Info Cluster Id Protection Info Map] - create_
time str - The time when this managed object was created.
- domain_
group_ strmoid - The DomainGroup ID for this managed object.
- error
Get
Hyperflex Vm Backup Info Error - id str
- local_
snapshot_ floatretention_ count - Retention count from backup policy for local snapshots.
- mod_
time str - The time when this managed object was last modified.
- moid str
- The unique identifier of this Managed Object instance.
- object_
type str - owners Sequence[str]
- parent
Get
Hyperflex Vm Backup Info Parent - permission_
resources Sequence[GetHyperflex Vm Backup Info Permission Resource] - power_
on bool - The power state of the Virtual Machine.
- protection_
status str - Description of the protection status of this VmBackupInfo.*
PREPARE_FAILOVER_STARTED
- The protection status is prepare failover started.*PREPARE_FAILOVER_FAILED
- The protection status is prepare failover failed.*PREPARE_FAILOVER_COMPLETED
- The protection status is prepaire failover completed.*FAILOVER_STARTED
- The protection status is failover started.*FAILOVER_FAILED
- The protection status is failover failed.*FAILOVER_COMPLETED
- The protection status is failover completed.*PREPARE_REVERSEPROTECT_STARTED
- The protection status is prepare reverse protect started.*PREPARE_REVERSEPROTECT_FAILED
- The protection status is prepare reverse protect failed.*PREPARE_REVERSEPROTECT_COMPLETED
- The protection status is prepair reverse protect completed.*REVERSEPROTECT_STARTED
- The protection status is reverse protect started.*REVERSEPROTECT_FAILED
- The protection status is reverse protect failed.*ACTIVE
- The protection status is active.*CREATION_IN_PROGRESS
- The protection status is failover in progress.*CREATION_FAILED
- The protection status is creation failed.*LOCAL_RESTORE_STARTED
- The protection status is local restore started.*LOCAL_RESTORE_FAILED
- The protection status is local restore failed. - schedules
Sequence[Get
Hyperflex Vm Backup Info Schedule] - str
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- snapshot_
retention_ floatcount - Retention count from backup policy for remote snapshots.
- src_
backup_ Getcluster Hyperflex Vm Backup Info Src Backup Cluster - src_
cluster GetHyperflex Vm Backup Info Src Cluster - src_
cluster_ strname - Name for the source cluster this Virtual Machine is residing on.
- Sequence[Get
Hyperflex Vm Backup Info Tag] - tgt_
cluster GetHyperflex Vm Backup Info Tgt Cluster - tgt_
cluster_ strname - Name for the target cluster this Virtual Machine is residing on.
- version_
context GetHyperflex Vm Backup Info Version Context - vm_
entity_ Getreference Hyperflex Vm Backup Info Vm Entity Reference - vm_
info GetHyperflex Vm Backup Info Vm Info
- account
Moid String - The Account ID for this managed object.
- additional
Properties String - ancestors List<Property Map>
- backup
Status String - Description of the backup status of this VmBackupInfo.*
InitializingProtection
- Protection has started, but not completed.*Protected
- Protection has completed successfully.*ExceedsInterval
- Protection has not completed successfully in over two times the backup interval. - class
Id String - cluster
Entity Property MapReference - cluster
Id List<Property Map>Protection Info Maps - create
Time String - The time when this managed object was created.
- domain
Group StringMoid - The DomainGroup ID for this managed object.
- error Property Map
- id String
- local
Snapshot NumberRetention Count - Retention count from backup policy for local snapshots.
- mod
Time String - The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - owners List<String>
- parent Property Map
- permission
Resources List<Property Map> - power
On Boolean - The power state of the Virtual Machine.
- protection
Status String - Description of the protection status of this VmBackupInfo.*
PREPARE_FAILOVER_STARTED
- The protection status is prepare failover started.*PREPARE_FAILOVER_FAILED
- The protection status is prepare failover failed.*PREPARE_FAILOVER_COMPLETED
- The protection status is prepaire failover completed.*FAILOVER_STARTED
- The protection status is failover started.*FAILOVER_FAILED
- The protection status is failover failed.*FAILOVER_COMPLETED
- The protection status is failover completed.*PREPARE_REVERSEPROTECT_STARTED
- The protection status is prepare reverse protect started.*PREPARE_REVERSEPROTECT_FAILED
- The protection status is prepare reverse protect failed.*PREPARE_REVERSEPROTECT_COMPLETED
- The protection status is prepair reverse protect completed.*REVERSEPROTECT_STARTED
- The protection status is reverse protect started.*REVERSEPROTECT_FAILED
- The protection status is reverse protect failed.*ACTIVE
- The protection status is active.*CREATION_IN_PROGRESS
- The protection status is failover in progress.*CREATION_FAILED
- The protection status is creation failed.*LOCAL_RESTORE_STARTED
- The protection status is local restore started.*LOCAL_RESTORE_FAILED
- The protection status is local restore failed. - schedules List<Property Map>
- String
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- snapshot
Retention NumberCount - Retention count from backup policy for remote snapshots.
- src
Backup Property MapCluster - src
Cluster Property Map - src
Cluster StringName - Name for the source cluster this Virtual Machine is residing on.
- List<Property Map>
- tgt
Cluster Property Map - tgt
Cluster StringName - Name for the target cluster this Virtual Machine is residing on.
- version
Context Property Map - vm
Entity Property MapReference - vm
Info Property Map
getHyperflexVmBackupInfo Result
The following output properties are available:
- Id string
- Results
List<Get
Hyperflex Vm Backup Info Result> - Account
Moid string - Additional
Properties string - Ancestors
List<Get
Hyperflex Vm Backup Info Ancestor> - Backup
Status string - Class
Id string - Cluster
Entity GetReference Hyperflex Vm Backup Info Cluster Entity Reference - Cluster
Id List<GetProtection Info Maps Hyperflex Vm Backup Info Cluster Id Protection Info Map> - Create
Time string - Domain
Group stringMoid - Error
Get
Hyperflex Vm Backup Info Error - Local
Snapshot doubleRetention Count - Mod
Time string - Moid string
- Object
Type string - Owners List<string>
- Parent
Get
Hyperflex Vm Backup Info Parent - Permission
Resources List<GetHyperflex Vm Backup Info Permission Resource> - Power
On bool - Protection
Status string - Schedules
List<Get
Hyperflex Vm Backup Info Schedule> - string
- Snapshot
Retention doubleCount - Src
Backup GetCluster Hyperflex Vm Backup Info Src Backup Cluster - Src
Cluster GetHyperflex Vm Backup Info Src Cluster - Src
Cluster stringName - List<Get
Hyperflex Vm Backup Info Tag> - Tgt
Cluster GetHyperflex Vm Backup Info Tgt Cluster - Tgt
Cluster stringName - Version
Context GetHyperflex Vm Backup Info Version Context - Vm
Entity GetReference Hyperflex Vm Backup Info Vm Entity Reference - Vm
Info GetHyperflex Vm Backup Info Vm Info
- Id string
- Results
[]Get
Hyperflex Vm Backup Info Result - Account
Moid string - Additional
Properties string - Ancestors
[]Get
Hyperflex Vm Backup Info Ancestor - Backup
Status string - Class
Id string - Cluster
Entity GetReference Hyperflex Vm Backup Info Cluster Entity Reference - Cluster
Id []GetProtection Info Maps Hyperflex Vm Backup Info Cluster Id Protection Info Map - Create
Time string - Domain
Group stringMoid - Error
Get
Hyperflex Vm Backup Info Error - Local
Snapshot float64Retention Count - Mod
Time string - Moid string
- Object
Type string - Owners []string
- Parent
Get
Hyperflex Vm Backup Info Parent - Permission
Resources []GetHyperflex Vm Backup Info Permission Resource - Power
On bool - Protection
Status string - Schedules
[]Get
Hyperflex Vm Backup Info Schedule - string
- Snapshot
Retention float64Count - Src
Backup GetCluster Hyperflex Vm Backup Info Src Backup Cluster - Src
Cluster GetHyperflex Vm Backup Info Src Cluster - Src
Cluster stringName - []Get
Hyperflex Vm Backup Info Tag - Tgt
Cluster GetHyperflex Vm Backup Info Tgt Cluster - Tgt
Cluster stringName - Version
Context GetHyperflex Vm Backup Info Version Context - Vm
Entity GetReference Hyperflex Vm Backup Info Vm Entity Reference - Vm
Info GetHyperflex Vm Backup Info Vm Info
- id String
- results
List<Get
Hyperflex Vm Backup Info Result> - account
Moid String - additional
Properties String - ancestors
List<Get
Hyperflex Vm Backup Info Ancestor> - backup
Status String - class
Id String - cluster
Entity GetReference Hyperflex Vm Backup Info Cluster Entity Reference - cluster
Id List<GetProtection Info Maps Hyperflex Vm Backup Info Cluster Id Protection Info Map> - create
Time String - domain
Group StringMoid - error
Get
Hyperflex Vm Backup Info Error - local
Snapshot DoubleRetention Count - mod
Time String - moid String
- object
Type String - owners List<String>
- parent
Get
Hyperflex Vm Backup Info Parent - permission
Resources List<GetHyperflex Vm Backup Info Permission Resource> - power
On Boolean - protection
Status String - schedules
List<Get
Hyperflex Vm Backup Info Schedule> - String
- snapshot
Retention DoubleCount - src
Backup GetCluster Hyperflex Vm Backup Info Src Backup Cluster - src
Cluster GetHyperflex Vm Backup Info Src Cluster - src
Cluster StringName - List<Get
Hyperflex Vm Backup Info Tag> - tgt
Cluster GetHyperflex Vm Backup Info Tgt Cluster - tgt
Cluster StringName - version
Context GetHyperflex Vm Backup Info Version Context - vm
Entity GetReference Hyperflex Vm Backup Info Vm Entity Reference - vm
Info GetHyperflex Vm Backup Info Vm Info
- id string
- results
Get
Hyperflex Vm Backup Info Result[] - account
Moid string - additional
Properties string - ancestors
Get
Hyperflex Vm Backup Info Ancestor[] - backup
Status string - class
Id string - cluster
Entity GetReference Hyperflex Vm Backup Info Cluster Entity Reference - cluster
Id GetProtection Info Maps Hyperflex Vm Backup Info Cluster Id Protection Info Map[] - create
Time string - domain
Group stringMoid - error
Get
Hyperflex Vm Backup Info Error - local
Snapshot numberRetention Count - mod
Time string - moid string
- object
Type string - owners string[]
- parent
Get
Hyperflex Vm Backup Info Parent - permission
Resources GetHyperflex Vm Backup Info Permission Resource[] - power
On boolean - protection
Status string - schedules
Get
Hyperflex Vm Backup Info Schedule[] - string
- snapshot
Retention numberCount - src
Backup GetCluster Hyperflex Vm Backup Info Src Backup Cluster - src
Cluster GetHyperflex Vm Backup Info Src Cluster - src
Cluster stringName - Get
Hyperflex Vm Backup Info Tag[] - tgt
Cluster GetHyperflex Vm Backup Info Tgt Cluster - tgt
Cluster stringName - version
Context GetHyperflex Vm Backup Info Version Context - vm
Entity GetReference Hyperflex Vm Backup Info Vm Entity Reference - vm
Info GetHyperflex Vm Backup Info Vm Info
- id str
- results
Sequence[Get
Hyperflex Vm Backup Info Result] - account_
moid str - additional_
properties str - ancestors
Sequence[Get
Hyperflex Vm Backup Info Ancestor] - backup_
status str - class_
id str - cluster_
entity_ Getreference Hyperflex Vm Backup Info Cluster Entity Reference - cluster_
id_ Sequence[Getprotection_ info_ maps Hyperflex Vm Backup Info Cluster Id Protection Info Map] - create_
time str - domain_
group_ strmoid - error
Get
Hyperflex Vm Backup Info Error - local_
snapshot_ floatretention_ count - mod_
time str - moid str
- object_
type str - owners Sequence[str]
- parent
Get
Hyperflex Vm Backup Info Parent - permission_
resources Sequence[GetHyperflex Vm Backup Info Permission Resource] - power_
on bool - protection_
status str - schedules
Sequence[Get
Hyperflex Vm Backup Info Schedule] - str
- snapshot_
retention_ floatcount - src_
backup_ Getcluster Hyperflex Vm Backup Info Src Backup Cluster - src_
cluster GetHyperflex Vm Backup Info Src Cluster - src_
cluster_ strname - Sequence[Get
Hyperflex Vm Backup Info Tag] - tgt_
cluster GetHyperflex Vm Backup Info Tgt Cluster - tgt_
cluster_ strname - version_
context GetHyperflex Vm Backup Info Version Context - vm_
entity_ Getreference Hyperflex Vm Backup Info Vm Entity Reference - vm_
info GetHyperflex Vm Backup Info Vm Info
- id String
- results List<Property Map>
- account
Moid String - additional
Properties String - ancestors List<Property Map>
- backup
Status String - class
Id String - cluster
Entity Property MapReference - cluster
Id List<Property Map>Protection Info Maps - create
Time String - domain
Group StringMoid - error Property Map
- local
Snapshot NumberRetention Count - mod
Time String - moid String
- object
Type String - owners List<String>
- parent Property Map
- permission
Resources List<Property Map> - power
On Boolean - protection
Status String - schedules List<Property Map>
- String
- snapshot
Retention NumberCount - src
Backup Property MapCluster - src
Cluster Property Map - src
Cluster StringName - List<Property Map>
- tgt
Cluster Property Map - tgt
Cluster StringName - version
Context Property Map - vm
Entity Property MapReference - vm
Info Property Map
Supporting Types
GetHyperflexVmBackupInfoAncestor
- Additional
Properties string - Class
Id string - The fully-qualified name 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.
- Object
Type 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 string - Class
Id string - The fully-qualified name 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.
- Object
Type 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 String - class
Id String - The fully-qualified name 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.
- object
Type 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 string - class
Id string - The fully-qualified name 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.
- object
Type 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'.
- additional
Properties String - class
Id String - The fully-qualified name 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.
- object
Type 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'.
GetHyperflexVmBackupInfoClusterEntityReference
- Additional
Properties string - Class
Id string - The fully-qualified name 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.
- Object
Type 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 string - Class
Id string - The fully-qualified name 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.
- Object
Type 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 String - class
Id String - The fully-qualified name 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.
- object
Type 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 string - class
Id string - The fully-qualified name 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.
- object
Type 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.
- additional
Properties String - class
Id String - The fully-qualified name 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.
- object
Type 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.
GetHyperflexVmBackupInfoClusterIdProtectionInfoMap
- Additional
Properties string - Class
Id string - The fully-qualified name 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 string - The Cluster Id we are using to map to ProtectionInfo.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Protection
Info GetHyperflex Vm Backup Info Cluster Id Protection Info Map Protection Info - ProtectionInfo that is being stored for this Virtual Machine.
- Additional
Properties string - Class
Id string - The fully-qualified name 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 string - The Cluster Id we are using to map to ProtectionInfo.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Protection
Info GetHyperflex Vm Backup Info Cluster Id Protection Info Map Protection Info - ProtectionInfo that is being stored for this Virtual Machine.
- additional
Properties String - class
Id String - The fully-qualified name 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 String - The Cluster Id we are using to map to ProtectionInfo.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- protection
Info GetHyperflex Vm Backup Info Cluster Id Protection Info Map Protection Info - ProtectionInfo that is being stored for this Virtual Machine.
- additional
Properties string - class
Id string - The fully-qualified name 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 string - The Cluster Id we are using to map to ProtectionInfo.
- object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- protection
Info GetHyperflex Vm Backup Info Cluster Id Protection Info Map Protection Info - ProtectionInfo that is being stored for this Virtual Machine.
- 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 - The Cluster Id we are using to map to ProtectionInfo.
- object_
type str - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- protection_
info GetHyperflex Vm Backup Info Cluster Id Protection Info Map Protection Info - ProtectionInfo that is being stored for this Virtual Machine.
- additional
Properties String - class
Id String - The fully-qualified name 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 String - The Cluster Id we are using to map to ProtectionInfo.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- protection
Info Property Map - ProtectionInfo that is being stored for this Virtual Machine.
GetHyperflexVmBackupInfoClusterIdProtectionInfoMapProtectionInfo
- Additional
Properties string - Class
Id string - The fully-qualified name 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 string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Vm
Current GetProtection Info Hyperflex Vm Backup Info Cluster Id Protection Info Map Protection Info Vm Current Protection Info - Current snapshot protection information.
- Vm
Last GetSuccessful Protection Info Hyperflex Vm Backup Info Cluster Id Protection Info Map Protection Info Vm Last Successful Protection Info - Last successful snapshot protection information.
- Vm
Space GetUsage Hyperflex Vm Backup Info Cluster Id Protection Info Map Protection Info Vm Space Usage - Protection space usage for this snapshot.
- Additional
Properties string - Class
Id string - The fully-qualified name 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 string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Vm
Current GetProtection Info Hyperflex Vm Backup Info Cluster Id Protection Info Map Protection Info Vm Current Protection Info - Current snapshot protection information.
- Vm
Last GetSuccessful Protection Info Hyperflex Vm Backup Info Cluster Id Protection Info Map Protection Info Vm Last Successful Protection Info - Last successful snapshot protection information.
- Vm
Space GetUsage Hyperflex Vm Backup Info Cluster Id Protection Info Map Protection Info Vm Space Usage - Protection space usage for this snapshot.
- additional
Properties String - class
Id String - The fully-qualified name 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 String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- vm
Current GetProtection Info Hyperflex Vm Backup Info Cluster Id Protection Info Map Protection Info Vm Current Protection Info - Current snapshot protection information.
- vm
Last GetSuccessful Protection Info Hyperflex Vm Backup Info Cluster Id Protection Info Map Protection Info Vm Last Successful Protection Info - Last successful snapshot protection information.
- vm
Space GetUsage Hyperflex Vm Backup Info Cluster Id Protection Info Map Protection Info Vm Space Usage - Protection space usage for this snapshot.
- additional
Properties string - class
Id string - The fully-qualified name 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 string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- vm
Current GetProtection Info Hyperflex Vm Backup Info Cluster Id Protection Info Map Protection Info Vm Current Protection Info - Current snapshot protection information.
- vm
Last GetSuccessful Protection Info Hyperflex Vm Backup Info Cluster Id Protection Info Map Protection Info Vm Last Successful Protection Info - Last successful snapshot protection information.
- vm
Space GetUsage Hyperflex Vm Backup Info Cluster Id Protection Info Map Protection Info Vm Space Usage - Protection space usage for this 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.
- vm_
current_ Getprotection_ info Hyperflex Vm Backup Info Cluster Id Protection Info Map Protection Info Vm Current Protection Info - Current snapshot protection information.
- vm_
last_ Getsuccessful_ protection_ info Hyperflex Vm Backup Info Cluster Id Protection Info Map Protection Info Vm Last Successful Protection Info - Last successful snapshot protection information.
- vm_
space_ Getusage Hyperflex Vm Backup Info Cluster Id Protection Info Map Protection Info Vm Space Usage - Protection space usage for this snapshot.
- additional
Properties String - class
Id String - The fully-qualified name 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 String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- vm
Current Property MapProtection Info - Current snapshot protection information.
- vm
Last Property MapSuccessful Protection Info - Last successful snapshot protection information.
- vm
Space Property MapUsage - Protection space usage for this snapshot.
GetHyperflexVmBackupInfoClusterIdProtectionInfoMapProtectionInfoVmCurrentProtectionInfo
- Additional
Properties string - Class
Id string - The fully-qualified name 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 string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Replication
Status GetHyperflex Vm Backup Info Cluster Id Protection Info Map Protection Info Vm Current Protection Info Replication Status - Replication status information for this particular snapshot.
- Site string
- Cluster site for this snapshot.
PRIMARY
- The cluster site for this backup is primary.SECONDARY
- The cluster site for this backup is secondary.
- Snapshot
Status GetHyperflex Vm Backup Info Cluster Id Protection Info Map Protection Info Vm Current Protection Info Snapshot Status - Status for this Snapshot Point.
- Vm
Snapshot GetEntity Reference Hyperflex Vm Backup Info Cluster Id Protection Info Map Protection Info Vm Current Protection Info Vm Snapshot Entity Reference - EntityReference of this VmSnapshot.
- Additional
Properties string - Class
Id string - The fully-qualified name 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 string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Replication
Status GetHyperflex Vm Backup Info Cluster Id Protection Info Map Protection Info Vm Current Protection Info Replication Status - Replication status information for this particular snapshot.
- Site string
- Cluster site for this snapshot.
PRIMARY
- The cluster site for this backup is primary.SECONDARY
- The cluster site for this backup is secondary.
- Snapshot
Status GetHyperflex Vm Backup Info Cluster Id Protection Info Map Protection Info Vm Current Protection Info Snapshot Status - Status for this Snapshot Point.
- Vm
Snapshot GetEntity Reference Hyperflex Vm Backup Info Cluster Id Protection Info Map Protection Info Vm Current Protection Info Vm Snapshot Entity Reference - EntityReference of this VmSnapshot.
- additional
Properties String - class
Id String - The fully-qualified name 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 String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- replication
Status GetHyperflex Vm Backup Info Cluster Id Protection Info Map Protection Info Vm Current Protection Info Replication Status - Replication status information for this particular snapshot.
- site String
- Cluster site for this snapshot.
PRIMARY
- The cluster site for this backup is primary.SECONDARY
- The cluster site for this backup is secondary.
- snapshot
Status GetHyperflex Vm Backup Info Cluster Id Protection Info Map Protection Info Vm Current Protection Info Snapshot Status - Status for this Snapshot Point.
- vm
Snapshot GetEntity Reference Hyperflex Vm Backup Info Cluster Id Protection Info Map Protection Info Vm Current Protection Info Vm Snapshot Entity Reference - EntityReference of this VmSnapshot.
- additional
Properties string - class
Id string - The fully-qualified name 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 string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- replication
Status GetHyperflex Vm Backup Info Cluster Id Protection Info Map Protection Info Vm Current Protection Info Replication Status - Replication status information for this particular snapshot.
- site string
- Cluster site for this snapshot.
PRIMARY
- The cluster site for this backup is primary.SECONDARY
- The cluster site for this backup is secondary.
- snapshot
Status GetHyperflex Vm Backup Info Cluster Id Protection Info Map Protection Info Vm Current Protection Info Snapshot Status - Status for this Snapshot Point.
- vm
Snapshot GetEntity Reference Hyperflex Vm Backup Info Cluster Id Protection Info Map Protection Info Vm Current Protection Info Vm Snapshot Entity Reference - EntityReference of this VmSnapshot.
- 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.
- replication_
status GetHyperflex Vm Backup Info Cluster Id Protection Info Map Protection Info Vm Current Protection Info Replication Status - Replication status information for this particular snapshot.
- site str
- Cluster site for this snapshot.
PRIMARY
- The cluster site for this backup is primary.SECONDARY
- The cluster site for this backup is secondary.
- snapshot_
status GetHyperflex Vm Backup Info Cluster Id Protection Info Map Protection Info Vm Current Protection Info Snapshot Status - Status for this Snapshot Point.
- vm_
snapshot_ Getentity_ reference Hyperflex Vm Backup Info Cluster Id Protection Info Map Protection Info Vm Current Protection Info Vm Snapshot Entity Reference - EntityReference of this VmSnapshot.
- additional
Properties String - class
Id String - The fully-qualified name 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 String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- replication
Status Property Map - Replication status information for this particular snapshot.
- site String
- Cluster site for this snapshot.
PRIMARY
- The cluster site for this backup is primary.SECONDARY
- The cluster site for this backup is secondary.
- snapshot
Status Property Map - Status for this Snapshot Point.
- vm
Snapshot Property MapEntity Reference - EntityReference of this VmSnapshot.
GetHyperflexVmBackupInfoClusterIdProtectionInfoMapProtectionInfoVmCurrentProtectionInfoReplicationStatus
- Additional
Properties string - Bytes
Replicated double - Number of bytes currently replicated.
- Class
Id string - The fully-qualified name 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 double - Replication end time for this snapshot.
- Error
Get
Hyperflex Vm Backup Info Cluster Id Protection Info Map Protection Info Vm Current Protection Info Replication Status Error - Error information in case of failure.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Pack
Entity GetReference Hyperflex Vm Backup Info Cluster Id Protection Info Map Protection Info Vm Current Protection Info Replication Status Pack Entity Reference - EntityReference for the Replication Pack.
- Pct
Complete double - Completion percentage for the replication job.
- Rpo
Status GetHyperflex Vm Backup Info Cluster Id Protection Info Map Protection Info Vm Current Protection Info Replication Status Rpo Status - Status for timeliness of replication job in relation to the schedule interval.
- Start
Time 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.
- Additional
Properties string - Bytes
Replicated float64 - Number of bytes currently replicated.
- Class
Id string - The fully-qualified name 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 float64 - Replication end time for this snapshot.
- Error
Get
Hyperflex Vm Backup Info Cluster Id Protection Info Map Protection Info Vm Current Protection Info Replication Status Error - Error information in case of failure.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Pack
Entity GetReference Hyperflex Vm Backup Info Cluster Id Protection Info Map Protection Info Vm Current Protection Info Replication Status Pack Entity Reference - EntityReference for the Replication Pack.
- Pct
Complete float64 - Completion percentage for the replication job.
- Rpo
Status GetHyperflex Vm Backup Info Cluster Id Protection Info Map Protection Info Vm Current Protection Info Replication Status Rpo Status - Status for timeliness of replication job in relation to the schedule interval.
- Start
Time 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.
- additional
Properties String - bytes
Replicated Double - Number of bytes currently replicated.
- class
Id String - The fully-qualified name 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 Double - Replication end time for this snapshot.
- error
Get
Hyperflex Vm Backup Info Cluster Id Protection Info Map Protection Info Vm Current Protection Info Replication Status Error - Error information in case of failure.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- pack
Entity GetReference Hyperflex Vm Backup Info Cluster Id Protection Info Map Protection Info Vm Current Protection Info Replication Status Pack Entity Reference - EntityReference for the Replication Pack.
- pct
Complete Double - Completion percentage for the replication job.
- rpo
Status GetHyperflex Vm Backup Info Cluster Id Protection Info Map Protection Info Vm Current Protection Info Replication Status Rpo Status - Status for timeliness of replication job in relation to the schedule interval.
- start
Time 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.
- additional
Properties string - bytes
Replicated number - Number of bytes currently replicated.
- class
Id string - The fully-qualified name 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 number - Replication end time for this snapshot.
- error
Get
Hyperflex Vm Backup Info Cluster Id Protection Info Map Protection Info Vm Current Protection Info Replication Status Error - Error information in case of failure.
- object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- pack
Entity GetReference Hyperflex Vm Backup Info Cluster Id Protection Info Map Protection Info Vm Current Protection Info Replication Status Pack Entity Reference - EntityReference for the Replication Pack.
- pct
Complete number - Completion percentage for the replication job.
- rpo
Status GetHyperflex Vm Backup Info Cluster Id Protection Info Map Protection Info Vm Current Protection Info Replication Status Rpo Status - Status for timeliness of replication job in relation to the schedule interval.
- start
Time 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
Get
Hyperflex Vm Backup Info Cluster Id Protection Info Map Protection Info Vm Current Protection Info 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 Backup Info Cluster Id Protection Info Map Protection Info Vm Current Protection Info Replication Status Pack Entity Reference - EntityReference for the Replication Pack.
- pct_
complete float - Completion percentage for the replication job.
- rpo_
status GetHyperflex Vm Backup Info Cluster Id Protection Info Map Protection Info Vm Current Protection Info 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.
- additional
Properties String - bytes
Replicated Number - Number of bytes currently replicated.
- class
Id String - The fully-qualified name 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 Number - Replication end time for this snapshot.
- error Property Map
- Error information in case of failure.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- pack
Entity Property MapReference - EntityReference for the Replication Pack.
- pct
Complete Number - Completion percentage for the replication job.
- rpo
Status Property Map - Status for timeliness of replication job in relation to the schedule interval.
- start
Time 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.
GetHyperflexVmBackupInfoClusterIdProtectionInfoMapProtectionInfoVmCurrentProtectionInfoReplicationStatusError
- Additional
Properties string - Class
Id string - The fully-qualified name 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.
- Message
Id double - The error message ID for this error stack.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Additional
Properties string - Class
Id string - The fully-qualified name 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.
- Message
Id float64 - The error message ID for this error stack.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- additional
Properties String - class
Id String - The fully-qualified name 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.
- message
Id Double - The error message ID for this error stack.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- additional
Properties string - class
Id string - The fully-qualified name 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.
- message
Id number - The error message ID for this error stack.
- object
Type 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.
- additional
Properties String - class
Id String - The fully-qualified name 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.
- message
Id Number - The error message ID for this error stack.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
GetHyperflexVmBackupInfoClusterIdProtectionInfoMapProtectionInfoVmCurrentProtectionInfoReplicationStatusPackEntityReference
- Additional
Properties string - Class
Id string - The fully-qualified name 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.
- Object
Type 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 string - Class
Id string - The fully-qualified name 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.
- Object
Type 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 String - class
Id String - The fully-qualified name 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.
- object
Type 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 string - class
Id string - The fully-qualified name 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.
- object
Type 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.
- additional
Properties String - class
Id String - The fully-qualified name 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.
- object
Type 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.
GetHyperflexVmBackupInfoClusterIdProtectionInfoMapProtectionInfoVmCurrentProtectionInfoReplicationStatusRpoStatus
- Actual double
- Actual end time for the snapshot.
- Additional
Properties string - Class
Id string - The fully-qualified name 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.
- Object
Type string - 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 float64
- Actual end time for the snapshot.
- Additional
Properties string - Class
Id string - The fully-qualified name 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.
- Object
Type string - 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 Double
- Actual end time for the snapshot.
- additional
Properties String - class
Id String - The fully-qualified name 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.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- rpo
Exceeded Boolean - A flag to determine if snapshot delivery is delayed.
- actual number
- Actual end time for the snapshot.
- additional
Properties string - class
Id string - The fully-qualified name 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.
- object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- rpo
Exceeded 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.
- additional
Properties String - class
Id String - The fully-qualified name 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.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- rpo
Exceeded Boolean - A flag to determine if snapshot delivery is delayed.
GetHyperflexVmBackupInfoClusterIdProtectionInfoMapProtectionInfoVmCurrentProtectionInfoSnapshotStatus
- Additional
Properties string - Class
Id string - The fully-qualified name 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
Get
Hyperflex Vm Backup Info Cluster Id Protection Info Map Protection Info Vm Current Protection Info Snapshot Status Error - Error information in case of failure.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Pct
Complete 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.
- Used
Space double - Space Used by this Snapshot Point.
- Additional
Properties string - Class
Id string - The fully-qualified name 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
Get
Hyperflex Vm Backup Info Cluster Id Protection Info Map Protection Info Vm Current Protection Info Snapshot Status Error - Error information in case of failure.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Pct
Complete 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.
- Used
Space float64 - Space Used by this Snapshot Point.
- additional
Properties String - class
Id String - The fully-qualified name 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
Get
Hyperflex Vm Backup Info Cluster Id Protection Info Map Protection Info Vm Current Protection Info Snapshot Status Error - Error information in case of failure.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- pct
Complete 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.
- used
Space Double - Space Used by this Snapshot Point.
- additional
Properties string - class
Id string - The fully-qualified name 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
Get
Hyperflex Vm Backup Info Cluster Id Protection Info Map Protection Info Vm Current Protection Info Snapshot Status Error - Error information in case of failure.
- object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- pct
Complete 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.
- used
Space 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
Get
Hyperflex Vm Backup Info Cluster Id Protection Info Map Protection Info Vm Current Protection Info 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.
- additional
Properties String - class
Id String - The fully-qualified name 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.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- pct
Complete 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.
- used
Space Number - Space Used by this Snapshot Point.
GetHyperflexVmBackupInfoClusterIdProtectionInfoMapProtectionInfoVmCurrentProtectionInfoSnapshotStatusError
- Additional
Properties string - Class
Id string - The fully-qualified name 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.
- Message
Id double - The error message ID for this error stack.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Additional
Properties string - Class
Id string - The fully-qualified name 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.
- Message
Id float64 - The error message ID for this error stack.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- additional
Properties String - class
Id String - The fully-qualified name 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.
- message
Id Double - The error message ID for this error stack.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- additional
Properties string - class
Id string - The fully-qualified name 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.
- message
Id number - The error message ID for this error stack.
- object
Type 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.
- additional
Properties String - class
Id String - The fully-qualified name 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.
- message
Id Number - The error message ID for this error stack.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
GetHyperflexVmBackupInfoClusterIdProtectionInfoMapProtectionInfoVmCurrentProtectionInfoVmSnapshotEntityReference
- Additional
Properties string - Class
Id string - The fully-qualified name 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.
- Object
Type 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 string - Class
Id string - The fully-qualified name 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.
- Object
Type 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 String - class
Id String - The fully-qualified name 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.
- object
Type 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 string - class
Id string - The fully-qualified name 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.
- object
Type 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.
- additional
Properties String - class
Id String - The fully-qualified name 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.
- object
Type 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.
GetHyperflexVmBackupInfoClusterIdProtectionInfoMapProtectionInfoVmLastSuccessfulProtectionInfo
- Additional
Properties string - Class
Id string - The fully-qualified name 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 string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Replication
Status GetHyperflex Vm Backup Info Cluster Id Protection Info Map Protection Info Vm Last Successful Protection Info Replication Status - Replication status information for this particular snapshot.
- Site string
- Cluster site for this snapshot.
PRIMARY
- The cluster site for this backup is primary.SECONDARY
- The cluster site for this backup is secondary.
- Snapshot
Status GetHyperflex Vm Backup Info Cluster Id Protection Info Map Protection Info Vm Last Successful Protection Info Snapshot Status - Status for this Snapshot Point.
- Vm
Snapshot GetEntity Reference Hyperflex Vm Backup Info Cluster Id Protection Info Map Protection Info Vm Last Successful Protection Info Vm Snapshot Entity Reference - EntityReference of this VmSnapshot.
- Additional
Properties string - Class
Id string - The fully-qualified name 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 string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Replication
Status GetHyperflex Vm Backup Info Cluster Id Protection Info Map Protection Info Vm Last Successful Protection Info Replication Status - Replication status information for this particular snapshot.
- Site string
- Cluster site for this snapshot.
PRIMARY
- The cluster site for this backup is primary.SECONDARY
- The cluster site for this backup is secondary.
- Snapshot
Status GetHyperflex Vm Backup Info Cluster Id Protection Info Map Protection Info Vm Last Successful Protection Info Snapshot Status - Status for this Snapshot Point.
- Vm
Snapshot GetEntity Reference Hyperflex Vm Backup Info Cluster Id Protection Info Map Protection Info Vm Last Successful Protection Info Vm Snapshot Entity Reference - EntityReference of this VmSnapshot.
- additional
Properties String - class
Id String - The fully-qualified name 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 String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- replication
Status GetHyperflex Vm Backup Info Cluster Id Protection Info Map Protection Info Vm Last Successful Protection Info Replication Status - Replication status information for this particular snapshot.
- site String
- Cluster site for this snapshot.
PRIMARY
- The cluster site for this backup is primary.SECONDARY
- The cluster site for this backup is secondary.
- snapshot
Status GetHyperflex Vm Backup Info Cluster Id Protection Info Map Protection Info Vm Last Successful Protection Info Snapshot Status - Status for this Snapshot Point.
- vm
Snapshot GetEntity Reference Hyperflex Vm Backup Info Cluster Id Protection Info Map Protection Info Vm Last Successful Protection Info Vm Snapshot Entity Reference - EntityReference of this VmSnapshot.
- additional
Properties string - class
Id string - The fully-qualified name 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 string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- replication
Status GetHyperflex Vm Backup Info Cluster Id Protection Info Map Protection Info Vm Last Successful Protection Info Replication Status - Replication status information for this particular snapshot.
- site string
- Cluster site for this snapshot.
PRIMARY
- The cluster site for this backup is primary.SECONDARY
- The cluster site for this backup is secondary.
- snapshot
Status GetHyperflex Vm Backup Info Cluster Id Protection Info Map Protection Info Vm Last Successful Protection Info Snapshot Status - Status for this Snapshot Point.
- vm
Snapshot GetEntity Reference Hyperflex Vm Backup Info Cluster Id Protection Info Map Protection Info Vm Last Successful Protection Info Vm Snapshot Entity Reference - EntityReference of this VmSnapshot.
- 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.
- replication_
status GetHyperflex Vm Backup Info Cluster Id Protection Info Map Protection Info Vm Last Successful Protection Info Replication Status - Replication status information for this particular snapshot.
- site str
- Cluster site for this snapshot.
PRIMARY
- The cluster site for this backup is primary.SECONDARY
- The cluster site for this backup is secondary.
- snapshot_
status GetHyperflex Vm Backup Info Cluster Id Protection Info Map Protection Info Vm Last Successful Protection Info Snapshot Status - Status for this Snapshot Point.
- vm_
snapshot_ Getentity_ reference Hyperflex Vm Backup Info Cluster Id Protection Info Map Protection Info Vm Last Successful Protection Info Vm Snapshot Entity Reference - EntityReference of this VmSnapshot.
- additional
Properties String - class
Id String - The fully-qualified name 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 String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- replication
Status Property Map - Replication status information for this particular snapshot.
- site String
- Cluster site for this snapshot.
PRIMARY
- The cluster site for this backup is primary.SECONDARY
- The cluster site for this backup is secondary.
- snapshot
Status Property Map - Status for this Snapshot Point.
- vm
Snapshot Property MapEntity Reference - EntityReference of this VmSnapshot.
GetHyperflexVmBackupInfoClusterIdProtectionInfoMapProtectionInfoVmLastSuccessfulProtectionInfoReplicationStatus
- Additional
Properties string - Bytes
Replicated double - Number of bytes currently replicated.
- Class
Id string - The fully-qualified name 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 double - Replication end time for this snapshot.
- Error
Get
Hyperflex Vm Backup Info Cluster Id Protection Info Map Protection Info Vm Last Successful Protection Info Replication Status Error - Error information in case of failure.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Pack
Entity GetReference Hyperflex Vm Backup Info Cluster Id Protection Info Map Protection Info Vm Last Successful Protection Info Replication Status Pack Entity Reference - EntityReference for the Replication Pack.
- Pct
Complete double - Completion percentage for the replication job.
- Rpo
Status GetHyperflex Vm Backup Info Cluster Id Protection Info Map Protection Info Vm Last Successful Protection Info Replication Status Rpo Status - Status for timeliness of replication job in relation to the schedule interval.
- Start
Time 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.
- Additional
Properties string - Bytes
Replicated float64 - Number of bytes currently replicated.
- Class
Id string - The fully-qualified name 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 float64 - Replication end time for this snapshot.
- Error
Get
Hyperflex Vm Backup Info Cluster Id Protection Info Map Protection Info Vm Last Successful Protection Info Replication Status Error - Error information in case of failure.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Pack
Entity GetReference Hyperflex Vm Backup Info Cluster Id Protection Info Map Protection Info Vm Last Successful Protection Info Replication Status Pack Entity Reference - EntityReference for the Replication Pack.
- Pct
Complete float64 - Completion percentage for the replication job.
- Rpo
Status GetHyperflex Vm Backup Info Cluster Id Protection Info Map Protection Info Vm Last Successful Protection Info Replication Status Rpo Status - Status for timeliness of replication job in relation to the schedule interval.
- Start
Time 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.
- additional
Properties String - bytes
Replicated Double - Number of bytes currently replicated.
- class
Id String - The fully-qualified name 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 Double - Replication end time for this snapshot.
- error
Get
Hyperflex Vm Backup Info Cluster Id Protection Info Map Protection Info Vm Last Successful Protection Info Replication Status Error - Error information in case of failure.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- pack
Entity GetReference Hyperflex Vm Backup Info Cluster Id Protection Info Map Protection Info Vm Last Successful Protection Info Replication Status Pack Entity Reference - EntityReference for the Replication Pack.
- pct
Complete Double - Completion percentage for the replication job.
- rpo
Status GetHyperflex Vm Backup Info Cluster Id Protection Info Map Protection Info Vm Last Successful Protection Info Replication Status Rpo Status - Status for timeliness of replication job in relation to the schedule interval.
- start
Time 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.
- additional
Properties string - bytes
Replicated number - Number of bytes currently replicated.
- class
Id string - The fully-qualified name 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 number - Replication end time for this snapshot.
- error
Get
Hyperflex Vm Backup Info Cluster Id Protection Info Map Protection Info Vm Last Successful Protection Info Replication Status Error - Error information in case of failure.
- object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- pack
Entity GetReference Hyperflex Vm Backup Info Cluster Id Protection Info Map Protection Info Vm Last Successful Protection Info Replication Status Pack Entity Reference - EntityReference for the Replication Pack.
- pct
Complete number - Completion percentage for the replication job.
- rpo
Status GetHyperflex Vm Backup Info Cluster Id Protection Info Map Protection Info Vm Last Successful Protection Info Replication Status Rpo Status - Status for timeliness of replication job in relation to the schedule interval.
- start
Time 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
Get
Hyperflex Vm Backup Info Cluster Id Protection Info Map Protection Info Vm Last Successful Protection Info 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 Backup Info Cluster Id Protection Info Map Protection Info Vm Last Successful Protection Info Replication Status Pack Entity Reference - EntityReference for the Replication Pack.
- pct_
complete float - Completion percentage for the replication job.
- rpo_
status GetHyperflex Vm Backup Info Cluster Id Protection Info Map Protection Info Vm Last Successful Protection Info 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.
- additional
Properties String - bytes
Replicated Number - Number of bytes currently replicated.
- class
Id String - The fully-qualified name 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 Number - Replication end time for this snapshot.
- error Property Map
- Error information in case of failure.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- pack
Entity Property MapReference - EntityReference for the Replication Pack.
- pct
Complete Number - Completion percentage for the replication job.
- rpo
Status Property Map - Status for timeliness of replication job in relation to the schedule interval.
- start
Time 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.
GetHyperflexVmBackupInfoClusterIdProtectionInfoMapProtectionInfoVmLastSuccessfulProtectionInfoReplicationStatusError
- Additional
Properties string - Class
Id string - The fully-qualified name 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.
- Message
Id double - The error message ID for this error stack.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Additional
Properties string - Class
Id string - The fully-qualified name 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.
- Message
Id float64 - The error message ID for this error stack.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- additional
Properties String - class
Id String - The fully-qualified name 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.
- message
Id Double - The error message ID for this error stack.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- additional
Properties string - class
Id string - The fully-qualified name 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.
- message
Id number - The error message ID for this error stack.
- object
Type 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.
- additional
Properties String - class
Id String - The fully-qualified name 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.
- message
Id Number - The error message ID for this error stack.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
GetHyperflexVmBackupInfoClusterIdProtectionInfoMapProtectionInfoVmLastSuccessfulProtectionInfoReplicationStatusPackEntityReference
- Additional
Properties string - Class
Id string - The fully-qualified name 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.
- Object
Type 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 string - Class
Id string - The fully-qualified name 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.
- Object
Type 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 String - class
Id String - The fully-qualified name 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.
- object
Type 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 string - class
Id string - The fully-qualified name 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.
- object
Type 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.
- additional
Properties String - class
Id String - The fully-qualified name 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.
- object
Type 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.
GetHyperflexVmBackupInfoClusterIdProtectionInfoMapProtectionInfoVmLastSuccessfulProtectionInfoReplicationStatusRpoStatus
- Actual double
- Actual end time for the snapshot.
- Additional
Properties string - Class
Id string - The fully-qualified name 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.
- Object
Type string - 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 float64
- Actual end time for the snapshot.
- Additional
Properties string - Class
Id string - The fully-qualified name 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.
- Object
Type string - 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 Double
- Actual end time for the snapshot.
- additional
Properties String - class
Id String - The fully-qualified name 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.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- rpo
Exceeded Boolean - A flag to determine if snapshot delivery is delayed.
- actual number
- Actual end time for the snapshot.
- additional
Properties string - class
Id string - The fully-qualified name 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.
- object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- rpo
Exceeded 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.
- additional
Properties String - class
Id String - The fully-qualified name 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.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- rpo
Exceeded Boolean - A flag to determine if snapshot delivery is delayed.
GetHyperflexVmBackupInfoClusterIdProtectionInfoMapProtectionInfoVmLastSuccessfulProtectionInfoSnapshotStatus
- Additional
Properties string - Class
Id string - The fully-qualified name 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
Get
Hyperflex Vm Backup Info Cluster Id Protection Info Map Protection Info Vm Last Successful Protection Info Snapshot Status Error - Error information in case of failure.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Pct
Complete 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.
- Used
Space double - Space Used by this Snapshot Point.
- Additional
Properties string - Class
Id string - The fully-qualified name 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
Get
Hyperflex Vm Backup Info Cluster Id Protection Info Map Protection Info Vm Last Successful Protection Info Snapshot Status Error - Error information in case of failure.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Pct
Complete 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.
- Used
Space float64 - Space Used by this Snapshot Point.
- additional
Properties String - class
Id String - The fully-qualified name 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
Get
Hyperflex Vm Backup Info Cluster Id Protection Info Map Protection Info Vm Last Successful Protection Info Snapshot Status Error - Error information in case of failure.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- pct
Complete 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.
- used
Space Double - Space Used by this Snapshot Point.
- additional
Properties string - class
Id string - The fully-qualified name 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
Get
Hyperflex Vm Backup Info Cluster Id Protection Info Map Protection Info Vm Last Successful Protection Info Snapshot Status Error - Error information in case of failure.
- object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- pct
Complete 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.
- used
Space 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
Get
Hyperflex Vm Backup Info Cluster Id Protection Info Map Protection Info Vm Last Successful Protection Info 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.
- additional
Properties String - class
Id String - The fully-qualified name 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.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- pct
Complete 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.
- used
Space Number - Space Used by this Snapshot Point.
GetHyperflexVmBackupInfoClusterIdProtectionInfoMapProtectionInfoVmLastSuccessfulProtectionInfoSnapshotStatusError
- Additional
Properties string - Class
Id string - The fully-qualified name 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.
- Message
Id double - The error message ID for this error stack.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Additional
Properties string - Class
Id string - The fully-qualified name 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.
- Message
Id float64 - The error message ID for this error stack.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- additional
Properties String - class
Id String - The fully-qualified name 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.
- message
Id Double - The error message ID for this error stack.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- additional
Properties string - class
Id string - The fully-qualified name 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.
- message
Id number - The error message ID for this error stack.
- object
Type 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.
- additional
Properties String - class
Id String - The fully-qualified name 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.
- message
Id Number - The error message ID for this error stack.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
GetHyperflexVmBackupInfoClusterIdProtectionInfoMapProtectionInfoVmLastSuccessfulProtectionInfoVmSnapshotEntityReference
- Additional
Properties string - Class
Id string - The fully-qualified name 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.
- Object
Type 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 string - Class
Id string - The fully-qualified name 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.
- Object
Type 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 String - class
Id String - The fully-qualified name 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.
- object
Type 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 string - class
Id string - The fully-qualified name 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.
- object
Type 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.
- additional
Properties String - class
Id String - The fully-qualified name 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.
- object
Type 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.
GetHyperflexVmBackupInfoClusterIdProtectionInfoMapProtectionInfoVmSpaceUsage
- Additional
Properties string - Class
Id string - The fully-qualified name 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 string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Space
Usage double - Space usage of the Virtual Machine from StDataServiceManager.
- Additional
Properties string - Class
Id string - The fully-qualified name 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 string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Space
Usage float64 - Space usage of the Virtual Machine from StDataServiceManager.
- additional
Properties String - class
Id String - The fully-qualified name 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 String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- space
Usage Double - Space usage of the Virtual Machine from StDataServiceManager.
- additional
Properties string - class
Id string - The fully-qualified name 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 string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- space
Usage number - Space usage of the Virtual Machine from StDataServiceManager.
- 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.
- space_
usage float - Space usage of the Virtual Machine from StDataServiceManager.
- additional
Properties String - class
Id String - The fully-qualified name 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 String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- space
Usage Number - Space usage of the Virtual Machine from StDataServiceManager.
GetHyperflexVmBackupInfoError
- Additional
Properties string - Class
Id string - The fully-qualified name 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.
- Message
Id double - The error message ID for this error stack.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Additional
Properties string - Class
Id string - The fully-qualified name 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.
- Message
Id float64 - The error message ID for this error stack.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- additional
Properties String - class
Id String - The fully-qualified name 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.
- message
Id Double - The error message ID for this error stack.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- additional
Properties string - class
Id string - The fully-qualified name 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.
- message
Id number - The error message ID for this error stack.
- object
Type 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.
- additional
Properties String - class
Id String - The fully-qualified name 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.
- message
Id Number - The error message ID for this error stack.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
GetHyperflexVmBackupInfoParent
- Additional
Properties string - Class
Id string - The fully-qualified name 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.
- Object
Type 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 string - Class
Id string - The fully-qualified name 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.
- Object
Type 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 String - class
Id String - The fully-qualified name 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.
- object
Type 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 string - class
Id string - The fully-qualified name 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.
- object
Type 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'.
- additional
Properties String - class
Id String - The fully-qualified name 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.
- object
Type 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'.
GetHyperflexVmBackupInfoPermissionResource
- Additional
Properties string - Class
Id string - The fully-qualified name 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.
- Object
Type 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 string - Class
Id string - The fully-qualified name 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.
- Object
Type 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 String - class
Id String - The fully-qualified name 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.
- object
Type 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 string - class
Id string - The fully-qualified name 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.
- object
Type 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'.
- additional
Properties String - class
Id String - The fully-qualified name 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.
- object
Type 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'.
GetHyperflexVmBackupInfoResult
- Account
Moid string - The Account ID for this managed object.
- Additional
Properties string - Ancestors
List<Get
Hyperflex Vm Backup Info Result Ancestor> - Backup
Status string - Description of the backup status of this VmBackupInfo.*
InitializingProtection
- Protection has started, but not completed.*Protected
- Protection has completed successfully.*ExceedsInterval
- Protection has not completed successfully in over two times the backup interval. - Class
Id string - Cluster
Entity List<GetReferences Hyperflex Vm Backup Info Result Cluster Entity Reference> - Cluster
Id List<GetProtection Info Maps Hyperflex Vm Backup Info Result Cluster Id Protection Info Map> - Create
Time string - The time when this managed object was created.
- Domain
Group stringMoid - The DomainGroup ID for this managed object.
- Errors
List<Get
Hyperflex Vm Backup Info Result Error> - Local
Snapshot doubleRetention Count - Retention count from backup policy for local snapshots.
- Mod
Time string - The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Owners List<string>
- Parents
List<Get
Hyperflex Vm Backup Info Result Parent> - Permission
Resources List<GetHyperflex Vm Backup Info Result Permission Resource> - Power
On bool - The power state of the Virtual Machine.
- Protection
Status string - Description of the protection status of this VmBackupInfo.*
PREPARE_FAILOVER_STARTED
- The protection status is prepare failover started.*PREPARE_FAILOVER_FAILED
- The protection status is prepare failover failed.*PREPARE_FAILOVER_COMPLETED
- The protection status is prepaire failover completed.*FAILOVER_STARTED
- The protection status is failover started.*FAILOVER_FAILED
- The protection status is failover failed.*FAILOVER_COMPLETED
- The protection status is failover completed.*PREPARE_REVERSEPROTECT_STARTED
- The protection status is prepare reverse protect started.*PREPARE_REVERSEPROTECT_FAILED
- The protection status is prepare reverse protect failed.*PREPARE_REVERSEPROTECT_COMPLETED
- The protection status is prepair reverse protect completed.*REVERSEPROTECT_STARTED
- The protection status is reverse protect started.*REVERSEPROTECT_FAILED
- The protection status is reverse protect failed.*ACTIVE
- The protection status is active.*CREATION_IN_PROGRESS
- The protection status is failover in progress.*CREATION_FAILED
- The protection status is creation failed.*LOCAL_RESTORE_STARTED
- The protection status is local restore started.*LOCAL_RESTORE_FAILED
- The protection status is local restore failed. - Schedules
List<Get
Hyperflex Vm Backup Info Result Schedule> - string
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- Snapshot
Retention doubleCount - Retention count from backup policy for remote snapshots.
- Src
Backup List<GetClusters Hyperflex Vm Backup Info Result Src Backup Cluster> - Src
Cluster stringName - Name for the source cluster this Virtual Machine is residing on.
- Src
Clusters List<GetHyperflex Vm Backup Info Result Src Cluster> - List<Get
Hyperflex Vm Backup Info Result Tag> - Tgt
Cluster stringName - Name for the target cluster this Virtual Machine is residing on.
- Tgt
Clusters List<GetHyperflex Vm Backup Info Result Tgt Cluster> - Version
Contexts List<GetHyperflex Vm Backup Info Result Version Context> - Vm
Entity List<GetReferences Hyperflex Vm Backup Info Result Vm Entity Reference> - Vm
Infos List<GetHyperflex Vm Backup Info Result Vm Info>
- Account
Moid string - The Account ID for this managed object.
- Additional
Properties string - Ancestors
[]Get
Hyperflex Vm Backup Info Result Ancestor - Backup
Status string - Description of the backup status of this VmBackupInfo.*
InitializingProtection
- Protection has started, but not completed.*Protected
- Protection has completed successfully.*ExceedsInterval
- Protection has not completed successfully in over two times the backup interval. - Class
Id string - Cluster
Entity []GetReferences Hyperflex Vm Backup Info Result Cluster Entity Reference - Cluster
Id []GetProtection Info Maps Hyperflex Vm Backup Info Result Cluster Id Protection Info Map - Create
Time string - The time when this managed object was created.
- Domain
Group stringMoid - The DomainGroup ID for this managed object.
- Errors
[]Get
Hyperflex Vm Backup Info Result Error - Local
Snapshot float64Retention Count - Retention count from backup policy for local snapshots.
- Mod
Time string - The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Owners []string
- Parents
[]Get
Hyperflex Vm Backup Info Result Parent - Permission
Resources []GetHyperflex Vm Backup Info Result Permission Resource - Power
On bool - The power state of the Virtual Machine.
- Protection
Status string - Description of the protection status of this VmBackupInfo.*
PREPARE_FAILOVER_STARTED
- The protection status is prepare failover started.*PREPARE_FAILOVER_FAILED
- The protection status is prepare failover failed.*PREPARE_FAILOVER_COMPLETED
- The protection status is prepaire failover completed.*FAILOVER_STARTED
- The protection status is failover started.*FAILOVER_FAILED
- The protection status is failover failed.*FAILOVER_COMPLETED
- The protection status is failover completed.*PREPARE_REVERSEPROTECT_STARTED
- The protection status is prepare reverse protect started.*PREPARE_REVERSEPROTECT_FAILED
- The protection status is prepare reverse protect failed.*PREPARE_REVERSEPROTECT_COMPLETED
- The protection status is prepair reverse protect completed.*REVERSEPROTECT_STARTED
- The protection status is reverse protect started.*REVERSEPROTECT_FAILED
- The protection status is reverse protect failed.*ACTIVE
- The protection status is active.*CREATION_IN_PROGRESS
- The protection status is failover in progress.*CREATION_FAILED
- The protection status is creation failed.*LOCAL_RESTORE_STARTED
- The protection status is local restore started.*LOCAL_RESTORE_FAILED
- The protection status is local restore failed. - Schedules
[]Get
Hyperflex Vm Backup Info Result Schedule - string
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- Snapshot
Retention float64Count - Retention count from backup policy for remote snapshots.
- Src
Backup []GetClusters Hyperflex Vm Backup Info Result Src Backup Cluster - Src
Cluster stringName - Name for the source cluster this Virtual Machine is residing on.
- Src
Clusters []GetHyperflex Vm Backup Info Result Src Cluster - []Get
Hyperflex Vm Backup Info Result Tag - Tgt
Cluster stringName - Name for the target cluster this Virtual Machine is residing on.
- Tgt
Clusters []GetHyperflex Vm Backup Info Result Tgt Cluster - Version
Contexts []GetHyperflex Vm Backup Info Result Version Context - Vm
Entity []GetReferences Hyperflex Vm Backup Info Result Vm Entity Reference - Vm
Infos []GetHyperflex Vm Backup Info Result Vm Info
- account
Moid String - The Account ID for this managed object.
- additional
Properties String - ancestors
List<Get
Hyperflex Vm Backup Info Result Ancestor> - backup
Status String - Description of the backup status of this VmBackupInfo.*
InitializingProtection
- Protection has started, but not completed.*Protected
- Protection has completed successfully.*ExceedsInterval
- Protection has not completed successfully in over two times the backup interval. - class
Id String - cluster
Entity List<GetReferences Hyperflex Vm Backup Info Result Cluster Entity Reference> - cluster
Id List<GetProtection Info Maps Hyperflex Vm Backup Info Result Cluster Id Protection Info Map> - create
Time String - The time when this managed object was created.
- domain
Group StringMoid - The DomainGroup ID for this managed object.
- errors
List<Get
Hyperflex Vm Backup Info Result Error> - local
Snapshot DoubleRetention Count - Retention count from backup policy for local snapshots.
- mod
Time String - The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - owners List<String>
- parents
List<Get
Hyperflex Vm Backup Info Result Parent> - permission
Resources List<GetHyperflex Vm Backup Info Result Permission Resource> - power
On Boolean - The power state of the Virtual Machine.
- protection
Status String - Description of the protection status of this VmBackupInfo.*
PREPARE_FAILOVER_STARTED
- The protection status is prepare failover started.*PREPARE_FAILOVER_FAILED
- The protection status is prepare failover failed.*PREPARE_FAILOVER_COMPLETED
- The protection status is prepaire failover completed.*FAILOVER_STARTED
- The protection status is failover started.*FAILOVER_FAILED
- The protection status is failover failed.*FAILOVER_COMPLETED
- The protection status is failover completed.*PREPARE_REVERSEPROTECT_STARTED
- The protection status is prepare reverse protect started.*PREPARE_REVERSEPROTECT_FAILED
- The protection status is prepare reverse protect failed.*PREPARE_REVERSEPROTECT_COMPLETED
- The protection status is prepair reverse protect completed.*REVERSEPROTECT_STARTED
- The protection status is reverse protect started.*REVERSEPROTECT_FAILED
- The protection status is reverse protect failed.*ACTIVE
- The protection status is active.*CREATION_IN_PROGRESS
- The protection status is failover in progress.*CREATION_FAILED
- The protection status is creation failed.*LOCAL_RESTORE_STARTED
- The protection status is local restore started.*LOCAL_RESTORE_FAILED
- The protection status is local restore failed. - schedules
List<Get
Hyperflex Vm Backup Info Result Schedule> - String
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- snapshot
Retention DoubleCount - Retention count from backup policy for remote snapshots.
- src
Backup List<GetClusters Hyperflex Vm Backup Info Result Src Backup Cluster> - src
Cluster StringName - Name for the source cluster this Virtual Machine is residing on.
- src
Clusters List<GetHyperflex Vm Backup Info Result Src Cluster> - List<Get
Hyperflex Vm Backup Info Result Tag> - tgt
Cluster StringName - Name for the target cluster this Virtual Machine is residing on.
- tgt
Clusters List<GetHyperflex Vm Backup Info Result Tgt Cluster> - version
Contexts List<GetHyperflex Vm Backup Info Result Version Context> - vm
Entity List<GetReferences Hyperflex Vm Backup Info Result Vm Entity Reference> - vm
Infos List<GetHyperflex Vm Backup Info Result Vm Info>
- account
Moid string - The Account ID for this managed object.
- additional
Properties string - ancestors
Get
Hyperflex Vm Backup Info Result Ancestor[] - backup
Status string - Description of the backup status of this VmBackupInfo.*
InitializingProtection
- Protection has started, but not completed.*Protected
- Protection has completed successfully.*ExceedsInterval
- Protection has not completed successfully in over two times the backup interval. - class
Id string - cluster
Entity GetReferences Hyperflex Vm Backup Info Result Cluster Entity Reference[] - cluster
Id GetProtection Info Maps Hyperflex Vm Backup Info Result Cluster Id Protection Info Map[] - create
Time string - The time when this managed object was created.
- domain
Group stringMoid - The DomainGroup ID for this managed object.
- errors
Get
Hyperflex Vm Backup Info Result Error[] - local
Snapshot numberRetention Count - Retention count from backup policy for local snapshots.
- mod
Time string - The time when this managed object was last modified.
- moid string
- The unique identifier of this Managed Object instance.
- object
Type string - owners string[]
- parents
Get
Hyperflex Vm Backup Info Result Parent[] - permission
Resources GetHyperflex Vm Backup Info Result Permission Resource[] - power
On boolean - The power state of the Virtual Machine.
- protection
Status string - Description of the protection status of this VmBackupInfo.*
PREPARE_FAILOVER_STARTED
- The protection status is prepare failover started.*PREPARE_FAILOVER_FAILED
- The protection status is prepare failover failed.*PREPARE_FAILOVER_COMPLETED
- The protection status is prepaire failover completed.*FAILOVER_STARTED
- The protection status is failover started.*FAILOVER_FAILED
- The protection status is failover failed.*FAILOVER_COMPLETED
- The protection status is failover completed.*PREPARE_REVERSEPROTECT_STARTED
- The protection status is prepare reverse protect started.*PREPARE_REVERSEPROTECT_FAILED
- The protection status is prepare reverse protect failed.*PREPARE_REVERSEPROTECT_COMPLETED
- The protection status is prepair reverse protect completed.*REVERSEPROTECT_STARTED
- The protection status is reverse protect started.*REVERSEPROTECT_FAILED
- The protection status is reverse protect failed.*ACTIVE
- The protection status is active.*CREATION_IN_PROGRESS
- The protection status is failover in progress.*CREATION_FAILED
- The protection status is creation failed.*LOCAL_RESTORE_STARTED
- The protection status is local restore started.*LOCAL_RESTORE_FAILED
- The protection status is local restore failed. - schedules
Get
Hyperflex Vm Backup Info Result Schedule[] - string
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- snapshot
Retention numberCount - Retention count from backup policy for remote snapshots.
- src
Backup GetClusters Hyperflex Vm Backup Info Result Src Backup Cluster[] - src
Cluster stringName - Name for the source cluster this Virtual Machine is residing on.
- src
Clusters GetHyperflex Vm Backup Info Result Src Cluster[] - Get
Hyperflex Vm Backup Info Result Tag[] - tgt
Cluster stringName - Name for the target cluster this Virtual Machine is residing on.
- tgt
Clusters GetHyperflex Vm Backup Info Result Tgt Cluster[] - version
Contexts GetHyperflex Vm Backup Info Result Version Context[] - vm
Entity GetReferences Hyperflex Vm Backup Info Result Vm Entity Reference[] - vm
Infos GetHyperflex Vm Backup Info Result Vm Info[]
- account_
moid str - The Account ID for this managed object.
- additional_
properties str - ancestors
Sequence[Get
Hyperflex Vm Backup Info Result Ancestor] - backup_
status str - Description of the backup status of this VmBackupInfo.*
InitializingProtection
- Protection has started, but not completed.*Protected
- Protection has completed successfully.*ExceedsInterval
- Protection has not completed successfully in over two times the backup interval. - class_
id str - cluster_
entity_ Sequence[Getreferences Hyperflex Vm Backup Info Result Cluster Entity Reference] - cluster_
id_ Sequence[Getprotection_ info_ maps Hyperflex Vm Backup Info Result Cluster Id Protection Info Map] - create_
time str - The time when this managed object was created.
- domain_
group_ strmoid - The DomainGroup ID for this managed object.
- errors
Sequence[Get
Hyperflex Vm Backup Info Result Error] - local_
snapshot_ floatretention_ count - Retention count from backup policy for local snapshots.
- mod_
time str - The time when this managed object was last modified.
- moid str
- The unique identifier of this Managed Object instance.
- object_
type str - owners Sequence[str]
- parents
Sequence[Get
Hyperflex Vm Backup Info Result Parent] - permission_
resources Sequence[GetHyperflex Vm Backup Info Result Permission Resource] - power_
on bool - The power state of the Virtual Machine.
- protection_
status str - Description of the protection status of this VmBackupInfo.*
PREPARE_FAILOVER_STARTED
- The protection status is prepare failover started.*PREPARE_FAILOVER_FAILED
- The protection status is prepare failover failed.*PREPARE_FAILOVER_COMPLETED
- The protection status is prepaire failover completed.*FAILOVER_STARTED
- The protection status is failover started.*FAILOVER_FAILED
- The protection status is failover failed.*FAILOVER_COMPLETED
- The protection status is failover completed.*PREPARE_REVERSEPROTECT_STARTED
- The protection status is prepare reverse protect started.*PREPARE_REVERSEPROTECT_FAILED
- The protection status is prepare reverse protect failed.*PREPARE_REVERSEPROTECT_COMPLETED
- The protection status is prepair reverse protect completed.*REVERSEPROTECT_STARTED
- The protection status is reverse protect started.*REVERSEPROTECT_FAILED
- The protection status is reverse protect failed.*ACTIVE
- The protection status is active.*CREATION_IN_PROGRESS
- The protection status is failover in progress.*CREATION_FAILED
- The protection status is creation failed.*LOCAL_RESTORE_STARTED
- The protection status is local restore started.*LOCAL_RESTORE_FAILED
- The protection status is local restore failed. - schedules
Sequence[Get
Hyperflex Vm Backup Info Result Schedule] - str
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- snapshot_
retention_ floatcount - Retention count from backup policy for remote snapshots.
- src_
backup_ Sequence[Getclusters Hyperflex Vm Backup Info Result Src Backup Cluster] - src_
cluster_ strname - Name for the source cluster this Virtual Machine is residing on.
- src_
clusters Sequence[GetHyperflex Vm Backup Info Result Src Cluster] - Sequence[Get
Hyperflex Vm Backup Info Result Tag] - tgt_
cluster_ strname - Name for the target cluster this Virtual Machine is residing on.
- tgt_
clusters Sequence[GetHyperflex Vm Backup Info Result Tgt Cluster] - version_
contexts Sequence[GetHyperflex Vm Backup Info Result Version Context] - vm_
entity_ Sequence[Getreferences Hyperflex Vm Backup Info Result Vm Entity Reference] - vm_
infos Sequence[GetHyperflex Vm Backup Info Result Vm Info]
- account
Moid String - The Account ID for this managed object.
- additional
Properties String - ancestors List<Property Map>
- backup
Status String - Description of the backup status of this VmBackupInfo.*
InitializingProtection
- Protection has started, but not completed.*Protected
- Protection has completed successfully.*ExceedsInterval
- Protection has not completed successfully in over two times the backup interval. - class
Id String - cluster
Entity List<Property Map>References - cluster
Id List<Property Map>Protection Info Maps - create
Time String - The time when this managed object was created.
- domain
Group StringMoid - The DomainGroup ID for this managed object.
- errors List<Property Map>
- local
Snapshot NumberRetention Count - Retention count from backup policy for local snapshots.
- mod
Time String - The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - owners List<String>
- parents List<Property Map>
- permission
Resources List<Property Map> - power
On Boolean - The power state of the Virtual Machine.
- protection
Status String - Description of the protection status of this VmBackupInfo.*
PREPARE_FAILOVER_STARTED
- The protection status is prepare failover started.*PREPARE_FAILOVER_FAILED
- The protection status is prepare failover failed.*PREPARE_FAILOVER_COMPLETED
- The protection status is prepaire failover completed.*FAILOVER_STARTED
- The protection status is failover started.*FAILOVER_FAILED
- The protection status is failover failed.*FAILOVER_COMPLETED
- The protection status is failover completed.*PREPARE_REVERSEPROTECT_STARTED
- The protection status is prepare reverse protect started.*PREPARE_REVERSEPROTECT_FAILED
- The protection status is prepare reverse protect failed.*PREPARE_REVERSEPROTECT_COMPLETED
- The protection status is prepair reverse protect completed.*REVERSEPROTECT_STARTED
- The protection status is reverse protect started.*REVERSEPROTECT_FAILED
- The protection status is reverse protect failed.*ACTIVE
- The protection status is active.*CREATION_IN_PROGRESS
- The protection status is failover in progress.*CREATION_FAILED
- The protection status is creation failed.*LOCAL_RESTORE_STARTED
- The protection status is local restore started.*LOCAL_RESTORE_FAILED
- The protection status is local restore failed. - schedules List<Property Map>
- String
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- snapshot
Retention NumberCount - Retention count from backup policy for remote snapshots.
- src
Backup List<Property Map>Clusters - src
Cluster StringName - Name for the source cluster this Virtual Machine is residing on.
- src
Clusters List<Property Map> - List<Property Map>
- tgt
Cluster StringName - Name for the target cluster this Virtual Machine is residing on.
- tgt
Clusters List<Property Map> - version
Contexts List<Property Map> - vm
Entity List<Property Map>References - vm
Infos List<Property Map>
GetHyperflexVmBackupInfoResultAncestor
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetHyperflexVmBackupInfoResultClusterEntityReference
- Additional
Properties string - Class
Id string - Confignum double
- Id string
- Idtype string
- Name string
- Object
Type string - Type string
- Additional
Properties string - Class
Id string - Confignum float64
- Id string
- Idtype string
- Name string
- Object
Type string - Type string
- additional
Properties String - class
Id String - confignum Double
- id String
- idtype String
- name String
- object
Type String - type String
- additional
Properties string - class
Id string - confignum number
- id string
- idtype string
- name string
- object
Type string - type string
- additional_
properties str - class_
id str - confignum float
- id str
- idtype str
- name str
- object_
type str - type str
- additional
Properties String - class
Id String - confignum Number
- id String
- idtype String
- name String
- object
Type String - type String
GetHyperflexVmBackupInfoResultClusterIdProtectionInfoMap
- additional
Properties String - class
Id String - cluster
Id String - object
Type String - protection
Infos List<Property Map>
GetHyperflexVmBackupInfoResultClusterIdProtectionInfoMapProtectionInfo
- Additional
Properties string - Class
Id string - Object
Type string - Vm
Current List<GetProtection Infos Hyperflex Vm Backup Info Result Cluster Id Protection Info Map Protection Info Vm Current Protection Info> - Vm
Last List<GetSuccessful Protection Infos Hyperflex Vm Backup Info Result Cluster Id Protection Info Map Protection Info Vm Last Successful Protection Info> - Vm
Space List<GetUsages Hyperflex Vm Backup Info Result Cluster Id Protection Info Map Protection Info Vm Space Usage>
- Additional
Properties string - Class
Id string - Object
Type string - Vm
Current []GetProtection Infos Hyperflex Vm Backup Info Result Cluster Id Protection Info Map Protection Info Vm Current Protection Info - Vm
Last []GetSuccessful Protection Infos Hyperflex Vm Backup Info Result Cluster Id Protection Info Map Protection Info Vm Last Successful Protection Info - Vm
Space []GetUsages Hyperflex Vm Backup Info Result Cluster Id Protection Info Map Protection Info Vm Space Usage
- additional
Properties String - class
Id String - object
Type String - vm
Current List<GetProtection Infos Hyperflex Vm Backup Info Result Cluster Id Protection Info Map Protection Info Vm Current Protection Info> - vm
Last List<GetSuccessful Protection Infos Hyperflex Vm Backup Info Result Cluster Id Protection Info Map Protection Info Vm Last Successful Protection Info> - vm
Space List<GetUsages Hyperflex Vm Backup Info Result Cluster Id Protection Info Map Protection Info Vm Space Usage>
- additional
Properties string - class
Id string - object
Type string - vm
Current GetProtection Infos Hyperflex Vm Backup Info Result Cluster Id Protection Info Map Protection Info Vm Current Protection Info[] - vm
Last GetSuccessful Protection Infos Hyperflex Vm Backup Info Result Cluster Id Protection Info Map Protection Info Vm Last Successful Protection Info[] - vm
Space GetUsages Hyperflex Vm Backup Info Result Cluster Id Protection Info Map Protection Info Vm Space Usage[]
- additional_
properties str - class_
id str - object_
type str - vm_
current_ Sequence[Getprotection_ infos Hyperflex Vm Backup Info Result Cluster Id Protection Info Map Protection Info Vm Current Protection Info] - vm_
last_ Sequence[Getsuccessful_ protection_ infos Hyperflex Vm Backup Info Result Cluster Id Protection Info Map Protection Info Vm Last Successful Protection Info] - vm_
space_ Sequence[Getusages Hyperflex Vm Backup Info Result Cluster Id Protection Info Map Protection Info Vm Space Usage]
GetHyperflexVmBackupInfoResultClusterIdProtectionInfoMapProtectionInfoVmCurrentProtectionInfo
- Additional
Properties string - Class
Id string - Object
Type string - Replication
Statuses List<GetHyperflex Vm Backup Info Result Cluster Id Protection Info Map Protection Info Vm Current Protection Info Replication Status> - Site string
- Snapshot
Statuses List<GetHyperflex Vm Backup Info Result Cluster Id Protection Info Map Protection Info Vm Current Protection Info Snapshot Status> - Vm
Snapshot List<GetEntity References Hyperflex Vm Backup Info Result Cluster Id Protection Info Map Protection Info Vm Current Protection Info Vm Snapshot Entity Reference>
- Additional
Properties string - Class
Id string - Object
Type string - Replication
Statuses []GetHyperflex Vm Backup Info Result Cluster Id Protection Info Map Protection Info Vm Current Protection Info Replication Status - Site string
- Snapshot
Statuses []GetHyperflex Vm Backup Info Result Cluster Id Protection Info Map Protection Info Vm Current Protection Info Snapshot Status - Vm
Snapshot []GetEntity References Hyperflex Vm Backup Info Result Cluster Id Protection Info Map Protection Info Vm Current Protection Info Vm Snapshot Entity Reference
- additional
Properties String - class
Id String - object
Type String - replication
Statuses List<GetHyperflex Vm Backup Info Result Cluster Id Protection Info Map Protection Info Vm Current Protection Info Replication Status> - site String
- snapshot
Statuses List<GetHyperflex Vm Backup Info Result Cluster Id Protection Info Map Protection Info Vm Current Protection Info Snapshot Status> - vm
Snapshot List<GetEntity References Hyperflex Vm Backup Info Result Cluster Id Protection Info Map Protection Info Vm Current Protection Info Vm Snapshot Entity Reference>
- additional
Properties string - class
Id string - object
Type string - replication
Statuses GetHyperflex Vm Backup Info Result Cluster Id Protection Info Map Protection Info Vm Current Protection Info Replication Status[] - site string
- snapshot
Statuses GetHyperflex Vm Backup Info Result Cluster Id Protection Info Map Protection Info Vm Current Protection Info Snapshot Status[] - vm
Snapshot GetEntity References Hyperflex Vm Backup Info Result Cluster Id Protection Info Map Protection Info Vm Current Protection Info Vm Snapshot Entity Reference[]
- additional_
properties str - class_
id str - object_
type str - replication_
statuses Sequence[GetHyperflex Vm Backup Info Result Cluster Id Protection Info Map Protection Info Vm Current Protection Info Replication Status] - site str
- snapshot_
statuses Sequence[GetHyperflex Vm Backup Info Result Cluster Id Protection Info Map Protection Info Vm Current Protection Info Snapshot Status] - vm_
snapshot_ Sequence[Getentity_ references Hyperflex Vm Backup Info Result Cluster Id Protection Info Map Protection Info Vm Current Protection Info Vm Snapshot Entity Reference]
GetHyperflexVmBackupInfoResultClusterIdProtectionInfoMapProtectionInfoVmCurrentProtectionInfoReplicationStatus
- Additional
Properties string - Bytes
Replicated double - Class
Id string - End
Time double - Errors
List<Get
Hyperflex Vm Backup Info Result Cluster Id Protection Info Map Protection Info Vm Current Protection Info Replication Status Error> - Object
Type string - Pack
Entity List<GetReferences Hyperflex Vm Backup Info Result Cluster Id Protection Info Map Protection Info Vm Current Protection Info Replication Status Pack Entity Reference> - Pct
Complete double - Rpo
Statuses List<GetHyperflex Vm Backup Info Result Cluster Id Protection Info Map Protection Info Vm Current Protection Info Replication Status Rpo Status> - Start
Time double - Status string
- Additional
Properties string - Bytes
Replicated float64 - Class
Id string - End
Time float64 - Errors
[]Get
Hyperflex Vm Backup Info Result Cluster Id Protection Info Map Protection Info Vm Current Protection Info Replication Status Error - Object
Type string - Pack
Entity []GetReferences Hyperflex Vm Backup Info Result Cluster Id Protection Info Map Protection Info Vm Current Protection Info Replication Status Pack Entity Reference - Pct
Complete float64 - Rpo
Statuses []GetHyperflex Vm Backup Info Result Cluster Id Protection Info Map Protection Info Vm Current Protection Info Replication Status Rpo Status - Start
Time float64 - Status string
- additional
Properties String - bytes
Replicated Double - class
Id String - end
Time Double - errors
List<Get
Hyperflex Vm Backup Info Result Cluster Id Protection Info Map Protection Info Vm Current Protection Info Replication Status Error> - object
Type String - pack
Entity List<GetReferences Hyperflex Vm Backup Info Result Cluster Id Protection Info Map Protection Info Vm Current Protection Info Replication Status Pack Entity Reference> - pct
Complete Double - rpo
Statuses List<GetHyperflex Vm Backup Info Result Cluster Id Protection Info Map Protection Info Vm Current Protection Info Replication Status Rpo Status> - start
Time Double - status String
- additional
Properties string - bytes
Replicated number - class
Id string - end
Time number - errors
Get
Hyperflex Vm Backup Info Result Cluster Id Protection Info Map Protection Info Vm Current Protection Info Replication Status Error[] - object
Type string - pack
Entity GetReferences Hyperflex Vm Backup Info Result Cluster Id Protection Info Map Protection Info Vm Current Protection Info Replication Status Pack Entity Reference[] - pct
Complete number - rpo
Statuses GetHyperflex Vm Backup Info Result Cluster Id Protection Info Map Protection Info Vm Current Protection Info Replication Status Rpo Status[] - start
Time number - status string
- additional_
properties str - bytes_
replicated float - class_
id str - end_
time float - errors
Sequence[Get
Hyperflex Vm Backup Info Result Cluster Id Protection Info Map Protection Info Vm Current Protection Info Replication Status Error] - object_
type str - pack_
entity_ Sequence[Getreferences Hyperflex Vm Backup Info Result Cluster Id Protection Info Map Protection Info Vm Current Protection Info Replication Status Pack Entity Reference] - pct_
complete float - rpo_
statuses Sequence[GetHyperflex Vm Backup Info Result Cluster Id Protection Info Map Protection Info Vm Current Protection Info Replication Status Rpo Status] - start_
time float - status str
- additional
Properties String - bytes
Replicated Number - class
Id String - end
Time Number - errors List<Property Map>
- object
Type String - pack
Entity List<Property Map>References - pct
Complete Number - rpo
Statuses List<Property Map> - start
Time Number - status String
GetHyperflexVmBackupInfoResultClusterIdProtectionInfoMapProtectionInfoVmCurrentProtectionInfoReplicationStatusError
- Additional
Properties string - Class
Id string - Message string
- Message
Id double - Object
Type string
- Additional
Properties string - Class
Id string - Message string
- Message
Id float64 - Object
Type string
- additional
Properties String - class
Id String - message String
- message
Id Double - object
Type String
- additional
Properties string - class
Id string - message string
- message
Id number - object
Type string
- additional_
properties str - class_
id str - message str
- message_
id float - object_
type str
- additional
Properties String - class
Id String - message String
- message
Id Number - object
Type String
GetHyperflexVmBackupInfoResultClusterIdProtectionInfoMapProtectionInfoVmCurrentProtectionInfoReplicationStatusPackEntityReference
- Additional
Properties string - Class
Id string - Confignum double
- Id string
- Idtype string
- Name string
- Object
Type string - Type string
- Additional
Properties string - Class
Id string - Confignum float64
- Id string
- Idtype string
- Name string
- Object
Type string - Type string
- additional
Properties String - class
Id String - confignum Double
- id String
- idtype String
- name String
- object
Type String - type String
- additional
Properties string - class
Id string - confignum number
- id string
- idtype string
- name string
- object
Type string - type string
- additional_
properties str - class_
id str - confignum float
- id str
- idtype str
- name str
- object_
type str - type str
- additional
Properties String - class
Id String - confignum Number
- id String
- idtype String
- name String
- object
Type String - type String
GetHyperflexVmBackupInfoResultClusterIdProtectionInfoMapProtectionInfoVmCurrentProtectionInfoReplicationStatusRpoStatus
- Actual double
- Additional
Properties string - Class
Id string - Expected double
- Object
Type string - Rpo
Exceeded bool
- Actual float64
- Additional
Properties string - Class
Id string - Expected float64
- Object
Type string - Rpo
Exceeded bool
- actual Double
- additional
Properties String - class
Id String - expected Double
- object
Type String - rpo
Exceeded Boolean
- actual number
- additional
Properties string - class
Id string - expected number
- object
Type string - rpo
Exceeded boolean
- actual float
- additional_
properties str - class_
id str - expected float
- object_
type str - rpo_
exceeded bool
- actual Number
- additional
Properties String - class
Id String - expected Number
- object
Type String - rpo
Exceeded Boolean
GetHyperflexVmBackupInfoResultClusterIdProtectionInfoMapProtectionInfoVmCurrentProtectionInfoSnapshotStatus
- Additional
Properties string - Class
Id string - Description string
- Errors
List<Get
Hyperflex Vm Backup Info Result Cluster Id Protection Info Map Protection Info Vm Current Protection Info Snapshot Status Error> - Object
Type string - Pct
Complete double - Status string
- Timestamp double
- Used
Space double
- Additional
Properties string - Class
Id string - Description string
- Errors
[]Get
Hyperflex Vm Backup Info Result Cluster Id Protection Info Map Protection Info Vm Current Protection Info Snapshot Status Error - Object
Type string - Pct
Complete float64 - Status string
- Timestamp float64
- Used
Space float64
- additional
Properties String - class
Id String - description String
- errors
List<Get
Hyperflex Vm Backup Info Result Cluster Id Protection Info Map Protection Info Vm Current Protection Info Snapshot Status Error> - object
Type String - pct
Complete Double - status String
- timestamp Double
- used
Space Double
- additional
Properties string - class
Id string - description string
- errors
Get
Hyperflex Vm Backup Info Result Cluster Id Protection Info Map Protection Info Vm Current Protection Info Snapshot Status Error[] - object
Type string - pct
Complete number - status string
- timestamp number
- used
Space number
- additional
Properties String - class
Id String - description String
- errors List<Property Map>
- object
Type String - pct
Complete Number - status String
- timestamp Number
- used
Space Number
GetHyperflexVmBackupInfoResultClusterIdProtectionInfoMapProtectionInfoVmCurrentProtectionInfoSnapshotStatusError
- Additional
Properties string - Class
Id string - Message string
- Message
Id double - Object
Type string
- Additional
Properties string - Class
Id string - Message string
- Message
Id float64 - Object
Type string
- additional
Properties String - class
Id String - message String
- message
Id Double - object
Type String
- additional
Properties string - class
Id string - message string
- message
Id number - object
Type string
- additional_
properties str - class_
id str - message str
- message_
id float - object_
type str
- additional
Properties String - class
Id String - message String
- message
Id Number - object
Type String
GetHyperflexVmBackupInfoResultClusterIdProtectionInfoMapProtectionInfoVmCurrentProtectionInfoVmSnapshotEntityReference
- Additional
Properties string - Class
Id string - Confignum double
- Id string
- Idtype string
- Name string
- Object
Type string - Type string
- Additional
Properties string - Class
Id string - Confignum float64
- Id string
- Idtype string
- Name string
- Object
Type string - Type string
- additional
Properties String - class
Id String - confignum Double
- id String
- idtype String
- name String
- object
Type String - type String
- additional
Properties string - class
Id string - confignum number
- id string
- idtype string
- name string
- object
Type string - type string
- additional_
properties str - class_
id str - confignum float
- id str
- idtype str
- name str
- object_
type str - type str
- additional
Properties String - class
Id String - confignum Number
- id String
- idtype String
- name String
- object
Type String - type String
GetHyperflexVmBackupInfoResultClusterIdProtectionInfoMapProtectionInfoVmLastSuccessfulProtectionInfo
- Additional
Properties string - Class
Id string - Object
Type string - Replication
Statuses List<GetHyperflex Vm Backup Info Result Cluster Id Protection Info Map Protection Info Vm Last Successful Protection Info Replication Status> - Site string
- Snapshot
Statuses List<GetHyperflex Vm Backup Info Result Cluster Id Protection Info Map Protection Info Vm Last Successful Protection Info Snapshot Status> - Vm
Snapshot List<GetEntity References Hyperflex Vm Backup Info Result Cluster Id Protection Info Map Protection Info Vm Last Successful Protection Info Vm Snapshot Entity Reference>
- Additional
Properties string - Class
Id string - Object
Type string - Replication
Statuses []GetHyperflex Vm Backup Info Result Cluster Id Protection Info Map Protection Info Vm Last Successful Protection Info Replication Status - Site string
- Snapshot
Statuses []GetHyperflex Vm Backup Info Result Cluster Id Protection Info Map Protection Info Vm Last Successful Protection Info Snapshot Status - Vm
Snapshot []GetEntity References Hyperflex Vm Backup Info Result Cluster Id Protection Info Map Protection Info Vm Last Successful Protection Info Vm Snapshot Entity Reference
- additional
Properties String - class
Id String - object
Type String - replication
Statuses List<GetHyperflex Vm Backup Info Result Cluster Id Protection Info Map Protection Info Vm Last Successful Protection Info Replication Status> - site String
- snapshot
Statuses List<GetHyperflex Vm Backup Info Result Cluster Id Protection Info Map Protection Info Vm Last Successful Protection Info Snapshot Status> - vm
Snapshot List<GetEntity References Hyperflex Vm Backup Info Result Cluster Id Protection Info Map Protection Info Vm Last Successful Protection Info Vm Snapshot Entity Reference>
- additional
Properties string - class
Id string - object
Type string - replication
Statuses GetHyperflex Vm Backup Info Result Cluster Id Protection Info Map Protection Info Vm Last Successful Protection Info Replication Status[] - site string
- snapshot
Statuses GetHyperflex Vm Backup Info Result Cluster Id Protection Info Map Protection Info Vm Last Successful Protection Info Snapshot Status[] - vm
Snapshot GetEntity References Hyperflex Vm Backup Info Result Cluster Id Protection Info Map Protection Info Vm Last Successful Protection Info Vm Snapshot Entity Reference[]
- additional_
properties str - class_
id str - object_
type str - replication_
statuses Sequence[GetHyperflex Vm Backup Info Result Cluster Id Protection Info Map Protection Info Vm Last Successful Protection Info Replication Status] - site str
- snapshot_
statuses Sequence[GetHyperflex Vm Backup Info Result Cluster Id Protection Info Map Protection Info Vm Last Successful Protection Info Snapshot Status] - vm_
snapshot_ Sequence[Getentity_ references Hyperflex Vm Backup Info Result Cluster Id Protection Info Map Protection Info Vm Last Successful Protection Info Vm Snapshot Entity Reference]
GetHyperflexVmBackupInfoResultClusterIdProtectionInfoMapProtectionInfoVmLastSuccessfulProtectionInfoReplicationStatus
- Additional
Properties string - Bytes
Replicated double - Class
Id string - End
Time double - Errors
List<Get
Hyperflex Vm Backup Info Result Cluster Id Protection Info Map Protection Info Vm Last Successful Protection Info Replication Status Error> - Object
Type string - Pack
Entity List<GetReferences Hyperflex Vm Backup Info Result Cluster Id Protection Info Map Protection Info Vm Last Successful Protection Info Replication Status Pack Entity Reference> - Pct
Complete double - Rpo
Statuses List<GetHyperflex Vm Backup Info Result Cluster Id Protection Info Map Protection Info Vm Last Successful Protection Info Replication Status Rpo Status> - Start
Time double - Status string
- Additional
Properties string - Bytes
Replicated float64 - Class
Id string - End
Time float64 - Errors
[]Get
Hyperflex Vm Backup Info Result Cluster Id Protection Info Map Protection Info Vm Last Successful Protection Info Replication Status Error - Object
Type string - Pack
Entity []GetReferences Hyperflex Vm Backup Info Result Cluster Id Protection Info Map Protection Info Vm Last Successful Protection Info Replication Status Pack Entity Reference - Pct
Complete float64 - Rpo
Statuses []GetHyperflex Vm Backup Info Result Cluster Id Protection Info Map Protection Info Vm Last Successful Protection Info Replication Status Rpo Status - Start
Time float64 - Status string
- additional
Properties String - bytes
Replicated Double - class
Id String - end
Time Double - errors
List<Get
Hyperflex Vm Backup Info Result Cluster Id Protection Info Map Protection Info Vm Last Successful Protection Info Replication Status Error> - object
Type String - pack
Entity List<GetReferences Hyperflex Vm Backup Info Result Cluster Id Protection Info Map Protection Info Vm Last Successful Protection Info Replication Status Pack Entity Reference> - pct
Complete Double - rpo
Statuses List<GetHyperflex Vm Backup Info Result Cluster Id Protection Info Map Protection Info Vm Last Successful Protection Info Replication Status Rpo Status> - start
Time Double - status String
- additional
Properties string - bytes
Replicated number - class
Id string - end
Time number - errors
Get
Hyperflex Vm Backup Info Result Cluster Id Protection Info Map Protection Info Vm Last Successful Protection Info Replication Status Error[] - object
Type string - pack
Entity GetReferences Hyperflex Vm Backup Info Result Cluster Id Protection Info Map Protection Info Vm Last Successful Protection Info Replication Status Pack Entity Reference[] - pct
Complete number - rpo
Statuses GetHyperflex Vm Backup Info Result Cluster Id Protection Info Map Protection Info Vm Last Successful Protection Info Replication Status Rpo Status[] - start
Time number - status string
- additional_
properties str - bytes_
replicated float - class_
id str - end_
time float - errors
Sequence[Get
Hyperflex Vm Backup Info Result Cluster Id Protection Info Map Protection Info Vm Last Successful Protection Info Replication Status Error] - object_
type str - pack_
entity_ Sequence[Getreferences Hyperflex Vm Backup Info Result Cluster Id Protection Info Map Protection Info Vm Last Successful Protection Info Replication Status Pack Entity Reference] - pct_
complete float - rpo_
statuses Sequence[GetHyperflex Vm Backup Info Result Cluster Id Protection Info Map Protection Info Vm Last Successful Protection Info Replication Status Rpo Status] - start_
time float - status str
- additional
Properties String - bytes
Replicated Number - class
Id String - end
Time Number - errors List<Property Map>
- object
Type String - pack
Entity List<Property Map>References - pct
Complete Number - rpo
Statuses List<Property Map> - start
Time Number - status String
GetHyperflexVmBackupInfoResultClusterIdProtectionInfoMapProtectionInfoVmLastSuccessfulProtectionInfoReplicationStatusError
- Additional
Properties string - Class
Id string - Message string
- Message
Id double - Object
Type string
- Additional
Properties string - Class
Id string - Message string
- Message
Id float64 - Object
Type string
- additional
Properties String - class
Id String - message String
- message
Id Double - object
Type String
- additional
Properties string - class
Id string - message string
- message
Id number - object
Type string
- additional_
properties str - class_
id str - message str
- message_
id float - object_
type str
- additional
Properties String - class
Id String - message String
- message
Id Number - object
Type String
GetHyperflexVmBackupInfoResultClusterIdProtectionInfoMapProtectionInfoVmLastSuccessfulProtectionInfoReplicationStatusPackEntityReference
- Additional
Properties string - Class
Id string - Confignum double
- Id string
- Idtype string
- Name string
- Object
Type string - Type string
- Additional
Properties string - Class
Id string - Confignum float64
- Id string
- Idtype string
- Name string
- Object
Type string - Type string
- additional
Properties String - class
Id String - confignum Double
- id String
- idtype String
- name String
- object
Type String - type String
- additional
Properties string - class
Id string - confignum number
- id string
- idtype string
- name string
- object
Type string - type string
- additional_
properties str - class_
id str - confignum float
- id str
- idtype str
- name str
- object_
type str - type str
- additional
Properties String - class
Id String - confignum Number
- id String
- idtype String
- name String
- object
Type String - type String
GetHyperflexVmBackupInfoResultClusterIdProtectionInfoMapProtectionInfoVmLastSuccessfulProtectionInfoReplicationStatusRpoStatus
- Actual double
- Additional
Properties string - Class
Id string - Expected double
- Object
Type string - Rpo
Exceeded bool
- Actual float64
- Additional
Properties string - Class
Id string - Expected float64
- Object
Type string - Rpo
Exceeded bool
- actual Double
- additional
Properties String - class
Id String - expected Double
- object
Type String - rpo
Exceeded Boolean
- actual number
- additional
Properties string - class
Id string - expected number
- object
Type string - rpo
Exceeded boolean
- actual float
- additional_
properties str - class_
id str - expected float
- object_
type str - rpo_
exceeded bool
- actual Number
- additional
Properties String - class
Id String - expected Number
- object
Type String - rpo
Exceeded Boolean
GetHyperflexVmBackupInfoResultClusterIdProtectionInfoMapProtectionInfoVmLastSuccessfulProtectionInfoSnapshotStatus
- Additional
Properties string - Class
Id string - Description string
- Errors
List<Get
Hyperflex Vm Backup Info Result Cluster Id Protection Info Map Protection Info Vm Last Successful Protection Info Snapshot Status Error> - Object
Type string - Pct
Complete double - Status string
- Timestamp double
- Used
Space double
- Additional
Properties string - Class
Id string - Description string
- Errors
[]Get
Hyperflex Vm Backup Info Result Cluster Id Protection Info Map Protection Info Vm Last Successful Protection Info Snapshot Status Error - Object
Type string - Pct
Complete float64 - Status string
- Timestamp float64
- Used
Space float64
- additional
Properties String - class
Id String - description String
- errors
List<Get
Hyperflex Vm Backup Info Result Cluster Id Protection Info Map Protection Info Vm Last Successful Protection Info Snapshot Status Error> - object
Type String - pct
Complete Double - status String
- timestamp Double
- used
Space Double
- additional
Properties string - class
Id string - description string
- errors
Get
Hyperflex Vm Backup Info Result Cluster Id Protection Info Map Protection Info Vm Last Successful Protection Info Snapshot Status Error[] - object
Type string - pct
Complete number - status string
- timestamp number
- used
Space number
- additional
Properties String - class
Id String - description String
- errors List<Property Map>
- object
Type String - pct
Complete Number - status String
- timestamp Number
- used
Space Number
GetHyperflexVmBackupInfoResultClusterIdProtectionInfoMapProtectionInfoVmLastSuccessfulProtectionInfoSnapshotStatusError
- Additional
Properties string - Class
Id string - Message string
- Message
Id double - Object
Type string
- Additional
Properties string - Class
Id string - Message string
- Message
Id float64 - Object
Type string
- additional
Properties String - class
Id String - message String
- message
Id Double - object
Type String
- additional
Properties string - class
Id string - message string
- message
Id number - object
Type string
- additional_
properties str - class_
id str - message str
- message_
id float - object_
type str
- additional
Properties String - class
Id String - message String
- message
Id Number - object
Type String
GetHyperflexVmBackupInfoResultClusterIdProtectionInfoMapProtectionInfoVmLastSuccessfulProtectionInfoVmSnapshotEntityReference
- Additional
Properties string - Class
Id string - Confignum double
- Id string
- Idtype string
- Name string
- Object
Type string - Type string
- Additional
Properties string - Class
Id string - Confignum float64
- Id string
- Idtype string
- Name string
- Object
Type string - Type string
- additional
Properties String - class
Id String - confignum Double
- id String
- idtype String
- name String
- object
Type String - type String
- additional
Properties string - class
Id string - confignum number
- id string
- idtype string
- name string
- object
Type string - type string
- additional_
properties str - class_
id str - confignum float
- id str
- idtype str
- name str
- object_
type str - type str
- additional
Properties String - class
Id String - confignum Number
- id String
- idtype String
- name String
- object
Type String - type String
GetHyperflexVmBackupInfoResultClusterIdProtectionInfoMapProtectionInfoVmSpaceUsage
- Additional
Properties string - Class
Id string - Object
Type string - Space
Usage double
- Additional
Properties string - Class
Id string - Object
Type string - Space
Usage float64
- additional
Properties String - class
Id String - object
Type String - space
Usage Double
- additional
Properties string - class
Id string - object
Type string - space
Usage number
- additional_
properties str - class_
id str - object_
type str - space_
usage float
- additional
Properties String - class
Id String - object
Type String - space
Usage Number
GetHyperflexVmBackupInfoResultError
- Additional
Properties string - Class
Id string - Message string
- Message
Id double - Object
Type string
- Additional
Properties string - Class
Id string - Message string
- Message
Id float64 - Object
Type string
- additional
Properties String - class
Id String - message String
- message
Id Double - object
Type String
- additional
Properties string - class
Id string - message string
- message
Id number - object
Type string
- additional_
properties str - class_
id str - message str
- message_
id float - object_
type str
- additional
Properties String - class
Id String - message String
- message
Id Number - object
Type String
GetHyperflexVmBackupInfoResultParent
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetHyperflexVmBackupInfoResultPermissionResource
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetHyperflexVmBackupInfoResultSchedule
GetHyperflexVmBackupInfoResultScheduleSchedule
- Additional
Properties string - Backup
Interval double - Class
Id string - Object
Type string
- Additional
Properties string - Backup
Interval float64 - Class
Id string - Object
Type string
- additional
Properties String - backup
Interval Double - class
Id String - object
Type String
- additional
Properties string - backup
Interval number - class
Id string - object
Type string
- additional_
properties str - backup_
interval float - class_
id str - object_
type str
- additional
Properties String - backup
Interval Number - class
Id String - object
Type String
GetHyperflexVmBackupInfoResultScheduleTargetClusterEntityReference
- Additional
Properties string - Class
Id string - Confignum double
- Id string
- Idtype string
- Name string
- Object
Type string - Type string
- Additional
Properties string - Class
Id string - Confignum float64
- Id string
- Idtype string
- Name string
- Object
Type string - Type string
- additional
Properties String - class
Id String - confignum Double
- id String
- idtype String
- name String
- object
Type String - type String
- additional
Properties string - class
Id string - confignum number
- id string
- idtype string
- name string
- object
Type string - type string
- additional_
properties str - class_
id str - confignum float
- id str
- idtype str
- name str
- object_
type str - type str
- additional
Properties String - class
Id String - confignum Number
- id String
- idtype String
- name String
- object
Type String - type String
GetHyperflexVmBackupInfoResultSrcBackupCluster
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetHyperflexVmBackupInfoResultSrcCluster
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetHyperflexVmBackupInfoResultTag
- Additional
Properties string - Key string
- Value string
- Additional
Properties string - Key string
- Value string
- additional
Properties String - key String
- value String
- additional
Properties string - key string
- value string
- additional_
properties str - key str
- value str
- additional
Properties String - key String
- value String
GetHyperflexVmBackupInfoResultTgtCluster
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetHyperflexVmBackupInfoResultVersionContext
- additional
Properties String - class
Id String - interested
Mos List<Property Map> - marked
For BooleanDeletion - nr
Version String - object
Type String - ref
Mos List<Property Map> - timestamp String
- version
Type String
GetHyperflexVmBackupInfoResultVersionContextInterestedMo
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetHyperflexVmBackupInfoResultVersionContextRefMo
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetHyperflexVmBackupInfoResultVmEntityReference
- Additional
Properties string - Class
Id string - Confignum double
- Id string
- Idtype string
- Name string
- Object
Type string - Type string
- Additional
Properties string - Class
Id string - Confignum float64
- Id string
- Idtype string
- Name string
- Object
Type string - Type string
- additional
Properties String - class
Id String - confignum Double
- id String
- idtype String
- name String
- object
Type String - type String
- additional
Properties string - class
Id string - confignum number
- id string
- idtype string
- name string
- object
Type string - type string
- additional_
properties str - class_
id str - confignum float
- id str
- idtype str
- name str
- object_
type str - type str
- additional
Properties String - class
Id String - confignum Number
- id String
- idtype String
- name String
- object
Type String - type String
GetHyperflexVmBackupInfoResultVmInfo
- Additional
Properties string - Class
Id string - Object
Type string - Run
Time List<GetInfos Hyperflex Vm Backup Info Result Vm Info Run Time Info> - Status
Code string - Uuid string
- Additional
Properties string - Class
Id string - Object
Type string - Run
Time []GetInfos Hyperflex Vm Backup Info Result Vm Info Run Time Info - Status
Code string - Uuid string
- additional
Properties String - class
Id String - object
Type String - run
Time List<GetInfos Hyperflex Vm Backup Info Result Vm Info Run Time Info> - status
Code String - uuid String
- additional
Properties string - class
Id string - object
Type string - run
Time GetInfos Hyperflex Vm Backup Info Result Vm Info Run Time Info[] - status
Code string - uuid string
- additional
Properties String - class
Id String - object
Type String - run
Time List<Property Map>Infos - status
Code String - uuid String
GetHyperflexVmBackupInfoResultVmInfoRunTimeInfo
- Additional
Properties string - Bios
Uuid string - Class
Id string - Connection
State string - Cpu
Usage double - Folder string
- Guest
Family string - Guest
Full stringName - Guest
Id string - Guest
State string - Host
Name string - Instance
Uuid string - Memory
Mb double - Memory
Usage double - Moid string
- The unique identifier of this Managed Object instance.
- Name string
- Networks List<string>
- Nr
Version string - Num
Cpu double - Object
Type string - Power
State string - Provisioned
Size double - Resource
Pool string - Used
Size double - Vmx
Path string
- Additional
Properties string - Bios
Uuid string - Class
Id string - Connection
State string - Cpu
Usage float64 - Folder string
- Guest
Family string - Guest
Full stringName - Guest
Id string - Guest
State string - Host
Name string - Instance
Uuid string - Memory
Mb float64 - Memory
Usage float64 - Moid string
- The unique identifier of this Managed Object instance.
- Name string
- Networks []string
- Nr
Version string - Num
Cpu float64 - Object
Type string - Power
State string - Provisioned
Size float64 - Resource
Pool string - Used
Size float64 - Vmx
Path string
- additional
Properties String - bios
Uuid String - class
Id String - connection
State String - cpu
Usage Double - folder String
- guest
Family String - guest
Full StringName - guest
Id String - guest
State String - host
Name String - instance
Uuid String - memory
Mb Double - memory
Usage Double - moid String
- The unique identifier of this Managed Object instance.
- name String
- networks List<String>
- nr
Version String - num
Cpu Double - object
Type String - power
State String - provisioned
Size Double - resource
Pool String - used
Size Double - vmx
Path String
- additional
Properties string - bios
Uuid string - class
Id string - connection
State string - cpu
Usage number - folder string
- guest
Family string - guest
Full stringName - guest
Id string - guest
State string - host
Name string - instance
Uuid string - memory
Mb number - memory
Usage number - moid string
- The unique identifier of this Managed Object instance.
- name string
- networks string[]
- nr
Version string - num
Cpu number - object
Type string - power
State string - provisioned
Size number - resource
Pool string - used
Size number - vmx
Path 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
- additional
Properties String - bios
Uuid String - class
Id String - connection
State String - cpu
Usage Number - folder String
- guest
Family String - guest
Full StringName - guest
Id String - guest
State String - host
Name String - instance
Uuid String - memory
Mb Number - memory
Usage Number - moid String
- The unique identifier of this Managed Object instance.
- name String
- networks List<String>
- nr
Version String - num
Cpu Number - object
Type String - power
State String - provisioned
Size Number - resource
Pool String - used
Size Number - vmx
Path String
GetHyperflexVmBackupInfoSchedule
- Additional
Properties string - Class
Id string - The fully-qualified name 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 string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Schedule
Get
Hyperflex Vm Backup Info Schedule Schedule - Replication schedule information.
- Target
Cluster GetEntity Reference Hyperflex Vm Backup Info Schedule Target Cluster Entity Reference - EntityReference of target cluster.
- Additional
Properties string - Class
Id string - The fully-qualified name 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 string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Schedule
Get
Hyperflex Vm Backup Info Schedule Schedule - Replication schedule information.
- Target
Cluster GetEntity Reference Hyperflex Vm Backup Info Schedule Target Cluster Entity Reference - EntityReference of target cluster.
- additional
Properties String - class
Id String - The fully-qualified name 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 String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- schedule
Get
Hyperflex Vm Backup Info Schedule Schedule - Replication schedule information.
- target
Cluster GetEntity Reference Hyperflex Vm Backup Info Schedule Target Cluster Entity Reference - EntityReference of target cluster.
- additional
Properties string - class
Id string - The fully-qualified name 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 string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- schedule
Get
Hyperflex Vm Backup Info Schedule Schedule - Replication schedule information.
- target
Cluster GetEntity Reference Hyperflex Vm Backup Info Schedule Target Cluster Entity Reference - EntityReference of target 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.
- object_
type str - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- schedule
Get
Hyperflex Vm Backup Info Schedule Schedule - Replication schedule information.
- target_
cluster_ Getentity_ reference Hyperflex Vm Backup Info Schedule Target Cluster Entity Reference - EntityReference of target cluster.
- additional
Properties String - class
Id String - The fully-qualified name 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 String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- schedule Property Map
- Replication schedule information.
- target
Cluster Property MapEntity Reference - EntityReference of target cluster.
GetHyperflexVmBackupInfoScheduleSchedule
- Additional
Properties string - Backup
Interval double - Time interval between two copies in minutes.
- Class
Id string - The fully-qualified name 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 string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Additional
Properties string - Backup
Interval float64 - Time interval between two copies in minutes.
- Class
Id string - The fully-qualified name 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 string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- additional
Properties String - backup
Interval Double - Time interval between two copies in minutes.
- class
Id String - The fully-qualified name 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 String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- additional
Properties string - backup
Interval number - Time interval between two copies in minutes.
- class
Id string - The fully-qualified name 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 string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- additional_
properties str - backup_
interval float - Time interval between two copies in minutes.
- class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- object_
type str - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- additional
Properties String - backup
Interval Number - Time interval between two copies in minutes.
- class
Id String - The fully-qualified name 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 String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
GetHyperflexVmBackupInfoScheduleTargetClusterEntityReference
- Additional
Properties string - Class
Id string - The fully-qualified name 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.
- Object
Type 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 string - Class
Id string - The fully-qualified name 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.
- Object
Type 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 String - class
Id String - The fully-qualified name 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.
- object
Type 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 string - class
Id string - The fully-qualified name 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.
- object
Type 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.
- additional
Properties String - class
Id String - The fully-qualified name 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.
- object
Type 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.
GetHyperflexVmBackupInfoSrcBackupCluster
- Additional
Properties string - Class
Id string - The fully-qualified name 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.
- Object
Type 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 string - Class
Id string - The fully-qualified name 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.
- Object
Type 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 String - class
Id String - The fully-qualified name 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.
- object
Type 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 string - class
Id string - The fully-qualified name 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.
- object
Type 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'.
- additional
Properties String - class
Id String - The fully-qualified name 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.
- object
Type 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'.
GetHyperflexVmBackupInfoSrcCluster
- Additional
Properties string - Class
Id string - The fully-qualified name 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.
- Object
Type 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 string - Class
Id string - The fully-qualified name 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.
- Object
Type 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 String - class
Id String - The fully-qualified name 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.
- object
Type 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 string - class
Id string - The fully-qualified name 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.
- object
Type 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'.
- additional
Properties String - class
Id String - The fully-qualified name 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.
- object
Type 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'.
GetHyperflexVmBackupInfoTag
- Additional
Properties string - Key string
- The string representation of a tag key.
- Value string
- The string representation of a tag value.
- Additional
Properties string - Key string
- The string representation of a tag key.
- Value string
- The string representation of a tag value.
- additional
Properties String - key String
- The string representation of a tag key.
- value String
- The string representation of a tag value.
- additional
Properties 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.
- additional
Properties String - key String
- The string representation of a tag key.
- value String
- The string representation of a tag value.
GetHyperflexVmBackupInfoTgtCluster
- Additional
Properties string - Class
Id string - The fully-qualified name 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.
- Object
Type 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 string - Class
Id string - The fully-qualified name 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.
- Object
Type 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 String - class
Id String - The fully-qualified name 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.
- object
Type 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 string - class
Id string - The fully-qualified name 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.
- object
Type 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'.
- additional
Properties String - class
Id String - The fully-qualified name 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.
- object
Type 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'.
GetHyperflexVmBackupInfoVersionContext
- Additional
Properties string - Class
Id string - The fully-qualified name 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 List<GetHyperflex Vm Backup 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 string - The version of the Managed Object, e.g. an incrementing number or a hash id.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Ref
Mo GetHyperflex Vm Backup Info Version Context Ref Mo - A reference to the original Managed Object.
- Timestamp string
- The time this versioned Managed Object was created.
- Version
Type 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 string - Class
Id string - The fully-qualified name 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 []GetHyperflex Vm Backup 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 string - The version of the Managed Object, e.g. an incrementing number or a hash id.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Ref
Mo GetHyperflex Vm Backup Info Version Context Ref Mo - A reference to the original Managed Object.
- Timestamp string
- The time this versioned Managed Object was created.
- Version
Type 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 String - class
Id String - The fully-qualified name 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 List<GetHyperflex Vm Backup Info Version Context Interested Mo> - marked
For 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.
- nr
Version String - The version of the Managed Object, e.g. an incrementing number or a hash id.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- ref
Mo GetHyperflex Vm Backup Info Version Context Ref Mo - A reference to the original Managed Object.
- timestamp String
- The time this versioned Managed Object was created.
- version
Type 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 string - class
Id string - The fully-qualified name 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 GetHyperflex Vm Backup Info Version Context Interested Mo[] - marked
For 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.
- nr
Version string - The version of the Managed Object, e.g. an incrementing number or a hash id.
- object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- ref
Mo GetHyperflex Vm Backup Info Version Context Ref Mo - A reference to the original Managed Object.
- timestamp string
- The time this versioned Managed Object was created.
- version
Type 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 Backup 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 Backup 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.
- additional
Properties String - class
Id String - The fully-qualified name 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 List<Property Map> - marked
For 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.
- nr
Version String - The version of the Managed Object, e.g. an incrementing number or a hash id.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- ref
Mo Property Map - A reference to the original Managed Object.
- timestamp String
- The time this versioned Managed Object was created.
- version
Type 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.
GetHyperflexVmBackupInfoVersionContextInterestedMo
- Additional
Properties string - Class
Id string - The fully-qualified name 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.
- Object
Type 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 string - Class
Id string - The fully-qualified name 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.
- Object
Type 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 String - class
Id String - The fully-qualified name 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.
- object
Type 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 string - class
Id string - The fully-qualified name 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.
- object
Type 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'.
- additional
Properties String - class
Id String - The fully-qualified name 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.
- object
Type 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'.
GetHyperflexVmBackupInfoVersionContextRefMo
- Additional
Properties string - Class
Id string - The fully-qualified name 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.
- Object
Type 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 string - Class
Id string - The fully-qualified name 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.
- Object
Type 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 String - class
Id String - The fully-qualified name 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.
- object
Type 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 string - class
Id string - The fully-qualified name 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.
- object
Type 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'.
- additional
Properties String - class
Id String - The fully-qualified name 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.
- object
Type 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'.
GetHyperflexVmBackupInfoVmEntityReference
- Additional
Properties string - Class
Id string - The fully-qualified name 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.
- Object
Type 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 string - Class
Id string - The fully-qualified name 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.
- Object
Type 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 String - class
Id String - The fully-qualified name 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.
- object
Type 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 string - class
Id string - The fully-qualified name 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.
- object
Type 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.
- additional
Properties String - class
Id String - The fully-qualified name 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.
- object
Type 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.
GetHyperflexVmBackupInfoVmInfo
- Additional
Properties string - Class
Id string - The fully-qualified name 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 string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Run
Time GetInfo Hyperflex Vm Backup Info Vm Info Run Time Info - Virtual machine runtime details.
- Status
Code 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 string - Class
Id string - The fully-qualified name 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 string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Run
Time GetInfo Hyperflex Vm Backup Info Vm Info Run Time Info - Virtual machine runtime details.
- Status
Code 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 String - class
Id String - The fully-qualified name 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 String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- run
Time GetInfo Hyperflex Vm Backup Info Vm Info Run Time Info - Virtual machine runtime details.
- status
Code 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 string - class
Id string - The fully-qualified name 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 string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- run
Time GetInfo Hyperflex Vm Backup Info Vm Info Run Time Info - Virtual machine runtime details.
- status
Code 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 Backup Info Vm 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.
- additional
Properties String - class
Id String - The fully-qualified name 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 String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- run
Time Property MapInfo - Virtual machine runtime details.
- status
Code 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.
GetHyperflexVmBackupInfoVmInfoRunTimeInfo
- Additional
Properties string - Bios
Uuid string - BiosUuid of the Protected Virtual Machine.
- Class
Id string - The fully-qualified name 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 string - Connection state of the Virtual Machine.
- Cpu
Usage double - CPU Usage of Virtual Machine.
- Folder string
- Folder which VM belongs to.
- Guest
Family string - Guest operating system family, if known.
- Guest
Full stringName - Guest operating system full name, if known.
- Guest
Id string - Guest operating system identifier (short name), if known.
- Guest
State string - VMware guest reset, powercycle, or boot action states.
- Host
Name string - Hostname of Virtual Machine.
- Instance
Uuid string - InstanceUuid of the Protected Virtual Machine.
- Memory
Mb double - CPU Memory in MB of Virtual Machine.
- Memory
Usage 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>
- Nr
Version string - Version of the Virtual Machine.
- Num
Cpu double - Number of CPUs for the VM.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Power
State string - Power state of the Virtual Machine.
- Provisioned
Size double - Provisioned Size of Virtual Machine.
- Resource
Pool string - Resource pool which VM belongs to.
- Used
Size double - Used Size of Virtual Machine.
- Vmx
Path string - Vmx Path in VC datastore format.
- Additional
Properties string - Bios
Uuid string - BiosUuid of the Protected Virtual Machine.
- Class
Id string - The fully-qualified name 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 string - Connection state of the Virtual Machine.
- Cpu
Usage float64 - CPU Usage of Virtual Machine.
- Folder string
- Folder which VM belongs to.
- Guest
Family string - Guest operating system family, if known.
- Guest
Full stringName - Guest operating system full name, if known.
- Guest
Id string - Guest operating system identifier (short name), if known.
- Guest
State string - VMware guest reset, powercycle, or boot action states.
- Host
Name string - Hostname of Virtual Machine.
- Instance
Uuid string - InstanceUuid of the Protected Virtual Machine.
- Memory
Mb float64 - CPU Memory in MB of Virtual Machine.
- Memory
Usage 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
- Nr
Version string - Version of the Virtual Machine.
- Num
Cpu float64 - Number of CPUs for the VM.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Power
State string - Power state of the Virtual Machine.
- Provisioned
Size float64 - Provisioned Size of Virtual Machine.
- Resource
Pool string - Resource pool which VM belongs to.
- Used
Size float64 - Used Size of Virtual Machine.
- Vmx
Path string - Vmx Path in VC datastore format.
- additional
Properties String - bios
Uuid String - BiosUuid of the Protected Virtual Machine.
- class
Id String - The fully-qualified name 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 String - Connection state of the Virtual Machine.
- cpu
Usage Double - CPU Usage of Virtual Machine.
- folder String
- Folder which VM belongs to.
- guest
Family String - Guest operating system family, if known.
- guest
Full StringName - Guest operating system full name, if known.
- guest
Id String - Guest operating system identifier (short name), if known.
- guest
State String - VMware guest reset, powercycle, or boot action states.
- host
Name String - Hostname of Virtual Machine.
- instance
Uuid String - InstanceUuid of the Protected Virtual Machine.
- memory
Mb Double - CPU Memory in MB of Virtual Machine.
- memory
Usage 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>
- nr
Version String - Version of the Virtual Machine.
- num
Cpu Double - Number of CPUs for the VM.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- power
State String - Power state of the Virtual Machine.
- provisioned
Size Double - Provisioned Size of Virtual Machine.
- resource
Pool String - Resource pool which VM belongs to.
- used
Size Double - Used Size of Virtual Machine.
- vmx
Path String - Vmx Path in VC datastore format.
- additional
Properties string - bios
Uuid string - BiosUuid of the Protected Virtual Machine.
- class
Id string - The fully-qualified name 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 string - Connection state of the Virtual Machine.
- cpu
Usage number - CPU Usage of Virtual Machine.
- folder string
- Folder which VM belongs to.
- guest
Family string - Guest operating system family, if known.
- guest
Full stringName - Guest operating system full name, if known.
- guest
Id string - Guest operating system identifier (short name), if known.
- guest
State string - VMware guest reset, powercycle, or boot action states.
- host
Name string - Hostname of Virtual Machine.
- instance
Uuid string - InstanceUuid of the Protected Virtual Machine.
- memory
Mb number - CPU Memory in MB of Virtual Machine.
- memory
Usage 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[]
- nr
Version string - Version of the Virtual Machine.
- num
Cpu number - Number of CPUs for the VM.
- object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- power
State string - Power state of the Virtual Machine.
- provisioned
Size number - Provisioned Size of Virtual Machine.
- resource
Pool string - Resource pool which VM belongs to.
- used
Size number - Used Size of Virtual Machine.
- vmx
Path 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.
- additional
Properties String - bios
Uuid String - BiosUuid of the Protected Virtual Machine.
- class
Id String - The fully-qualified name 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 String - Connection state of the Virtual Machine.
- cpu
Usage Number - CPU Usage of Virtual Machine.
- folder String
- Folder which VM belongs to.
- guest
Family String - Guest operating system family, if known.
- guest
Full StringName - Guest operating system full name, if known.
- guest
Id String - Guest operating system identifier (short name), if known.
- guest
State String - VMware guest reset, powercycle, or boot action states.
- host
Name String - Hostname of Virtual Machine.
- instance
Uuid String - InstanceUuid of the Protected Virtual Machine.
- memory
Mb Number - CPU Memory in MB of Virtual Machine.
- memory
Usage 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>
- nr
Version String - Version of the Virtual Machine.
- num
Cpu Number - Number of CPUs for the VM.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- power
State String - Power state of the Virtual Machine.
- provisioned
Size Number - Provisioned Size of Virtual Machine.
- resource
Pool String - Resource pool which VM belongs to.
- used
Size Number - Used Size of Virtual Machine.
- vmx
Path String - Vmx Path in VC datastore format.
Package Details
- Repository
- intersight ciscodevnet/terraform-provider-intersight
- License
- Notes
- This Pulumi package is based on the
intersight
Terraform Provider.
intersight 1.0.64 published on Wednesday, Apr 30, 2025 by ciscodevnet