intersight 1.0.64 published on Wednesday, Apr 30, 2025 by ciscodevnet
intersight.getHyperflexVmSnapshotInfo
Explore with Pulumi AI
intersight 1.0.64 published on Wednesday, Apr 30, 2025 by ciscodevnet
Virtual Machine Snapshot information like replication status, snapshot point and status.
Using getHyperflexVmSnapshotInfo
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getHyperflexVmSnapshotInfo(args: GetHyperflexVmSnapshotInfoArgs, opts?: InvokeOptions): Promise<GetHyperflexVmSnapshotInfoResult>
function getHyperflexVmSnapshotInfoOutput(args: GetHyperflexVmSnapshotInfoOutputArgs, opts?: InvokeOptions): Output<GetHyperflexVmSnapshotInfoResult>
def get_hyperflex_vm_snapshot_info(account_moid: Optional[str] = None,
additional_properties: Optional[str] = None,
ancestors: Optional[Sequence[GetHyperflexVmSnapshotInfoAncestor]] = None,
class_id: Optional[str] = None,
cluster_id_snap_maps: Optional[Sequence[GetHyperflexVmSnapshotInfoClusterIdSnapMap]] = None,
create_time: Optional[str] = None,
display_status: Optional[str] = None,
domain_group_moid: Optional[str] = None,
error: Optional[GetHyperflexVmSnapshotInfoError] = None,
id: Optional[str] = None,
label: Optional[str] = None,
mod_time: Optional[str] = None,
mode: Optional[str] = None,
moid: Optional[str] = None,
object_type: Optional[str] = None,
owners: Optional[Sequence[str]] = None,
parent: Optional[GetHyperflexVmSnapshotInfoParent] = None,
parent_snapshot: Optional[GetHyperflexVmSnapshotInfoParentSnapshot] = None,
permission_resources: Optional[Sequence[GetHyperflexVmSnapshotInfoPermissionResource]] = None,
replication_status: Optional[str] = None,
shared_scope: Optional[str] = None,
snapshot_error_msg: Optional[str] = None,
snapshot_status: Optional[str] = None,
source_timestamp: Optional[float] = None,
src_cluster: Optional[GetHyperflexVmSnapshotInfoSrcCluster] = None,
src_cluster_name: Optional[str] = None,
tags: Optional[Sequence[GetHyperflexVmSnapshotInfoTag]] = None,
target_completion_timestamp: Optional[float] = None,
tgt_cluster: Optional[GetHyperflexVmSnapshotInfoTgtCluster] = None,
tgt_cluster_name: Optional[str] = None,
version_context: Optional[GetHyperflexVmSnapshotInfoVersionContext] = None,
vm_backup_info: Optional[GetHyperflexVmSnapshotInfoVmBackupInfo] = None,
vm_entity_reference: Optional[GetHyperflexVmSnapshotInfoVmEntityReference] = None,
vm_snapshot_entity_reference: Optional[GetHyperflexVmSnapshotInfoVmSnapshotEntityReference] = None,
opts: Optional[InvokeOptions] = None) -> GetHyperflexVmSnapshotInfoResult
def get_hyperflex_vm_snapshot_info_output(account_moid: Optional[pulumi.Input[str]] = None,
additional_properties: Optional[pulumi.Input[str]] = None,
ancestors: Optional[pulumi.Input[Sequence[pulumi.Input[GetHyperflexVmSnapshotInfoAncestorArgs]]]] = None,
class_id: Optional[pulumi.Input[str]] = None,
cluster_id_snap_maps: Optional[pulumi.Input[Sequence[pulumi.Input[GetHyperflexVmSnapshotInfoClusterIdSnapMapArgs]]]] = None,
create_time: Optional[pulumi.Input[str]] = None,
display_status: Optional[pulumi.Input[str]] = None,
domain_group_moid: Optional[pulumi.Input[str]] = None,
error: Optional[pulumi.Input[GetHyperflexVmSnapshotInfoErrorArgs]] = None,
id: Optional[pulumi.Input[str]] = None,
label: Optional[pulumi.Input[str]] = None,
mod_time: Optional[pulumi.Input[str]] = None,
mode: Optional[pulumi.Input[str]] = None,
moid: Optional[pulumi.Input[str]] = None,
object_type: Optional[pulumi.Input[str]] = None,
owners: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
parent: Optional[pulumi.Input[GetHyperflexVmSnapshotInfoParentArgs]] = None,
parent_snapshot: Optional[pulumi.Input[GetHyperflexVmSnapshotInfoParentSnapshotArgs]] = None,
permission_resources: Optional[pulumi.Input[Sequence[pulumi.Input[GetHyperflexVmSnapshotInfoPermissionResourceArgs]]]] = None,
replication_status: Optional[pulumi.Input[str]] = None,
shared_scope: Optional[pulumi.Input[str]] = None,
snapshot_error_msg: Optional[pulumi.Input[str]] = None,
snapshot_status: Optional[pulumi.Input[str]] = None,
source_timestamp: Optional[pulumi.Input[float]] = None,
src_cluster: Optional[pulumi.Input[GetHyperflexVmSnapshotInfoSrcClusterArgs]] = None,
src_cluster_name: Optional[pulumi.Input[str]] = None,
tags: Optional[pulumi.Input[Sequence[pulumi.Input[GetHyperflexVmSnapshotInfoTagArgs]]]] = None,
target_completion_timestamp: Optional[pulumi.Input[float]] = None,
tgt_cluster: Optional[pulumi.Input[GetHyperflexVmSnapshotInfoTgtClusterArgs]] = None,
tgt_cluster_name: Optional[pulumi.Input[str]] = None,
version_context: Optional[pulumi.Input[GetHyperflexVmSnapshotInfoVersionContextArgs]] = None,
vm_backup_info: Optional[pulumi.Input[GetHyperflexVmSnapshotInfoVmBackupInfoArgs]] = None,
vm_entity_reference: Optional[pulumi.Input[GetHyperflexVmSnapshotInfoVmEntityReferenceArgs]] = None,
vm_snapshot_entity_reference: Optional[pulumi.Input[GetHyperflexVmSnapshotInfoVmSnapshotEntityReferenceArgs]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetHyperflexVmSnapshotInfoResult]
func LookupHyperflexVmSnapshotInfo(ctx *Context, args *LookupHyperflexVmSnapshotInfoArgs, opts ...InvokeOption) (*LookupHyperflexVmSnapshotInfoResult, error)
func LookupHyperflexVmSnapshotInfoOutput(ctx *Context, args *LookupHyperflexVmSnapshotInfoOutputArgs, opts ...InvokeOption) LookupHyperflexVmSnapshotInfoResultOutput
> Note: This function is named LookupHyperflexVmSnapshotInfo
in the Go SDK.
public static class GetHyperflexVmSnapshotInfo
{
public static Task<GetHyperflexVmSnapshotInfoResult> InvokeAsync(GetHyperflexVmSnapshotInfoArgs args, InvokeOptions? opts = null)
public static Output<GetHyperflexVmSnapshotInfoResult> Invoke(GetHyperflexVmSnapshotInfoInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetHyperflexVmSnapshotInfoResult> getHyperflexVmSnapshotInfo(GetHyperflexVmSnapshotInfoArgs args, InvokeOptions options)
public static Output<GetHyperflexVmSnapshotInfoResult> getHyperflexVmSnapshotInfo(GetHyperflexVmSnapshotInfoArgs args, InvokeOptions options)
fn::invoke:
function: intersight:index/getHyperflexVmSnapshotInfo:getHyperflexVmSnapshotInfo
arguments:
# arguments dictionary
The following arguments are supported:
- Account
Moid string - The Account ID for this managed object.
- Additional
Properties string - Ancestors
List<Get
Hyperflex Vm Snapshot Info Ancestor> - Class
Id string - Cluster
Id List<GetSnap Maps Hyperflex Vm Snapshot Info Cluster Id Snap Map> - Create
Time string - The time when this managed object was created.
- Display
Status string - Combined status code from replication and snapshot status to display in the Intersight UI.*
NONE
- Snapshot replication state is none.*SUCCESS
- Snapshot completed successfully.*FAILED
- Snapshot failed replication status code.*PAUSED
- Snapshot replication paused status code.*IN_USE
- Snapshot replica in use status code.*STARTING
- Snapshot replication starting.*REPLICATING
- Snapshot replication in progress. - Domain
Group stringMoid - The DomainGroup ID for this managed object.
- Error
Get
Hyperflex Vm Snapshot Info Error - Id string
- Label string
- The name of the Virtual Machine and the time stamp of the snapshot.
- Mod
Time string - The time when this managed object was last modified.
- Mode string
- Quiesce Mode for snapshot taken on Hyperflex cluster.*
NONE
- The snapshot quiesce mode is none.*CRASH
- The snapshot quiesce mode is crash.*VMTOOLS
- The snapshot quiesce mode is VMTOOLS.*APP_CONSISTENT
- The snapshot quiesce mode is app consistent. - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Owners List<string>
- Parent
Get
Hyperflex Vm Snapshot Info Parent - Parent
Snapshot GetHyperflex Vm Snapshot Info Parent Snapshot - Permission
Resources List<GetHyperflex Vm Snapshot Info Permission Resource> - Replication
Status string - Replication status of the least successful target cluster.*
NONE
- Snapshot replication state is none.*SUCCESS
- Snapshot completed successfully.*FAILED
- Snapshot failed replication status code.*PAUSED
- Snapshot replication paused status code.*IN_USE
- Snapshot replica in use status code.*STARTING
- Snapshot replication starting.*REPLICATING
- Snapshot replication in progress. - string
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- Snapshot
Error stringMsg - Error message from snapshot creation or replcation if any exist.
- Snapshot
Status string - Snapshot status of the source cluster.*
SUCCESS
- This snapshot status code is success.*FAILED
- This snapshot status code is failed.*IN_PROGRESS
- This snapshot status code is in progress.*DELETING
- This snapshot status code is deleting.*DELETED
- This snapshot status code is deleted.*NONE
- This snapshot status code is none.*INIT
- This snapshot status code is initializing. - Source
Timestamp double - Timestamp the snapshot was created on the source cluster.
- Src
Cluster GetHyperflex Vm Snapshot Info Src Cluster - Src
Cluster stringName - Name of the cluster this snapshot resides on.
- List<Get
Hyperflex Vm Snapshot Info Tag> - Target
Completion doubleTimestamp - Timestamp the snapshot was finished replicating on the target cluster.
- Tgt
Cluster GetHyperflex Vm Snapshot Info Tgt Cluster - Tgt
Cluster stringName - Name of the cluster this snapshot is replicated to.
- Version
Context GetHyperflex Vm Snapshot Info Version Context - Vm
Backup GetInfo Hyperflex Vm Snapshot Info Vm Backup Info - Vm
Entity GetReference Hyperflex Vm Snapshot Info Vm Entity Reference - Vm
Snapshot GetEntity Reference Hyperflex Vm Snapshot Info Vm Snapshot Entity Reference
- Account
Moid string - The Account ID for this managed object.
- Additional
Properties string - Ancestors
[]Get
Hyperflex Vm Snapshot Info Ancestor - Class
Id string - Cluster
Id []GetSnap Maps Hyperflex Vm Snapshot Info Cluster Id Snap Map - Create
Time string - The time when this managed object was created.
- Display
Status string - Combined status code from replication and snapshot status to display in the Intersight UI.*
NONE
- Snapshot replication state is none.*SUCCESS
- Snapshot completed successfully.*FAILED
- Snapshot failed replication status code.*PAUSED
- Snapshot replication paused status code.*IN_USE
- Snapshot replica in use status code.*STARTING
- Snapshot replication starting.*REPLICATING
- Snapshot replication in progress. - Domain
Group stringMoid - The DomainGroup ID for this managed object.
- Error
Get
Hyperflex Vm Snapshot Info Error - Id string
- Label string
- The name of the Virtual Machine and the time stamp of the snapshot.
- Mod
Time string - The time when this managed object was last modified.
- Mode string
- Quiesce Mode for snapshot taken on Hyperflex cluster.*
NONE
- The snapshot quiesce mode is none.*CRASH
- The snapshot quiesce mode is crash.*VMTOOLS
- The snapshot quiesce mode is VMTOOLS.*APP_CONSISTENT
- The snapshot quiesce mode is app consistent. - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Owners []string
- Parent
Get
Hyperflex Vm Snapshot Info Parent - Parent
Snapshot GetHyperflex Vm Snapshot Info Parent Snapshot - Permission
Resources []GetHyperflex Vm Snapshot Info Permission Resource - Replication
Status string - Replication status of the least successful target cluster.*
NONE
- Snapshot replication state is none.*SUCCESS
- Snapshot completed successfully.*FAILED
- Snapshot failed replication status code.*PAUSED
- Snapshot replication paused status code.*IN_USE
- Snapshot replica in use status code.*STARTING
- Snapshot replication starting.*REPLICATING
- Snapshot replication in progress. - string
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- Snapshot
Error stringMsg - Error message from snapshot creation or replcation if any exist.
- Snapshot
Status string - Snapshot status of the source cluster.*
SUCCESS
- This snapshot status code is success.*FAILED
- This snapshot status code is failed.*IN_PROGRESS
- This snapshot status code is in progress.*DELETING
- This snapshot status code is deleting.*DELETED
- This snapshot status code is deleted.*NONE
- This snapshot status code is none.*INIT
- This snapshot status code is initializing. - Source
Timestamp float64 - Timestamp the snapshot was created on the source cluster.
- Src
Cluster GetHyperflex Vm Snapshot Info Src Cluster - Src
Cluster stringName - Name of the cluster this snapshot resides on.
- []Get
Hyperflex Vm Snapshot Info Tag - Target
Completion float64Timestamp - Timestamp the snapshot was finished replicating on the target cluster.
- Tgt
Cluster GetHyperflex Vm Snapshot Info Tgt Cluster - Tgt
Cluster stringName - Name of the cluster this snapshot is replicated to.
- Version
Context GetHyperflex Vm Snapshot Info Version Context - Vm
Backup GetInfo Hyperflex Vm Snapshot Info Vm Backup Info - Vm
Entity GetReference Hyperflex Vm Snapshot Info Vm Entity Reference - Vm
Snapshot GetEntity Reference Hyperflex Vm Snapshot Info Vm Snapshot Entity Reference
- account
Moid String - The Account ID for this managed object.
- additional
Properties String - ancestors
List<Get
Hyperflex Vm Snapshot Info Ancestor> - class
Id String - cluster
Id List<GetSnap Maps Hyperflex Vm Snapshot Info Cluster Id Snap Map> - create
Time String - The time when this managed object was created.
- display
Status String - Combined status code from replication and snapshot status to display in the Intersight UI.*
NONE
- Snapshot replication state is none.*SUCCESS
- Snapshot completed successfully.*FAILED
- Snapshot failed replication status code.*PAUSED
- Snapshot replication paused status code.*IN_USE
- Snapshot replica in use status code.*STARTING
- Snapshot replication starting.*REPLICATING
- Snapshot replication in progress. - domain
Group StringMoid - The DomainGroup ID for this managed object.
- error
Get
Hyperflex Vm Snapshot Info Error - id String
- label String
- The name of the Virtual Machine and the time stamp of the snapshot.
- mod
Time String - The time when this managed object was last modified.
- mode String
- Quiesce Mode for snapshot taken on Hyperflex cluster.*
NONE
- The snapshot quiesce mode is none.*CRASH
- The snapshot quiesce mode is crash.*VMTOOLS
- The snapshot quiesce mode is VMTOOLS.*APP_CONSISTENT
- The snapshot quiesce mode is app consistent. - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - owners List<String>
- parent
Get
Hyperflex Vm Snapshot Info Parent - parent
Snapshot GetHyperflex Vm Snapshot Info Parent Snapshot - permission
Resources List<GetHyperflex Vm Snapshot Info Permission Resource> - replication
Status String - Replication status of the least successful target cluster.*
NONE
- Snapshot replication state is none.*SUCCESS
- Snapshot completed successfully.*FAILED
- Snapshot failed replication status code.*PAUSED
- Snapshot replication paused status code.*IN_USE
- Snapshot replica in use status code.*STARTING
- Snapshot replication starting.*REPLICATING
- Snapshot replication in progress. - String
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- snapshot
Error StringMsg - Error message from snapshot creation or replcation if any exist.
- snapshot
Status String - Snapshot status of the source cluster.*
SUCCESS
- This snapshot status code is success.*FAILED
- This snapshot status code is failed.*IN_PROGRESS
- This snapshot status code is in progress.*DELETING
- This snapshot status code is deleting.*DELETED
- This snapshot status code is deleted.*NONE
- This snapshot status code is none.*INIT
- This snapshot status code is initializing. - source
Timestamp Double - Timestamp the snapshot was created on the source cluster.
- src
Cluster GetHyperflex Vm Snapshot Info Src Cluster - src
Cluster StringName - Name of the cluster this snapshot resides on.
- List<Get
Hyperflex Vm Snapshot Info Tag> - target
Completion DoubleTimestamp - Timestamp the snapshot was finished replicating on the target cluster.
- tgt
Cluster GetHyperflex Vm Snapshot Info Tgt Cluster - tgt
Cluster StringName - Name of the cluster this snapshot is replicated to.
- version
Context GetHyperflex Vm Snapshot Info Version Context - vm
Backup GetInfo Hyperflex Vm Snapshot Info Vm Backup Info - vm
Entity GetReference Hyperflex Vm Snapshot Info Vm Entity Reference - vm
Snapshot GetEntity Reference Hyperflex Vm Snapshot Info Vm Snapshot Entity Reference
- account
Moid string - The Account ID for this managed object.
- additional
Properties string - ancestors
Get
Hyperflex Vm Snapshot Info Ancestor[] - class
Id string - cluster
Id GetSnap Maps Hyperflex Vm Snapshot Info Cluster Id Snap Map[] - create
Time string - The time when this managed object was created.
- display
Status string - Combined status code from replication and snapshot status to display in the Intersight UI.*
NONE
- Snapshot replication state is none.*SUCCESS
- Snapshot completed successfully.*FAILED
- Snapshot failed replication status code.*PAUSED
- Snapshot replication paused status code.*IN_USE
- Snapshot replica in use status code.*STARTING
- Snapshot replication starting.*REPLICATING
- Snapshot replication in progress. - domain
Group stringMoid - The DomainGroup ID for this managed object.
- error
Get
Hyperflex Vm Snapshot Info Error - id string
- label string
- The name of the Virtual Machine and the time stamp of the snapshot.
- mod
Time string - The time when this managed object was last modified.
- mode string
- Quiesce Mode for snapshot taken on Hyperflex cluster.*
NONE
- The snapshot quiesce mode is none.*CRASH
- The snapshot quiesce mode is crash.*VMTOOLS
- The snapshot quiesce mode is VMTOOLS.*APP_CONSISTENT
- The snapshot quiesce mode is app consistent. - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - owners string[]
- parent
Get
Hyperflex Vm Snapshot Info Parent - parent
Snapshot GetHyperflex Vm Snapshot Info Parent Snapshot - permission
Resources GetHyperflex Vm Snapshot Info Permission Resource[] - replication
Status string - Replication status of the least successful target cluster.*
NONE
- Snapshot replication state is none.*SUCCESS
- Snapshot completed successfully.*FAILED
- Snapshot failed replication status code.*PAUSED
- Snapshot replication paused status code.*IN_USE
- Snapshot replica in use status code.*STARTING
- Snapshot replication starting.*REPLICATING
- Snapshot replication in progress. - string
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- snapshot
Error stringMsg - Error message from snapshot creation or replcation if any exist.
- snapshot
Status string - Snapshot status of the source cluster.*
SUCCESS
- This snapshot status code is success.*FAILED
- This snapshot status code is failed.*IN_PROGRESS
- This snapshot status code is in progress.*DELETING
- This snapshot status code is deleting.*DELETED
- This snapshot status code is deleted.*NONE
- This snapshot status code is none.*INIT
- This snapshot status code is initializing. - source
Timestamp number - Timestamp the snapshot was created on the source cluster.
- src
Cluster GetHyperflex Vm Snapshot Info Src Cluster - src
Cluster stringName - Name of the cluster this snapshot resides on.
- Get
Hyperflex Vm Snapshot Info Tag[] - target
Completion numberTimestamp - Timestamp the snapshot was finished replicating on the target cluster.
- tgt
Cluster GetHyperflex Vm Snapshot Info Tgt Cluster - tgt
Cluster stringName - Name of the cluster this snapshot is replicated to.
- version
Context GetHyperflex Vm Snapshot Info Version Context - vm
Backup GetInfo Hyperflex Vm Snapshot Info Vm Backup Info - vm
Entity GetReference Hyperflex Vm Snapshot Info Vm Entity Reference - vm
Snapshot GetEntity Reference Hyperflex Vm Snapshot Info Vm Snapshot Entity Reference
- account_
moid str - The Account ID for this managed object.
- additional_
properties str - ancestors
Sequence[Get
Hyperflex Vm Snapshot Info Ancestor] - class_
id str - cluster_
id_ Sequence[Getsnap_ maps Hyperflex Vm Snapshot Info Cluster Id Snap Map] - create_
time str - The time when this managed object was created.
- display_
status str - Combined status code from replication and snapshot status to display in the Intersight UI.*
NONE
- Snapshot replication state is none.*SUCCESS
- Snapshot completed successfully.*FAILED
- Snapshot failed replication status code.*PAUSED
- Snapshot replication paused status code.*IN_USE
- Snapshot replica in use status code.*STARTING
- Snapshot replication starting.*REPLICATING
- Snapshot replication in progress. - domain_
group_ strmoid - The DomainGroup ID for this managed object.
- error
Get
Hyperflex Vm Snapshot Info Error - id str
- label str
- The name of the Virtual Machine and the time stamp of the snapshot.
- mod_
time str - The time when this managed object was last modified.
- mode str
- Quiesce Mode for snapshot taken on Hyperflex cluster.*
NONE
- The snapshot quiesce mode is none.*CRASH
- The snapshot quiesce mode is crash.*VMTOOLS
- The snapshot quiesce mode is VMTOOLS.*APP_CONSISTENT
- The snapshot quiesce mode is app consistent. - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - owners Sequence[str]
- parent
Get
Hyperflex Vm Snapshot Info Parent - parent_
snapshot GetHyperflex Vm Snapshot Info Parent Snapshot - permission_
resources Sequence[GetHyperflex Vm Snapshot Info Permission Resource] - replication_
status str - Replication status of the least successful target cluster.*
NONE
- Snapshot replication state is none.*SUCCESS
- Snapshot completed successfully.*FAILED
- Snapshot failed replication status code.*PAUSED
- Snapshot replication paused status code.*IN_USE
- Snapshot replica in use status code.*STARTING
- Snapshot replication starting.*REPLICATING
- Snapshot replication in progress. - str
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- snapshot_
error_ strmsg - Error message from snapshot creation or replcation if any exist.
- snapshot_
status str - Snapshot status of the source cluster.*
SUCCESS
- This snapshot status code is success.*FAILED
- This snapshot status code is failed.*IN_PROGRESS
- This snapshot status code is in progress.*DELETING
- This snapshot status code is deleting.*DELETED
- This snapshot status code is deleted.*NONE
- This snapshot status code is none.*INIT
- This snapshot status code is initializing. - source_
timestamp float - Timestamp the snapshot was created on the source cluster.
- src_
cluster GetHyperflex Vm Snapshot Info Src Cluster - src_
cluster_ strname - Name of the cluster this snapshot resides on.
- Sequence[Get
Hyperflex Vm Snapshot Info Tag] - target_
completion_ floattimestamp - Timestamp the snapshot was finished replicating on the target cluster.
- tgt_
cluster GetHyperflex Vm Snapshot Info Tgt Cluster - tgt_
cluster_ strname - Name of the cluster this snapshot is replicated to.
- version_
context GetHyperflex Vm Snapshot Info Version Context - vm_
backup_ Getinfo Hyperflex Vm Snapshot Info Vm Backup Info - vm_
entity_ Getreference Hyperflex Vm Snapshot Info Vm Entity Reference - vm_
snapshot_ Getentity_ reference Hyperflex Vm Snapshot Info Vm Snapshot Entity Reference
- account
Moid String - The Account ID for this managed object.
- additional
Properties String - ancestors List<Property Map>
- class
Id String - cluster
Id List<Property Map>Snap Maps - create
Time String - The time when this managed object was created.
- display
Status String - Combined status code from replication and snapshot status to display in the Intersight UI.*
NONE
- Snapshot replication state is none.*SUCCESS
- Snapshot completed successfully.*FAILED
- Snapshot failed replication status code.*PAUSED
- Snapshot replication paused status code.*IN_USE
- Snapshot replica in use status code.*STARTING
- Snapshot replication starting.*REPLICATING
- Snapshot replication in progress. - domain
Group StringMoid - The DomainGroup ID for this managed object.
- error Property Map
- id String
- label String
- The name of the Virtual Machine and the time stamp of the snapshot.
- mod
Time String - The time when this managed object was last modified.
- mode String
- Quiesce Mode for snapshot taken on Hyperflex cluster.*
NONE
- The snapshot quiesce mode is none.*CRASH
- The snapshot quiesce mode is crash.*VMTOOLS
- The snapshot quiesce mode is VMTOOLS.*APP_CONSISTENT
- The snapshot quiesce mode is app consistent. - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - owners List<String>
- parent Property Map
- parent
Snapshot Property Map - permission
Resources List<Property Map> - replication
Status String - Replication status of the least successful target cluster.*
NONE
- Snapshot replication state is none.*SUCCESS
- Snapshot completed successfully.*FAILED
- Snapshot failed replication status code.*PAUSED
- Snapshot replication paused status code.*IN_USE
- Snapshot replica in use status code.*STARTING
- Snapshot replication starting.*REPLICATING
- Snapshot replication in progress. - String
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- snapshot
Error StringMsg - Error message from snapshot creation or replcation if any exist.
- snapshot
Status String - Snapshot status of the source cluster.*
SUCCESS
- This snapshot status code is success.*FAILED
- This snapshot status code is failed.*IN_PROGRESS
- This snapshot status code is in progress.*DELETING
- This snapshot status code is deleting.*DELETED
- This snapshot status code is deleted.*NONE
- This snapshot status code is none.*INIT
- This snapshot status code is initializing. - source
Timestamp Number - Timestamp the snapshot was created on the source cluster.
- src
Cluster Property Map - src
Cluster StringName - Name of the cluster this snapshot resides on.
- List<Property Map>
- target
Completion NumberTimestamp - Timestamp the snapshot was finished replicating on the target cluster.
- tgt
Cluster Property Map - tgt
Cluster StringName - Name of the cluster this snapshot is replicated to.
- version
Context Property Map - vm
Backup Property MapInfo - vm
Entity Property MapReference - vm
Snapshot Property MapEntity Reference
getHyperflexVmSnapshotInfo Result
The following output properties are available:
- Id string
- Results
List<Get
Hyperflex Vm Snapshot Info Result> - Account
Moid string - Additional
Properties string - Ancestors
List<Get
Hyperflex Vm Snapshot Info Ancestor> - Class
Id string - Cluster
Id List<GetSnap Maps Hyperflex Vm Snapshot Info Cluster Id Snap Map> - Create
Time string - Display
Status string - Domain
Group stringMoid - Error
Get
Hyperflex Vm Snapshot Info Error - Label string
- Mod
Time string - Mode string
- Moid string
- Object
Type string - Owners List<string>
- Parent
Get
Hyperflex Vm Snapshot Info Parent - Parent
Snapshot GetHyperflex Vm Snapshot Info Parent Snapshot - Permission
Resources List<GetHyperflex Vm Snapshot Info Permission Resource> - Replication
Status string - string
- Snapshot
Error stringMsg - Snapshot
Status string - Source
Timestamp double - Src
Cluster GetHyperflex Vm Snapshot Info Src Cluster - Src
Cluster stringName - List<Get
Hyperflex Vm Snapshot Info Tag> - Target
Completion doubleTimestamp - Tgt
Cluster GetHyperflex Vm Snapshot Info Tgt Cluster - Tgt
Cluster stringName - Version
Context GetHyperflex Vm Snapshot Info Version Context - Vm
Backup GetInfo Hyperflex Vm Snapshot Info Vm Backup Info - Vm
Entity GetReference Hyperflex Vm Snapshot Info Vm Entity Reference - Vm
Snapshot GetEntity Reference Hyperflex Vm Snapshot Info Vm Snapshot Entity Reference
- Id string
- Results
[]Get
Hyperflex Vm Snapshot Info Result - Account
Moid string - Additional
Properties string - Ancestors
[]Get
Hyperflex Vm Snapshot Info Ancestor - Class
Id string - Cluster
Id []GetSnap Maps Hyperflex Vm Snapshot Info Cluster Id Snap Map - Create
Time string - Display
Status string - Domain
Group stringMoid - Error
Get
Hyperflex Vm Snapshot Info Error - Label string
- Mod
Time string - Mode string
- Moid string
- Object
Type string - Owners []string
- Parent
Get
Hyperflex Vm Snapshot Info Parent - Parent
Snapshot GetHyperflex Vm Snapshot Info Parent Snapshot - Permission
Resources []GetHyperflex Vm Snapshot Info Permission Resource - Replication
Status string - string
- Snapshot
Error stringMsg - Snapshot
Status string - Source
Timestamp float64 - Src
Cluster GetHyperflex Vm Snapshot Info Src Cluster - Src
Cluster stringName - []Get
Hyperflex Vm Snapshot Info Tag - Target
Completion float64Timestamp - Tgt
Cluster GetHyperflex Vm Snapshot Info Tgt Cluster - Tgt
Cluster stringName - Version
Context GetHyperflex Vm Snapshot Info Version Context - Vm
Backup GetInfo Hyperflex Vm Snapshot Info Vm Backup Info - Vm
Entity GetReference Hyperflex Vm Snapshot Info Vm Entity Reference - Vm
Snapshot GetEntity Reference Hyperflex Vm Snapshot Info Vm Snapshot Entity Reference
- id String
- results
List<Get
Hyperflex Vm Snapshot Info Result> - account
Moid String - additional
Properties String - ancestors
List<Get
Hyperflex Vm Snapshot Info Ancestor> - class
Id String - cluster
Id List<GetSnap Maps Hyperflex Vm Snapshot Info Cluster Id Snap Map> - create
Time String - display
Status String - domain
Group StringMoid - error
Get
Hyperflex Vm Snapshot Info Error - label String
- mod
Time String - mode String
- moid String
- object
Type String - owners List<String>
- parent
Get
Hyperflex Vm Snapshot Info Parent - parent
Snapshot GetHyperflex Vm Snapshot Info Parent Snapshot - permission
Resources List<GetHyperflex Vm Snapshot Info Permission Resource> - replication
Status String - String
- snapshot
Error StringMsg - snapshot
Status String - source
Timestamp Double - src
Cluster GetHyperflex Vm Snapshot Info Src Cluster - src
Cluster StringName - List<Get
Hyperflex Vm Snapshot Info Tag> - target
Completion DoubleTimestamp - tgt
Cluster GetHyperflex Vm Snapshot Info Tgt Cluster - tgt
Cluster StringName - version
Context GetHyperflex Vm Snapshot Info Version Context - vm
Backup GetInfo Hyperflex Vm Snapshot Info Vm Backup Info - vm
Entity GetReference Hyperflex Vm Snapshot Info Vm Entity Reference - vm
Snapshot GetEntity Reference Hyperflex Vm Snapshot Info Vm Snapshot Entity Reference
- id string
- results
Get
Hyperflex Vm Snapshot Info Result[] - account
Moid string - additional
Properties string - ancestors
Get
Hyperflex Vm Snapshot Info Ancestor[] - class
Id string - cluster
Id GetSnap Maps Hyperflex Vm Snapshot Info Cluster Id Snap Map[] - create
Time string - display
Status string - domain
Group stringMoid - error
Get
Hyperflex Vm Snapshot Info Error - label string
- mod
Time string - mode string
- moid string
- object
Type string - owners string[]
- parent
Get
Hyperflex Vm Snapshot Info Parent - parent
Snapshot GetHyperflex Vm Snapshot Info Parent Snapshot - permission
Resources GetHyperflex Vm Snapshot Info Permission Resource[] - replication
Status string - string
- snapshot
Error stringMsg - snapshot
Status string - source
Timestamp number - src
Cluster GetHyperflex Vm Snapshot Info Src Cluster - src
Cluster stringName - Get
Hyperflex Vm Snapshot Info Tag[] - target
Completion numberTimestamp - tgt
Cluster GetHyperflex Vm Snapshot Info Tgt Cluster - tgt
Cluster stringName - version
Context GetHyperflex Vm Snapshot Info Version Context - vm
Backup GetInfo Hyperflex Vm Snapshot Info Vm Backup Info - vm
Entity GetReference Hyperflex Vm Snapshot Info Vm Entity Reference - vm
Snapshot GetEntity Reference Hyperflex Vm Snapshot Info Vm Snapshot Entity Reference
- id str
- results
Sequence[Get
Hyperflex Vm Snapshot Info Result] - account_
moid str - additional_
properties str - ancestors
Sequence[Get
Hyperflex Vm Snapshot Info Ancestor] - class_
id str - cluster_
id_ Sequence[Getsnap_ maps Hyperflex Vm Snapshot Info Cluster Id Snap Map] - create_
time str - display_
status str - domain_
group_ strmoid - error
Get
Hyperflex Vm Snapshot Info Error - label str
- mod_
time str - mode str
- moid str
- object_
type str - owners Sequence[str]
- parent
Get
Hyperflex Vm Snapshot Info Parent - parent_
snapshot GetHyperflex Vm Snapshot Info Parent Snapshot - permission_
resources Sequence[GetHyperflex Vm Snapshot Info Permission Resource] - replication_
status str - str
- snapshot_
error_ strmsg - snapshot_
status str - source_
timestamp float - src_
cluster GetHyperflex Vm Snapshot Info Src Cluster - src_
cluster_ strname - Sequence[Get
Hyperflex Vm Snapshot Info Tag] - target_
completion_ floattimestamp - tgt_
cluster GetHyperflex Vm Snapshot Info Tgt Cluster - tgt_
cluster_ strname - version_
context GetHyperflex Vm Snapshot Info Version Context - vm_
backup_ Getinfo Hyperflex Vm Snapshot Info Vm Backup Info - vm_
entity_ Getreference Hyperflex Vm Snapshot Info Vm Entity Reference - vm_
snapshot_ Getentity_ reference Hyperflex Vm Snapshot Info Vm Snapshot Entity Reference
- id String
- results List<Property Map>
- account
Moid String - additional
Properties String - ancestors List<Property Map>
- class
Id String - cluster
Id List<Property Map>Snap Maps - create
Time String - display
Status String - domain
Group StringMoid - error Property Map
- label String
- mod
Time String - mode String
- moid String
- object
Type String - owners List<String>
- parent Property Map
- parent
Snapshot Property Map - permission
Resources List<Property Map> - replication
Status String - String
- snapshot
Error StringMsg - snapshot
Status String - source
Timestamp Number - src
Cluster Property Map - src
Cluster StringName - List<Property Map>
- target
Completion NumberTimestamp - tgt
Cluster Property Map - tgt
Cluster StringName - version
Context Property Map - vm
Backup Property MapInfo - vm
Entity Property MapReference - vm
Snapshot Property MapEntity Reference
Supporting Types
GetHyperflexVmSnapshotInfoAncestor
- 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'.
GetHyperflexVmSnapshotInfoClusterIdSnapMap
- 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 - ClusterId of the snapshot point.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Snapshot
Point GetHyperflex Vm Snapshot Info Cluster Id Snap Map Snapshot Point - Snapshot point details for this cluster.
- 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 - ClusterId of the snapshot point.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Snapshot
Point GetHyperflex Vm Snapshot Info Cluster Id Snap Map Snapshot Point - Snapshot point details for this cluster.
- 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 - ClusterId of the snapshot point.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- snapshot
Point GetHyperflex Vm Snapshot Info Cluster Id Snap Map Snapshot Point - Snapshot point details for this cluster.
- 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 - ClusterId of the snapshot point.
- object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- snapshot
Point GetHyperflex Vm Snapshot Info Cluster Id Snap Map Snapshot Point - Snapshot point details for this cluster.
- additional_
properties str - class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- cluster_
id str - ClusterId of the snapshot point.
- object_
type str - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- snapshot_
point GetHyperflex Vm Snapshot Info Cluster Id Snap Map Snapshot Point - Snapshot point details for this cluster.
- 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 - ClusterId of the snapshot point.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- snapshot
Point Property Map - Snapshot point details for this cluster.
GetHyperflexVmSnapshotInfoClusterIdSnapMapSnapshotPoint
- 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
Entity GetReference Hyperflex Vm Snapshot Info Cluster Id Snap Map Snapshot Point Cluster Entity Reference - Cluster to which this snapshot belongs.
- 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 Snapshot Info Cluster Id Snap Map Snapshot Point Replication Status - Replication status of the least successful target cluster.*
NONE
- Snapshot replication state is none.*SUCCESS
- Snapshot completed successfully.*FAILED
- Snapshot failed replication status code.*PAUSED
- Snapshot replication paused status code.*IN_USE
- Snapshot replica in use status code.*STARTING
- Snapshot replication starting.*REPLICATING
- Snapshot replication in progress. - Snapshot
Files GetHyperflex Vm Snapshot Info Cluster Id Snap Map Snapshot Point Snapshot Files - Files this snapshot is comprised of.
- Snapshot
Point GetEntity Reference Hyperflex Vm Snapshot Info Cluster Id Snap Map Snapshot Point Snapshot Point Entity Reference - EntityReference for this snapshot point.
- Snapshot
Status GetHyperflex Vm Snapshot Info Cluster Id Snap Map Snapshot Point Snapshot Status - Snapshot status of the source cluster.*
SUCCESS
- This snapshot status code is success.*FAILED
- This snapshot status code is failed.*IN_PROGRESS
- This snapshot status code is in progress.*DELETING
- This snapshot status code is deleting.*DELETED
- This snapshot status code is deleted.*NONE
- This snapshot status code is none.*INIT
- This snapshot status code is initializing. - Vm
Runtime GetInfo Hyperflex Vm Snapshot Info Cluster Id Snap Map Snapshot Point Vm Runtime Info - Virtual machine runtime information.
- 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
Entity GetReference Hyperflex Vm Snapshot Info Cluster Id Snap Map Snapshot Point Cluster Entity Reference - Cluster to which this snapshot belongs.
- 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 Snapshot Info Cluster Id Snap Map Snapshot Point Replication Status - Replication status of the least successful target cluster.*
NONE
- Snapshot replication state is none.*SUCCESS
- Snapshot completed successfully.*FAILED
- Snapshot failed replication status code.*PAUSED
- Snapshot replication paused status code.*IN_USE
- Snapshot replica in use status code.*STARTING
- Snapshot replication starting.*REPLICATING
- Snapshot replication in progress. - Snapshot
Files GetHyperflex Vm Snapshot Info Cluster Id Snap Map Snapshot Point Snapshot Files - Files this snapshot is comprised of.
- Snapshot
Point GetEntity Reference Hyperflex Vm Snapshot Info Cluster Id Snap Map Snapshot Point Snapshot Point Entity Reference - EntityReference for this snapshot point.
- Snapshot
Status GetHyperflex Vm Snapshot Info Cluster Id Snap Map Snapshot Point Snapshot Status - Snapshot status of the source cluster.*
SUCCESS
- This snapshot status code is success.*FAILED
- This snapshot status code is failed.*IN_PROGRESS
- This snapshot status code is in progress.*DELETING
- This snapshot status code is deleting.*DELETED
- This snapshot status code is deleted.*NONE
- This snapshot status code is none.*INIT
- This snapshot status code is initializing. - Vm
Runtime GetInfo Hyperflex Vm Snapshot Info Cluster Id Snap Map Snapshot Point Vm Runtime Info - Virtual machine runtime information.
- 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
Entity GetReference Hyperflex Vm Snapshot Info Cluster Id Snap Map Snapshot Point Cluster Entity Reference - Cluster to which this snapshot belongs.
- 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 Snapshot Info Cluster Id Snap Map Snapshot Point Replication Status - Replication status of the least successful target cluster.*
NONE
- Snapshot replication state is none.*SUCCESS
- Snapshot completed successfully.*FAILED
- Snapshot failed replication status code.*PAUSED
- Snapshot replication paused status code.*IN_USE
- Snapshot replica in use status code.*STARTING
- Snapshot replication starting.*REPLICATING
- Snapshot replication in progress. - snapshot
Files GetHyperflex Vm Snapshot Info Cluster Id Snap Map Snapshot Point Snapshot Files - Files this snapshot is comprised of.
- snapshot
Point GetEntity Reference Hyperflex Vm Snapshot Info Cluster Id Snap Map Snapshot Point Snapshot Point Entity Reference - EntityReference for this snapshot point.
- snapshot
Status GetHyperflex Vm Snapshot Info Cluster Id Snap Map Snapshot Point Snapshot Status - Snapshot status of the source cluster.*
SUCCESS
- This snapshot status code is success.*FAILED
- This snapshot status code is failed.*IN_PROGRESS
- This snapshot status code is in progress.*DELETING
- This snapshot status code is deleting.*DELETED
- This snapshot status code is deleted.*NONE
- This snapshot status code is none.*INIT
- This snapshot status code is initializing. - vm
Runtime GetInfo Hyperflex Vm Snapshot Info Cluster Id Snap Map Snapshot Point Vm Runtime Info - Virtual machine runtime information.
- 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
Entity GetReference Hyperflex Vm Snapshot Info Cluster Id Snap Map Snapshot Point Cluster Entity Reference - Cluster to which this snapshot belongs.
- 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 Snapshot Info Cluster Id Snap Map Snapshot Point Replication Status - Replication status of the least successful target cluster.*
NONE
- Snapshot replication state is none.*SUCCESS
- Snapshot completed successfully.*FAILED
- Snapshot failed replication status code.*PAUSED
- Snapshot replication paused status code.*IN_USE
- Snapshot replica in use status code.*STARTING
- Snapshot replication starting.*REPLICATING
- Snapshot replication in progress. - snapshot
Files GetHyperflex Vm Snapshot Info Cluster Id Snap Map Snapshot Point Snapshot Files - Files this snapshot is comprised of.
- snapshot
Point GetEntity Reference Hyperflex Vm Snapshot Info Cluster Id Snap Map Snapshot Point Snapshot Point Entity Reference - EntityReference for this snapshot point.
- snapshot
Status GetHyperflex Vm Snapshot Info Cluster Id Snap Map Snapshot Point Snapshot Status - Snapshot status of the source cluster.*
SUCCESS
- This snapshot status code is success.*FAILED
- This snapshot status code is failed.*IN_PROGRESS
- This snapshot status code is in progress.*DELETING
- This snapshot status code is deleting.*DELETED
- This snapshot status code is deleted.*NONE
- This snapshot status code is none.*INIT
- This snapshot status code is initializing. - vm
Runtime GetInfo Hyperflex Vm Snapshot Info Cluster Id Snap Map Snapshot Point Vm Runtime Info - Virtual machine runtime information.
- additional_
properties str - class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- cluster_
entity_ Getreference Hyperflex Vm Snapshot Info Cluster Id Snap Map Snapshot Point Cluster Entity Reference - Cluster to which this snapshot belongs.
- object_
type str - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- replication_
status GetHyperflex Vm Snapshot Info Cluster Id Snap Map Snapshot Point Replication Status - Replication status of the least successful target cluster.*
NONE
- Snapshot replication state is none.*SUCCESS
- Snapshot completed successfully.*FAILED
- Snapshot failed replication status code.*PAUSED
- Snapshot replication paused status code.*IN_USE
- Snapshot replica in use status code.*STARTING
- Snapshot replication starting.*REPLICATING
- Snapshot replication in progress. - snapshot_
files GetHyperflex Vm Snapshot Info Cluster Id Snap Map Snapshot Point Snapshot Files - Files this snapshot is comprised of.
- snapshot_
point_ Getentity_ reference Hyperflex Vm Snapshot Info Cluster Id Snap Map Snapshot Point Snapshot Point Entity Reference - EntityReference for this snapshot point.
- snapshot_
status GetHyperflex Vm Snapshot Info Cluster Id Snap Map Snapshot Point Snapshot Status - Snapshot status of the source cluster.*
SUCCESS
- This snapshot status code is success.*FAILED
- This snapshot status code is failed.*IN_PROGRESS
- This snapshot status code is in progress.*DELETING
- This snapshot status code is deleting.*DELETED
- This snapshot status code is deleted.*NONE
- This snapshot status code is none.*INIT
- This snapshot status code is initializing. - vm_
runtime_ Getinfo Hyperflex Vm Snapshot Info Cluster Id Snap Map Snapshot Point Vm Runtime Info - Virtual machine runtime information.
- 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
Entity Property MapReference - Cluster to which this snapshot belongs.
- 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 of the least successful target cluster.*
NONE
- Snapshot replication state is none.*SUCCESS
- Snapshot completed successfully.*FAILED
- Snapshot failed replication status code.*PAUSED
- Snapshot replication paused status code.*IN_USE
- Snapshot replica in use status code.*STARTING
- Snapshot replication starting.*REPLICATING
- Snapshot replication in progress. - snapshot
Files Property Map - Files this snapshot is comprised of.
- snapshot
Point Property MapEntity Reference - EntityReference for this snapshot point.
- snapshot
Status Property Map - Snapshot status of the source cluster.*
SUCCESS
- This snapshot status code is success.*FAILED
- This snapshot status code is failed.*IN_PROGRESS
- This snapshot status code is in progress.*DELETING
- This snapshot status code is deleting.*DELETED
- This snapshot status code is deleted.*NONE
- This snapshot status code is none.*INIT
- This snapshot status code is initializing. - vm
Runtime Property MapInfo - Virtual machine runtime information.
GetHyperflexVmSnapshotInfoClusterIdSnapMapSnapshotPointClusterEntityReference
- 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.
GetHyperflexVmSnapshotInfoClusterIdSnapMapSnapshotPointReplicationStatus
- 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 Snapshot Info Cluster Id Snap Map Snapshot Point 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 Snapshot Info Cluster Id Snap Map Snapshot Point Replication Status Pack Entity Reference - EntityReference for the Replication Pack.
- Pct
Complete double - Completion percentage for the replication job.
- Rpo
Status GetHyperflex Vm Snapshot Info Cluster Id Snap Map Snapshot Point Replication Status Rpo Status - Status for timeliness of replication job in relation to the schedule interval.
- Start
Time 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 Snapshot Info Cluster Id Snap Map Snapshot Point 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 Snapshot Info Cluster Id Snap Map Snapshot Point Replication Status Pack Entity Reference - EntityReference for the Replication Pack.
- Pct
Complete float64 - Completion percentage for the replication job.
- Rpo
Status GetHyperflex Vm Snapshot Info Cluster Id Snap Map Snapshot Point Replication Status Rpo Status - Status for timeliness of replication job in relation to the schedule interval.
- Start
Time 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 Snapshot Info Cluster Id Snap Map Snapshot Point 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 Snapshot Info Cluster Id Snap Map Snapshot Point Replication Status Pack Entity Reference - EntityReference for the Replication Pack.
- pct
Complete Double - Completion percentage for the replication job.
- rpo
Status GetHyperflex Vm Snapshot Info Cluster Id Snap Map Snapshot Point Replication Status Rpo Status - Status for timeliness of replication job in relation to the schedule interval.
- start
Time 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 Snapshot Info Cluster Id Snap Map Snapshot Point 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 Snapshot Info Cluster Id Snap Map Snapshot Point Replication Status Pack Entity Reference - EntityReference for the Replication Pack.
- pct
Complete number - Completion percentage for the replication job.
- rpo
Status GetHyperflex Vm Snapshot Info Cluster Id Snap Map Snapshot Point Replication Status Rpo Status - Status for timeliness of replication job in relation to the schedule interval.
- start
Time 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 Snapshot Info Cluster Id Snap Map Snapshot Point Replication Status Error - Error information in case of failure.
- object_
type str - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- pack_
entity_ Getreference Hyperflex Vm Snapshot Info Cluster Id Snap Map Snapshot Point Replication Status Pack Entity Reference - EntityReference for the Replication Pack.
- pct_
complete float - Completion percentage for the replication job.
- rpo_
status GetHyperflex Vm Snapshot Info Cluster Id Snap Map Snapshot Point Replication Status Rpo Status - Status for timeliness of replication job in relation to the schedule interval.
- start_
time float - Replication start time for this snapshot.
- status str
- Current replication state for a particular snapshot.
NONE
- Snapshot replication state is none.SUCCESS
- Snapshot completed successfully.FAILED
- Snapshot failed replication status code.PAUSED
- Snapshot replication paused status code.IN_USE
- Snapshot replica in use status code.STARTING
- Snapshot replication starting.REPLICATING
- Snapshot replication in progress.
- 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.
GetHyperflexVmSnapshotInfoClusterIdSnapMapSnapshotPointReplicationStatusError
- 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.
GetHyperflexVmSnapshotInfoClusterIdSnapMapSnapshotPointReplicationStatusPackEntityReference
- 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.
GetHyperflexVmSnapshotInfoClusterIdSnapMapSnapshotPointReplicationStatusRpoStatus
- 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.
GetHyperflexVmSnapshotInfoClusterIdSnapMapSnapshotPointSnapshotFiles
- 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.
- Name
Tracked List<GetFiles Hyperflex Vm Snapshot Info Cluster Id Snap Map Snapshot Point Snapshot Files Name Tracked File> - Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Uuid
Tracked List<GetDisks Maps Hyperflex Vm Snapshot Info Cluster Id Snap Map Snapshot Point Snapshot Files Uuid Tracked Disks Map>
- 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.
- Name
Tracked []GetFiles Hyperflex Vm Snapshot Info Cluster Id Snap Map Snapshot Point Snapshot Files Name Tracked File - Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Uuid
Tracked []GetDisks Maps Hyperflex Vm Snapshot Info Cluster Id Snap Map Snapshot Point Snapshot Files Uuid Tracked Disks Map
- 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.
- name
Tracked List<GetFiles Hyperflex Vm Snapshot Info Cluster Id Snap Map Snapshot Point Snapshot Files Name Tracked File> - object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- uuid
Tracked List<GetDisks Maps Hyperflex Vm Snapshot Info Cluster Id Snap Map Snapshot Point Snapshot Files Uuid Tracked Disks Map>
- 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.
- name
Tracked GetFiles Hyperflex Vm Snapshot Info Cluster Id Snap Map Snapshot Point Snapshot Files Name Tracked File[] - object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- uuid
Tracked GetDisks Maps Hyperflex Vm Snapshot Info Cluster Id Snap Map Snapshot Point Snapshot Files Uuid Tracked Disks Map[]
- additional_
properties str - class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- name_
tracked_ Sequence[Getfiles Hyperflex Vm Snapshot Info Cluster Id Snap Map Snapshot Point Snapshot Files Name Tracked File] - object_
type str - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- uuid_
tracked_ Sequence[Getdisks_ maps Hyperflex Vm Snapshot Info Cluster Id Snap Map Snapshot Point Snapshot Files Uuid Tracked Disks Map]
- 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.
- name
Tracked List<Property Map>Files - object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- uuid
Tracked List<Property Map>Disks Maps
GetHyperflexVmSnapshotInfoClusterIdSnapMapSnapshotPointSnapshotFilesNameTrackedFile
- 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.
- Ds
Info GetHyperflex Vm Snapshot Info Cluster Id Snap Map Snapshot Point Snapshot Files Name Tracked File Ds Info - Datastore for which this file resides.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Relative
File stringPath - Relative file path within the datastore.
- 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.
- Ds
Info GetHyperflex Vm Snapshot Info Cluster Id Snap Map Snapshot Point Snapshot Files Name Tracked File Ds Info - Datastore for which this file resides.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Relative
File stringPath - Relative file path within the datastore.
- 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.
- ds
Info GetHyperflex Vm Snapshot Info Cluster Id Snap Map Snapshot Point Snapshot Files Name Tracked File Ds Info - Datastore for which this file resides.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- relative
File StringPath - Relative file path within the datastore.
- 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.
- ds
Info GetHyperflex Vm Snapshot Info Cluster Id Snap Map Snapshot Point Snapshot Files Name Tracked File Ds Info - Datastore for which this file resides.
- object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- relative
File stringPath - Relative file path within the datastore.
- additional_
properties str - class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- ds_
info GetHyperflex Vm Snapshot Info Cluster Id Snap Map Snapshot Point Snapshot Files Name Tracked File Ds Info - Datastore for which this file resides.
- object_
type str - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- relative_
file_ strpath - Relative file path within the datastore.
- 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.
- ds
Info Property Map - Datastore for which this file resides.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- relative
File StringPath - Relative file path within the datastore.
GetHyperflexVmSnapshotInfoClusterIdSnapMapSnapshotPointSnapshotFilesNameTrackedFileDsInfo
- 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.
- Ds
Backend stringId - This datastore's backend unique id.
- Ds
Frontend stringId - This datastore's frontend id.
- 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.
- Ds
Backend stringId - This datastore's backend unique id.
- Ds
Frontend stringId - This datastore's frontend id.
- 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.
- ds
Backend StringId - This datastore's backend unique id.
- ds
Frontend StringId - This datastore's frontend id.
- 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.
- ds
Backend stringId - This datastore's backend unique id.
- ds
Frontend stringId - This datastore's frontend id.
- 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.
- ds_
backend_ strid - This datastore's backend unique id.
- ds_
frontend_ strid - This datastore's frontend id.
- object_
type str - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- 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.
- ds
Backend StringId - This datastore's backend unique id.
- ds
Frontend StringId - This datastore's frontend id.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
GetHyperflexVmSnapshotInfoClusterIdSnapMapSnapshotPointSnapshotFilesUuidTrackedDisksMap
- 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.
- Tracked
Disk GetHyperflex Vm Snapshot Info Cluster Id Snap Map Snapshot Point Snapshot Files Uuid Tracked Disks Map Tracked Disk - Tracked Disk for a snapshot.
- Uuid string
- Disk unique id for a 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.
- Tracked
Disk GetHyperflex Vm Snapshot Info Cluster Id Snap Map Snapshot Point Snapshot Files Uuid Tracked Disks Map Tracked Disk - Tracked Disk for a snapshot.
- Uuid string
- Disk unique id for a 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.
- tracked
Disk GetHyperflex Vm Snapshot Info Cluster Id Snap Map Snapshot Point Snapshot Files Uuid Tracked Disks Map Tracked Disk - Tracked Disk for a snapshot.
- uuid String
- Disk unique id for a 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.
- tracked
Disk GetHyperflex Vm Snapshot Info Cluster Id Snap Map Snapshot Point Snapshot Files Uuid Tracked Disks Map Tracked Disk - Tracked Disk for a snapshot.
- uuid string
- Disk unique id for a snapshot.
- additional_
properties str - class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- object_
type str - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- tracked_
disk GetHyperflex Vm Snapshot Info Cluster Id Snap Map Snapshot Point Snapshot Files Uuid Tracked Disks Map Tracked Disk - Tracked Disk for a snapshot.
- uuid str
- Disk unique id for a snapshot.
- 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.
- tracked
Disk Property Map - Tracked Disk for a snapshot.
- uuid String
- Disk unique id for a snapshot.
GetHyperflexVmSnapshotInfoClusterIdSnapMapSnapshotPointSnapshotFilesUuidTrackedDisksMapTrackedDisk
- 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.
- Disk
Files List<GetHyperflex Vm Snapshot Info Cluster Id Snap Map Snapshot Point Snapshot Files Uuid Tracked Disks Map Tracked Disk Disk File> - Disk
Type string - Disk type for a vm virtual disk.
NONE
- The disk type for this VM is None.NATIVE
- The disk type for this VM is Native.NONNATIVE
- The disk type for this VM is Non-Native.
- 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.
- Disk
Files []GetHyperflex Vm Snapshot Info Cluster Id Snap Map Snapshot Point Snapshot Files Uuid Tracked Disks Map Tracked Disk Disk File - Disk
Type string - Disk type for a vm virtual disk.
NONE
- The disk type for this VM is None.NATIVE
- The disk type for this VM is Native.NONNATIVE
- The disk type for this VM is Non-Native.
- 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.
- disk
Files List<GetHyperflex Vm Snapshot Info Cluster Id Snap Map Snapshot Point Snapshot Files Uuid Tracked Disks Map Tracked Disk Disk File> - disk
Type String - Disk type for a vm virtual disk.
NONE
- The disk type for this VM is None.NATIVE
- The disk type for this VM is Native.NONNATIVE
- The disk type for this VM is Non-Native.
- 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.
- disk
Files GetHyperflex Vm Snapshot Info Cluster Id Snap Map Snapshot Point Snapshot Files Uuid Tracked Disks Map Tracked Disk Disk File[] - disk
Type string - Disk type for a vm virtual disk.
NONE
- The disk type for this VM is None.NATIVE
- The disk type for this VM is Native.NONNATIVE
- The disk type for this VM is Non-Native.
- 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.
- disk_
files Sequence[GetHyperflex Vm Snapshot Info Cluster Id Snap Map Snapshot Point Snapshot Files Uuid Tracked Disks Map Tracked Disk Disk File] - disk_
type str - Disk type for a vm virtual disk.
NONE
- The disk type for this VM is None.NATIVE
- The disk type for this VM is Native.NONNATIVE
- The disk type for this VM is Non-Native.
- object_
type str - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- 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.
- disk
Files List<Property Map> - disk
Type String - Disk type for a vm virtual disk.
NONE
- The disk type for this VM is None.NATIVE
- The disk type for this VM is Native.NONNATIVE
- The disk type for this VM is Non-Native.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
GetHyperflexVmSnapshotInfoClusterIdSnapMapSnapshotPointSnapshotFilesUuidTrackedDisksMapTrackedDiskDiskFile
- 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.
- File
Path GetHyperflex Vm Snapshot Info Cluster Id Snap Map Snapshot Point Snapshot Files Uuid Tracked Disks Map Tracked Disk Disk File File Path - File path and datastore information.
- File
Type string - File type for the tracked file.
- 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.
- File
Path GetHyperflex Vm Snapshot Info Cluster Id Snap Map Snapshot Point Snapshot Files Uuid Tracked Disks Map Tracked Disk Disk File File Path - File path and datastore information.
- File
Type string - File type for the tracked file.
- 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.
- file
Path GetHyperflex Vm Snapshot Info Cluster Id Snap Map Snapshot Point Snapshot Files Uuid Tracked Disks Map Tracked Disk Disk File File Path - File path and datastore information.
- file
Type String - File type for the tracked file.
- 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.
- file
Path GetHyperflex Vm Snapshot Info Cluster Id Snap Map Snapshot Point Snapshot Files Uuid Tracked Disks Map Tracked Disk Disk File File Path - File path and datastore information.
- file
Type string - File type for the tracked file.
- 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.
- file_
path GetHyperflex Vm Snapshot Info Cluster Id Snap Map Snapshot Point Snapshot Files Uuid Tracked Disks Map Tracked Disk Disk File File Path - File path and datastore information.
- file_
type str - File type for the tracked file.
- object_
type str - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- 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.
- file
Path Property Map - File path and datastore information.
- file
Type String - File type for the tracked file.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
GetHyperflexVmSnapshotInfoClusterIdSnapMapSnapshotPointSnapshotFilesUuidTrackedDisksMapTrackedDiskDiskFileFilePath
- 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.
- Ds
Info GetHyperflex Vm Snapshot Info Cluster Id Snap Map Snapshot Point Snapshot Files Uuid Tracked Disks Map Tracked Disk Disk File File Path Ds Info - Datastore for which this file resides.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Relative
File stringPath - Relative file path within the datastore.
- 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.
- Ds
Info GetHyperflex Vm Snapshot Info Cluster Id Snap Map Snapshot Point Snapshot Files Uuid Tracked Disks Map Tracked Disk Disk File File Path Ds Info - Datastore for which this file resides.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Relative
File stringPath - Relative file path within the datastore.
- 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.
- ds
Info GetHyperflex Vm Snapshot Info Cluster Id Snap Map Snapshot Point Snapshot Files Uuid Tracked Disks Map Tracked Disk Disk File File Path Ds Info - Datastore for which this file resides.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- relative
File StringPath - Relative file path within the datastore.
- 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.
- ds
Info GetHyperflex Vm Snapshot Info Cluster Id Snap Map Snapshot Point Snapshot Files Uuid Tracked Disks Map Tracked Disk Disk File File Path Ds Info - Datastore for which this file resides.
- object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- relative
File stringPath - Relative file path within the datastore.
- additional_
properties str - class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- ds_
info GetHyperflex Vm Snapshot Info Cluster Id Snap Map Snapshot Point Snapshot Files Uuid Tracked Disks Map Tracked Disk Disk File File Path Ds Info - Datastore for which this file resides.
- object_
type str - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- relative_
file_ strpath - Relative file path within the datastore.
- 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.
- ds
Info Property Map - Datastore for which this file resides.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- relative
File StringPath - Relative file path within the datastore.
GetHyperflexVmSnapshotInfoClusterIdSnapMapSnapshotPointSnapshotFilesUuidTrackedDisksMapTrackedDiskDiskFileFilePathDsInfo
- 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.
- Ds
Backend stringId - This datastore's backend unique id.
- Ds
Frontend stringId - This datastore's frontend id.
- 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.
- Ds
Backend stringId - This datastore's backend unique id.
- Ds
Frontend stringId - This datastore's frontend id.
- 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.
- ds
Backend StringId - This datastore's backend unique id.
- ds
Frontend StringId - This datastore's frontend id.
- 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.
- ds
Backend stringId - This datastore's backend unique id.
- ds
Frontend stringId - This datastore's frontend id.
- 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.
- ds_
backend_ strid - This datastore's backend unique id.
- ds_
frontend_ strid - This datastore's frontend id.
- object_
type str - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- 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.
- ds
Backend StringId - This datastore's backend unique id.
- ds
Frontend StringId - This datastore's frontend id.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
GetHyperflexVmSnapshotInfoClusterIdSnapMapSnapshotPointSnapshotPointEntityReference
- 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.
GetHyperflexVmSnapshotInfoClusterIdSnapMapSnapshotPointSnapshotStatus
- 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 Snapshot Info Cluster Id Snap Map Snapshot Point 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 Snapshot Info Cluster Id Snap Map Snapshot Point 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 Snapshot Info Cluster Id Snap Map Snapshot Point 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 Snapshot Info Cluster Id Snap Map Snapshot Point 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 Snapshot Info Cluster Id Snap Map Snapshot Point Snapshot Status Error - Error information in case of failure.
- object_
type str - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- pct_
complete float - Completion percentage for this snapshot.
- status str
- Current snapshot state for this snapshot.
SUCCESS
- This snapshot status code is success.FAILED
- This snapshot status code is failed.IN_PROGRESS
- This snapshot status code is in progress.DELETING
- This snapshot status code is deleting.DELETED
- This snapshot status code is deleted.NONE
- This snapshot status code is none.INIT
- This snapshot status code is initializing.
- timestamp float
- Timestamp at which the Snapshot is taken.
- used_
space float - Space Used by this Snapshot Point.
- 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.
GetHyperflexVmSnapshotInfoClusterIdSnapMapSnapshotPointSnapshotStatusError
- 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.
GetHyperflexVmSnapshotInfoClusterIdSnapMapSnapshotPointVmRuntimeInfo
- 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 Snapshot Info Cluster Id Snap Map Snapshot Point Vm Runtime 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 Snapshot Info Cluster Id Snap Map Snapshot Point Vm Runtime 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 Snapshot Info Cluster Id Snap Map Snapshot Point Vm Runtime 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 Snapshot Info Cluster Id Snap Map Snapshot Point Vm Runtime 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 Snapshot Info Cluster Id Snap Map Snapshot Point Vm Runtime Info Run Time Info - Virtual machine runtime details.
- status_
code str - Virtual machine status code.
VM_ACCESSIBLE
- This virtual machine is accessible.VM_INACCESSIBLE
- This virtual machine is not accessible.VM_NOT_SUPPORTED
- This virtual machine is not supported.NONE
- This virtual machine does not have a status code.
- uuid str
- Virtual machine's current UUID.
- 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.
GetHyperflexVmSnapshotInfoClusterIdSnapMapSnapshotPointVmRuntimeInfoRunTimeInfo
- 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.
GetHyperflexVmSnapshotInfoError
- 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.
GetHyperflexVmSnapshotInfoParent
- 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'.
GetHyperflexVmSnapshotInfoParentSnapshot
- 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.
GetHyperflexVmSnapshotInfoPermissionResource
- 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'.
GetHyperflexVmSnapshotInfoResult
- Account
Moid string - The Account ID for this managed object.
- Additional
Properties string - Ancestors
List<Get
Hyperflex Vm Snapshot Info Result Ancestor> - Class
Id string - Cluster
Id List<GetSnap Maps Hyperflex Vm Snapshot Info Result Cluster Id Snap Map> - Create
Time string - The time when this managed object was created.
- Display
Status string - Combined status code from replication and snapshot status to display in the Intersight UI.*
NONE
- Snapshot replication state is none.*SUCCESS
- Snapshot completed successfully.*FAILED
- Snapshot failed replication status code.*PAUSED
- Snapshot replication paused status code.*IN_USE
- Snapshot replica in use status code.*STARTING
- Snapshot replication starting.*REPLICATING
- Snapshot replication in progress. - Domain
Group stringMoid - The DomainGroup ID for this managed object.
- Errors
List<Get
Hyperflex Vm Snapshot Info Result Error> - Label string
- The name of the Virtual Machine and the time stamp of the snapshot.
- Mod
Time string - The time when this managed object was last modified.
- Mode string
- Quiesce Mode for snapshot taken on Hyperflex cluster.*
NONE
- The snapshot quiesce mode is none.*CRASH
- The snapshot quiesce mode is crash.*VMTOOLS
- The snapshot quiesce mode is VMTOOLS.*APP_CONSISTENT
- The snapshot quiesce mode is app consistent. - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Owners List<string>
- Parent
Snapshots List<GetHyperflex Vm Snapshot Info Result Parent Snapshot> - Parents
List<Get
Hyperflex Vm Snapshot Info Result Parent> - Permission
Resources List<GetHyperflex Vm Snapshot Info Result Permission Resource> - Replication
Status string - Replication status of the least successful target cluster.*
NONE
- Snapshot replication state is none.*SUCCESS
- Snapshot completed successfully.*FAILED
- Snapshot failed replication status code.*PAUSED
- Snapshot replication paused status code.*IN_USE
- Snapshot replica in use status code.*STARTING
- Snapshot replication starting.*REPLICATING
- Snapshot replication in progress. - string
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- Snapshot
Error stringMsg - Error message from snapshot creation or replcation if any exist.
- Snapshot
Status string - Snapshot status of the source cluster.*
SUCCESS
- This snapshot status code is success.*FAILED
- This snapshot status code is failed.*IN_PROGRESS
- This snapshot status code is in progress.*DELETING
- This snapshot status code is deleting.*DELETED
- This snapshot status code is deleted.*NONE
- This snapshot status code is none.*INIT
- This snapshot status code is initializing. - Source
Timestamp double - Timestamp the snapshot was created on the source cluster.
- Src
Cluster stringName - Name of the cluster this snapshot resides on.
- Src
Clusters List<GetHyperflex Vm Snapshot Info Result Src Cluster> - List<Get
Hyperflex Vm Snapshot Info Result Tag> - Target
Completion doubleTimestamp - Timestamp the snapshot was finished replicating on the target cluster.
- Tgt
Cluster stringName - Name of the cluster this snapshot is replicated to.
- Tgt
Clusters List<GetHyperflex Vm Snapshot Info Result Tgt Cluster> - Version
Contexts List<GetHyperflex Vm Snapshot Info Result Version Context> - Vm
Backup List<GetInfos Hyperflex Vm Snapshot Info Result Vm Backup Info> - Vm
Entity List<GetReferences Hyperflex Vm Snapshot Info Result Vm Entity Reference> - Vm
Snapshot List<GetEntity References Hyperflex Vm Snapshot Info Result Vm Snapshot Entity Reference>
- Account
Moid string - The Account ID for this managed object.
- Additional
Properties string - Ancestors
[]Get
Hyperflex Vm Snapshot Info Result Ancestor - Class
Id string - Cluster
Id []GetSnap Maps Hyperflex Vm Snapshot Info Result Cluster Id Snap Map - Create
Time string - The time when this managed object was created.
- Display
Status string - Combined status code from replication and snapshot status to display in the Intersight UI.*
NONE
- Snapshot replication state is none.*SUCCESS
- Snapshot completed successfully.*FAILED
- Snapshot failed replication status code.*PAUSED
- Snapshot replication paused status code.*IN_USE
- Snapshot replica in use status code.*STARTING
- Snapshot replication starting.*REPLICATING
- Snapshot replication in progress. - Domain
Group stringMoid - The DomainGroup ID for this managed object.
- Errors
[]Get
Hyperflex Vm Snapshot Info Result Error - Label string
- The name of the Virtual Machine and the time stamp of the snapshot.
- Mod
Time string - The time when this managed object was last modified.
- Mode string
- Quiesce Mode for snapshot taken on Hyperflex cluster.*
NONE
- The snapshot quiesce mode is none.*CRASH
- The snapshot quiesce mode is crash.*VMTOOLS
- The snapshot quiesce mode is VMTOOLS.*APP_CONSISTENT
- The snapshot quiesce mode is app consistent. - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Owners []string
- Parent
Snapshots []GetHyperflex Vm Snapshot Info Result Parent Snapshot - Parents
[]Get
Hyperflex Vm Snapshot Info Result Parent - Permission
Resources []GetHyperflex Vm Snapshot Info Result Permission Resource - Replication
Status string - Replication status of the least successful target cluster.*
NONE
- Snapshot replication state is none.*SUCCESS
- Snapshot completed successfully.*FAILED
- Snapshot failed replication status code.*PAUSED
- Snapshot replication paused status code.*IN_USE
- Snapshot replica in use status code.*STARTING
- Snapshot replication starting.*REPLICATING
- Snapshot replication in progress. - string
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- Snapshot
Error stringMsg - Error message from snapshot creation or replcation if any exist.
- Snapshot
Status string - Snapshot status of the source cluster.*
SUCCESS
- This snapshot status code is success.*FAILED
- This snapshot status code is failed.*IN_PROGRESS
- This snapshot status code is in progress.*DELETING
- This snapshot status code is deleting.*DELETED
- This snapshot status code is deleted.*NONE
- This snapshot status code is none.*INIT
- This snapshot status code is initializing. - Source
Timestamp float64 - Timestamp the snapshot was created on the source cluster.
- Src
Cluster stringName - Name of the cluster this snapshot resides on.
- Src
Clusters []GetHyperflex Vm Snapshot Info Result Src Cluster - []Get
Hyperflex Vm Snapshot Info Result Tag - Target
Completion float64Timestamp - Timestamp the snapshot was finished replicating on the target cluster.
- Tgt
Cluster stringName - Name of the cluster this snapshot is replicated to.
- Tgt
Clusters []GetHyperflex Vm Snapshot Info Result Tgt Cluster - Version
Contexts []GetHyperflex Vm Snapshot Info Result Version Context - Vm
Backup []GetInfos Hyperflex Vm Snapshot Info Result Vm Backup Info - Vm
Entity []GetReferences Hyperflex Vm Snapshot Info Result Vm Entity Reference - Vm
Snapshot []GetEntity References Hyperflex Vm Snapshot Info Result Vm Snapshot Entity Reference
- account
Moid String - The Account ID for this managed object.
- additional
Properties String - ancestors
List<Get
Hyperflex Vm Snapshot Info Result Ancestor> - class
Id String - cluster
Id List<GetSnap Maps Hyperflex Vm Snapshot Info Result Cluster Id Snap Map> - create
Time String - The time when this managed object was created.
- display
Status String - Combined status code from replication and snapshot status to display in the Intersight UI.*
NONE
- Snapshot replication state is none.*SUCCESS
- Snapshot completed successfully.*FAILED
- Snapshot failed replication status code.*PAUSED
- Snapshot replication paused status code.*IN_USE
- Snapshot replica in use status code.*STARTING
- Snapshot replication starting.*REPLICATING
- Snapshot replication in progress. - domain
Group StringMoid - The DomainGroup ID for this managed object.
- errors
List<Get
Hyperflex Vm Snapshot Info Result Error> - label String
- The name of the Virtual Machine and the time stamp of the snapshot.
- mod
Time String - The time when this managed object was last modified.
- mode String
- Quiesce Mode for snapshot taken on Hyperflex cluster.*
NONE
- The snapshot quiesce mode is none.*CRASH
- The snapshot quiesce mode is crash.*VMTOOLS
- The snapshot quiesce mode is VMTOOLS.*APP_CONSISTENT
- The snapshot quiesce mode is app consistent. - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - owners List<String>
- parent
Snapshots List<GetHyperflex Vm Snapshot Info Result Parent Snapshot> - parents
List<Get
Hyperflex Vm Snapshot Info Result Parent> - permission
Resources List<GetHyperflex Vm Snapshot Info Result Permission Resource> - replication
Status String - Replication status of the least successful target cluster.*
NONE
- Snapshot replication state is none.*SUCCESS
- Snapshot completed successfully.*FAILED
- Snapshot failed replication status code.*PAUSED
- Snapshot replication paused status code.*IN_USE
- Snapshot replica in use status code.*STARTING
- Snapshot replication starting.*REPLICATING
- Snapshot replication in progress. - String
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- snapshot
Error StringMsg - Error message from snapshot creation or replcation if any exist.
- snapshot
Status String - Snapshot status of the source cluster.*
SUCCESS
- This snapshot status code is success.*FAILED
- This snapshot status code is failed.*IN_PROGRESS
- This snapshot status code is in progress.*DELETING
- This snapshot status code is deleting.*DELETED
- This snapshot status code is deleted.*NONE
- This snapshot status code is none.*INIT
- This snapshot status code is initializing. - source
Timestamp Double - Timestamp the snapshot was created on the source cluster.
- src
Cluster StringName - Name of the cluster this snapshot resides on.
- src
Clusters List<GetHyperflex Vm Snapshot Info Result Src Cluster> - List<Get
Hyperflex Vm Snapshot Info Result Tag> - target
Completion DoubleTimestamp - Timestamp the snapshot was finished replicating on the target cluster.
- tgt
Cluster StringName - Name of the cluster this snapshot is replicated to.
- tgt
Clusters List<GetHyperflex Vm Snapshot Info Result Tgt Cluster> - version
Contexts List<GetHyperflex Vm Snapshot Info Result Version Context> - vm
Backup List<GetInfos Hyperflex Vm Snapshot Info Result Vm Backup Info> - vm
Entity List<GetReferences Hyperflex Vm Snapshot Info Result Vm Entity Reference> - vm
Snapshot List<GetEntity References Hyperflex Vm Snapshot Info Result Vm Snapshot Entity Reference>
- account
Moid string - The Account ID for this managed object.
- additional
Properties string - ancestors
Get
Hyperflex Vm Snapshot Info Result Ancestor[] - class
Id string - cluster
Id GetSnap Maps Hyperflex Vm Snapshot Info Result Cluster Id Snap Map[] - create
Time string - The time when this managed object was created.
- display
Status string - Combined status code from replication and snapshot status to display in the Intersight UI.*
NONE
- Snapshot replication state is none.*SUCCESS
- Snapshot completed successfully.*FAILED
- Snapshot failed replication status code.*PAUSED
- Snapshot replication paused status code.*IN_USE
- Snapshot replica in use status code.*STARTING
- Snapshot replication starting.*REPLICATING
- Snapshot replication in progress. - domain
Group stringMoid - The DomainGroup ID for this managed object.
- errors
Get
Hyperflex Vm Snapshot Info Result Error[] - label string
- The name of the Virtual Machine and the time stamp of the snapshot.
- mod
Time string - The time when this managed object was last modified.
- mode string
- Quiesce Mode for snapshot taken on Hyperflex cluster.*
NONE
- The snapshot quiesce mode is none.*CRASH
- The snapshot quiesce mode is crash.*VMTOOLS
- The snapshot quiesce mode is VMTOOLS.*APP_CONSISTENT
- The snapshot quiesce mode is app consistent. - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - owners string[]
- parent
Snapshots GetHyperflex Vm Snapshot Info Result Parent Snapshot[] - parents
Get
Hyperflex Vm Snapshot Info Result Parent[] - permission
Resources GetHyperflex Vm Snapshot Info Result Permission Resource[] - replication
Status string - Replication status of the least successful target cluster.*
NONE
- Snapshot replication state is none.*SUCCESS
- Snapshot completed successfully.*FAILED
- Snapshot failed replication status code.*PAUSED
- Snapshot replication paused status code.*IN_USE
- Snapshot replica in use status code.*STARTING
- Snapshot replication starting.*REPLICATING
- Snapshot replication in progress. - string
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- snapshot
Error stringMsg - Error message from snapshot creation or replcation if any exist.
- snapshot
Status string - Snapshot status of the source cluster.*
SUCCESS
- This snapshot status code is success.*FAILED
- This snapshot status code is failed.*IN_PROGRESS
- This snapshot status code is in progress.*DELETING
- This snapshot status code is deleting.*DELETED
- This snapshot status code is deleted.*NONE
- This snapshot status code is none.*INIT
- This snapshot status code is initializing. - source
Timestamp number - Timestamp the snapshot was created on the source cluster.
- src
Cluster stringName - Name of the cluster this snapshot resides on.
- src
Clusters GetHyperflex Vm Snapshot Info Result Src Cluster[] - Get
Hyperflex Vm Snapshot Info Result Tag[] - target
Completion numberTimestamp - Timestamp the snapshot was finished replicating on the target cluster.
- tgt
Cluster stringName - Name of the cluster this snapshot is replicated to.
- tgt
Clusters GetHyperflex Vm Snapshot Info Result Tgt Cluster[] - version
Contexts GetHyperflex Vm Snapshot Info Result Version Context[] - vm
Backup GetInfos Hyperflex Vm Snapshot Info Result Vm Backup Info[] - vm
Entity GetReferences Hyperflex Vm Snapshot Info Result Vm Entity Reference[] - vm
Snapshot GetEntity References Hyperflex Vm Snapshot Info Result Vm Snapshot Entity Reference[]
- account_
moid str - The Account ID for this managed object.
- additional_
properties str - ancestors
Sequence[Get
Hyperflex Vm Snapshot Info Result Ancestor] - class_
id str - cluster_
id_ Sequence[Getsnap_ maps Hyperflex Vm Snapshot Info Result Cluster Id Snap Map] - create_
time str - The time when this managed object was created.
- display_
status str - Combined status code from replication and snapshot status to display in the Intersight UI.*
NONE
- Snapshot replication state is none.*SUCCESS
- Snapshot completed successfully.*FAILED
- Snapshot failed replication status code.*PAUSED
- Snapshot replication paused status code.*IN_USE
- Snapshot replica in use status code.*STARTING
- Snapshot replication starting.*REPLICATING
- Snapshot replication in progress. - domain_
group_ strmoid - The DomainGroup ID for this managed object.
- errors
Sequence[Get
Hyperflex Vm Snapshot Info Result Error] - label str
- The name of the Virtual Machine and the time stamp of the snapshot.
- mod_
time str - The time when this managed object was last modified.
- mode str
- Quiesce Mode for snapshot taken on Hyperflex cluster.*
NONE
- The snapshot quiesce mode is none.*CRASH
- The snapshot quiesce mode is crash.*VMTOOLS
- The snapshot quiesce mode is VMTOOLS.*APP_CONSISTENT
- The snapshot quiesce mode is app consistent. - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - owners Sequence[str]
- parent_
snapshots Sequence[GetHyperflex Vm Snapshot Info Result Parent Snapshot] - parents
Sequence[Get
Hyperflex Vm Snapshot Info Result Parent] - permission_
resources Sequence[GetHyperflex Vm Snapshot Info Result Permission Resource] - replication_
status str - Replication status of the least successful target cluster.*
NONE
- Snapshot replication state is none.*SUCCESS
- Snapshot completed successfully.*FAILED
- Snapshot failed replication status code.*PAUSED
- Snapshot replication paused status code.*IN_USE
- Snapshot replica in use status code.*STARTING
- Snapshot replication starting.*REPLICATING
- Snapshot replication in progress. - str
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- snapshot_
error_ strmsg - Error message from snapshot creation or replcation if any exist.
- snapshot_
status str - Snapshot status of the source cluster.*
SUCCESS
- This snapshot status code is success.*FAILED
- This snapshot status code is failed.*IN_PROGRESS
- This snapshot status code is in progress.*DELETING
- This snapshot status code is deleting.*DELETED
- This snapshot status code is deleted.*NONE
- This snapshot status code is none.*INIT
- This snapshot status code is initializing. - source_
timestamp float - Timestamp the snapshot was created on the source cluster.
- src_
cluster_ strname - Name of the cluster this snapshot resides on.
- src_
clusters Sequence[GetHyperflex Vm Snapshot Info Result Src Cluster] - Sequence[Get
Hyperflex Vm Snapshot Info Result Tag] - target_
completion_ floattimestamp - Timestamp the snapshot was finished replicating on the target cluster.
- tgt_
cluster_ strname - Name of the cluster this snapshot is replicated to.
- tgt_
clusters Sequence[GetHyperflex Vm Snapshot Info Result Tgt Cluster] - version_
contexts Sequence[GetHyperflex Vm Snapshot Info Result Version Context] - vm_
backup_ Sequence[Getinfos Hyperflex Vm Snapshot Info Result Vm Backup Info] - vm_
entity_ Sequence[Getreferences Hyperflex Vm Snapshot Info Result Vm Entity Reference] - vm_
snapshot_ Sequence[Getentity_ references Hyperflex Vm Snapshot Info Result Vm Snapshot Entity Reference]
- account
Moid String - The Account ID for this managed object.
- additional
Properties String - ancestors List<Property Map>
- class
Id String - cluster
Id List<Property Map>Snap Maps - create
Time String - The time when this managed object was created.
- display
Status String - Combined status code from replication and snapshot status to display in the Intersight UI.*
NONE
- Snapshot replication state is none.*SUCCESS
- Snapshot completed successfully.*FAILED
- Snapshot failed replication status code.*PAUSED
- Snapshot replication paused status code.*IN_USE
- Snapshot replica in use status code.*STARTING
- Snapshot replication starting.*REPLICATING
- Snapshot replication in progress. - domain
Group StringMoid - The DomainGroup ID for this managed object.
- errors List<Property Map>
- label String
- The name of the Virtual Machine and the time stamp of the snapshot.
- mod
Time String - The time when this managed object was last modified.
- mode String
- Quiesce Mode for snapshot taken on Hyperflex cluster.*
NONE
- The snapshot quiesce mode is none.*CRASH
- The snapshot quiesce mode is crash.*VMTOOLS
- The snapshot quiesce mode is VMTOOLS.*APP_CONSISTENT
- The snapshot quiesce mode is app consistent. - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - owners List<String>
- parent
Snapshots List<Property Map> - parents List<Property Map>
- permission
Resources List<Property Map> - replication
Status String - Replication status of the least successful target cluster.*
NONE
- Snapshot replication state is none.*SUCCESS
- Snapshot completed successfully.*FAILED
- Snapshot failed replication status code.*PAUSED
- Snapshot replication paused status code.*IN_USE
- Snapshot replica in use status code.*STARTING
- Snapshot replication starting.*REPLICATING
- Snapshot replication in progress. - String
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- snapshot
Error StringMsg - Error message from snapshot creation or replcation if any exist.
- snapshot
Status String - Snapshot status of the source cluster.*
SUCCESS
- This snapshot status code is success.*FAILED
- This snapshot status code is failed.*IN_PROGRESS
- This snapshot status code is in progress.*DELETING
- This snapshot status code is deleting.*DELETED
- This snapshot status code is deleted.*NONE
- This snapshot status code is none.*INIT
- This snapshot status code is initializing. - source
Timestamp Number - Timestamp the snapshot was created on the source cluster.
- src
Cluster StringName - Name of the cluster this snapshot resides on.
- src
Clusters List<Property Map> - List<Property Map>
- target
Completion NumberTimestamp - Timestamp the snapshot was finished replicating on the target cluster.
- tgt
Cluster StringName - Name of the cluster this snapshot is replicated to.
- tgt
Clusters List<Property Map> - version
Contexts List<Property Map> - vm
Backup List<Property Map>Infos - vm
Entity List<Property Map>References - vm
Snapshot List<Property Map>Entity References
GetHyperflexVmSnapshotInfoResultAncestor
- 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
GetHyperflexVmSnapshotInfoResultClusterIdSnapMap
- additional
Properties String - class
Id String - cluster
Id String - object
Type String - snapshot
Points List<Property Map>
GetHyperflexVmSnapshotInfoResultClusterIdSnapMapSnapshotPoint
- Additional
Properties string - Class
Id string - Cluster
Entity List<GetReferences Hyperflex Vm Snapshot Info Result Cluster Id Snap Map Snapshot Point Cluster Entity Reference> - Object
Type string - Replication
Statuses List<GetHyperflex Vm Snapshot Info Result Cluster Id Snap Map Snapshot Point Replication Status> - Replication status of the least successful target cluster.*
NONE
- Snapshot replication state is none.*SUCCESS
- Snapshot completed successfully.*FAILED
- Snapshot failed replication status code.*PAUSED
- Snapshot replication paused status code.*IN_USE
- Snapshot replica in use status code.*STARTING
- Snapshot replication starting.*REPLICATING
- Snapshot replication in progress. - Snapshot
Files List<GetHyperflex Vm Snapshot Info Result Cluster Id Snap Map Snapshot Point Snapshot File> - Snapshot
Point List<GetEntity References Hyperflex Vm Snapshot Info Result Cluster Id Snap Map Snapshot Point Snapshot Point Entity Reference> - Snapshot
Statuses List<GetHyperflex Vm Snapshot Info Result Cluster Id Snap Map Snapshot Point Snapshot Status> - Snapshot status of the source cluster.*
SUCCESS
- This snapshot status code is success.*FAILED
- This snapshot status code is failed.*IN_PROGRESS
- This snapshot status code is in progress.*DELETING
- This snapshot status code is deleting.*DELETED
- This snapshot status code is deleted.*NONE
- This snapshot status code is none.*INIT
- This snapshot status code is initializing. - Vm
Runtime List<GetInfos Hyperflex Vm Snapshot Info Result Cluster Id Snap Map Snapshot Point Vm Runtime Info>
- Additional
Properties string - Class
Id string - Cluster
Entity []GetReferences Hyperflex Vm Snapshot Info Result Cluster Id Snap Map Snapshot Point Cluster Entity Reference - Object
Type string - Replication
Statuses []GetHyperflex Vm Snapshot Info Result Cluster Id Snap Map Snapshot Point Replication Status - Replication status of the least successful target cluster.*
NONE
- Snapshot replication state is none.*SUCCESS
- Snapshot completed successfully.*FAILED
- Snapshot failed replication status code.*PAUSED
- Snapshot replication paused status code.*IN_USE
- Snapshot replica in use status code.*STARTING
- Snapshot replication starting.*REPLICATING
- Snapshot replication in progress. - Snapshot
Files []GetHyperflex Vm Snapshot Info Result Cluster Id Snap Map Snapshot Point Snapshot File - Snapshot
Point []GetEntity References Hyperflex Vm Snapshot Info Result Cluster Id Snap Map Snapshot Point Snapshot Point Entity Reference - Snapshot
Statuses []GetHyperflex Vm Snapshot Info Result Cluster Id Snap Map Snapshot Point Snapshot Status - Snapshot status of the source cluster.*
SUCCESS
- This snapshot status code is success.*FAILED
- This snapshot status code is failed.*IN_PROGRESS
- This snapshot status code is in progress.*DELETING
- This snapshot status code is deleting.*DELETED
- This snapshot status code is deleted.*NONE
- This snapshot status code is none.*INIT
- This snapshot status code is initializing. - Vm
Runtime []GetInfos Hyperflex Vm Snapshot Info Result Cluster Id Snap Map Snapshot Point Vm Runtime Info
- additional
Properties String - class
Id String - cluster
Entity List<GetReferences Hyperflex Vm Snapshot Info Result Cluster Id Snap Map Snapshot Point Cluster Entity Reference> - object
Type String - replication
Statuses List<GetHyperflex Vm Snapshot Info Result Cluster Id Snap Map Snapshot Point Replication Status> - Replication status of the least successful target cluster.*
NONE
- Snapshot replication state is none.*SUCCESS
- Snapshot completed successfully.*FAILED
- Snapshot failed replication status code.*PAUSED
- Snapshot replication paused status code.*IN_USE
- Snapshot replica in use status code.*STARTING
- Snapshot replication starting.*REPLICATING
- Snapshot replication in progress. - snapshot
Files List<GetHyperflex Vm Snapshot Info Result Cluster Id Snap Map Snapshot Point Snapshot File> - snapshot
Point List<GetEntity References Hyperflex Vm Snapshot Info Result Cluster Id Snap Map Snapshot Point Snapshot Point Entity Reference> - snapshot
Statuses List<GetHyperflex Vm Snapshot Info Result Cluster Id Snap Map Snapshot Point Snapshot Status> - Snapshot status of the source cluster.*
SUCCESS
- This snapshot status code is success.*FAILED
- This snapshot status code is failed.*IN_PROGRESS
- This snapshot status code is in progress.*DELETING
- This snapshot status code is deleting.*DELETED
- This snapshot status code is deleted.*NONE
- This snapshot status code is none.*INIT
- This snapshot status code is initializing. - vm
Runtime List<GetInfos Hyperflex Vm Snapshot Info Result Cluster Id Snap Map Snapshot Point Vm Runtime Info>
- additional
Properties string - class
Id string - cluster
Entity GetReferences Hyperflex Vm Snapshot Info Result Cluster Id Snap Map Snapshot Point Cluster Entity Reference[] - object
Type string - replication
Statuses GetHyperflex Vm Snapshot Info Result Cluster Id Snap Map Snapshot Point Replication Status[] - Replication status of the least successful target cluster.*
NONE
- Snapshot replication state is none.*SUCCESS
- Snapshot completed successfully.*FAILED
- Snapshot failed replication status code.*PAUSED
- Snapshot replication paused status code.*IN_USE
- Snapshot replica in use status code.*STARTING
- Snapshot replication starting.*REPLICATING
- Snapshot replication in progress. - snapshot
Files GetHyperflex Vm Snapshot Info Result Cluster Id Snap Map Snapshot Point Snapshot File[] - snapshot
Point GetEntity References Hyperflex Vm Snapshot Info Result Cluster Id Snap Map Snapshot Point Snapshot Point Entity Reference[] - snapshot
Statuses GetHyperflex Vm Snapshot Info Result Cluster Id Snap Map Snapshot Point Snapshot Status[] - Snapshot status of the source cluster.*
SUCCESS
- This snapshot status code is success.*FAILED
- This snapshot status code is failed.*IN_PROGRESS
- This snapshot status code is in progress.*DELETING
- This snapshot status code is deleting.*DELETED
- This snapshot status code is deleted.*NONE
- This snapshot status code is none.*INIT
- This snapshot status code is initializing. - vm
Runtime GetInfos Hyperflex Vm Snapshot Info Result Cluster Id Snap Map Snapshot Point Vm Runtime Info[]
- additional_
properties str - class_
id str - cluster_
entity_ Sequence[Getreferences Hyperflex Vm Snapshot Info Result Cluster Id Snap Map Snapshot Point Cluster Entity Reference] - object_
type str - replication_
statuses Sequence[GetHyperflex Vm Snapshot Info Result Cluster Id Snap Map Snapshot Point Replication Status] - Replication status of the least successful target cluster.*
NONE
- Snapshot replication state is none.*SUCCESS
- Snapshot completed successfully.*FAILED
- Snapshot failed replication status code.*PAUSED
- Snapshot replication paused status code.*IN_USE
- Snapshot replica in use status code.*STARTING
- Snapshot replication starting.*REPLICATING
- Snapshot replication in progress. - snapshot_
files Sequence[GetHyperflex Vm Snapshot Info Result Cluster Id Snap Map Snapshot Point Snapshot File] - snapshot_
point_ Sequence[Getentity_ references Hyperflex Vm Snapshot Info Result Cluster Id Snap Map Snapshot Point Snapshot Point Entity Reference] - snapshot_
statuses Sequence[GetHyperflex Vm Snapshot Info Result Cluster Id Snap Map Snapshot Point Snapshot Status] - Snapshot status of the source cluster.*
SUCCESS
- This snapshot status code is success.*FAILED
- This snapshot status code is failed.*IN_PROGRESS
- This snapshot status code is in progress.*DELETING
- This snapshot status code is deleting.*DELETED
- This snapshot status code is deleted.*NONE
- This snapshot status code is none.*INIT
- This snapshot status code is initializing. - vm_
runtime_ Sequence[Getinfos Hyperflex Vm Snapshot Info Result Cluster Id Snap Map Snapshot Point Vm Runtime Info]
- additional
Properties String - class
Id String - cluster
Entity List<Property Map>References - object
Type String - replication
Statuses List<Property Map> - Replication status of the least successful target cluster.*
NONE
- Snapshot replication state is none.*SUCCESS
- Snapshot completed successfully.*FAILED
- Snapshot failed replication status code.*PAUSED
- Snapshot replication paused status code.*IN_USE
- Snapshot replica in use status code.*STARTING
- Snapshot replication starting.*REPLICATING
- Snapshot replication in progress. - snapshot
Files List<Property Map> - snapshot
Point List<Property Map>Entity References - snapshot
Statuses List<Property Map> - Snapshot status of the source cluster.*
SUCCESS
- This snapshot status code is success.*FAILED
- This snapshot status code is failed.*IN_PROGRESS
- This snapshot status code is in progress.*DELETING
- This snapshot status code is deleting.*DELETED
- This snapshot status code is deleted.*NONE
- This snapshot status code is none.*INIT
- This snapshot status code is initializing. - vm
Runtime List<Property Map>Infos
GetHyperflexVmSnapshotInfoResultClusterIdSnapMapSnapshotPointClusterEntityReference
- 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
GetHyperflexVmSnapshotInfoResultClusterIdSnapMapSnapshotPointReplicationStatus
- Additional
Properties string - Bytes
Replicated double - Class
Id string - End
Time double - Errors
List<Get
Hyperflex Vm Snapshot Info Result Cluster Id Snap Map Snapshot Point Replication Status Error> - Object
Type string - Pack
Entity List<GetReferences Hyperflex Vm Snapshot Info Result Cluster Id Snap Map Snapshot Point Replication Status Pack Entity Reference> - Pct
Complete double - Rpo
Statuses List<GetHyperflex Vm Snapshot Info Result Cluster Id Snap Map Snapshot Point 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 Snapshot Info Result Cluster Id Snap Map Snapshot Point Replication Status Error - Object
Type string - Pack
Entity []GetReferences Hyperflex Vm Snapshot Info Result Cluster Id Snap Map Snapshot Point Replication Status Pack Entity Reference - Pct
Complete float64 - Rpo
Statuses []GetHyperflex Vm Snapshot Info Result Cluster Id Snap Map Snapshot Point 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 Snapshot Info Result Cluster Id Snap Map Snapshot Point Replication Status Error> - object
Type String - pack
Entity List<GetReferences Hyperflex Vm Snapshot Info Result Cluster Id Snap Map Snapshot Point Replication Status Pack Entity Reference> - pct
Complete Double - rpo
Statuses List<GetHyperflex Vm Snapshot Info Result Cluster Id Snap Map Snapshot Point 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 Snapshot Info Result Cluster Id Snap Map Snapshot Point Replication Status Error[] - object
Type string - pack
Entity GetReferences Hyperflex Vm Snapshot Info Result Cluster Id Snap Map Snapshot Point Replication Status Pack Entity Reference[] - pct
Complete number - rpo
Statuses GetHyperflex Vm Snapshot Info Result Cluster Id Snap Map Snapshot Point 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 Snapshot Info Result Cluster Id Snap Map Snapshot Point Replication Status Error] - object_
type str - pack_
entity_ Sequence[Getreferences Hyperflex Vm Snapshot Info Result Cluster Id Snap Map Snapshot Point Replication Status Pack Entity Reference] - pct_
complete float - rpo_
statuses Sequence[GetHyperflex Vm Snapshot Info Result Cluster Id Snap Map Snapshot Point Replication Status Rpo Status] - start_
time float - status str
- 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
GetHyperflexVmSnapshotInfoResultClusterIdSnapMapSnapshotPointReplicationStatusError
- 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
GetHyperflexVmSnapshotInfoResultClusterIdSnapMapSnapshotPointReplicationStatusPackEntityReference
- 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
GetHyperflexVmSnapshotInfoResultClusterIdSnapMapSnapshotPointReplicationStatusRpoStatus
- 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
GetHyperflexVmSnapshotInfoResultClusterIdSnapMapSnapshotPointSnapshotFile
GetHyperflexVmSnapshotInfoResultClusterIdSnapMapSnapshotPointSnapshotFileNameTrackedFile
- additional
Properties String - class
Id String - ds
Infos List<Property Map> - object
Type String - relative
File StringPath
GetHyperflexVmSnapshotInfoResultClusterIdSnapMapSnapshotPointSnapshotFileNameTrackedFileDsInfo
- Additional
Properties string - Class
Id string - Ds
Backend stringId - Ds
Frontend stringId - Object
Type string
- Additional
Properties string - Class
Id string - Ds
Backend stringId - Ds
Frontend stringId - Object
Type string
- additional
Properties String - class
Id String - ds
Backend StringId - ds
Frontend StringId - object
Type String
- additional
Properties string - class
Id string - ds
Backend stringId - ds
Frontend stringId - object
Type string
- additional_
properties str - class_
id str - ds_
backend_ strid - ds_
frontend_ strid - object_
type str
- additional
Properties String - class
Id String - ds
Backend StringId - ds
Frontend StringId - object
Type String
GetHyperflexVmSnapshotInfoResultClusterIdSnapMapSnapshotPointSnapshotFileUuidTrackedDisksMap
- additional
Properties String - class
Id String - object
Type String - tracked
Disks List<Property Map> - uuid String
GetHyperflexVmSnapshotInfoResultClusterIdSnapMapSnapshotPointSnapshotFileUuidTrackedDisksMapTrackedDisk
- additional
Properties String - class
Id String - disk
Files List<Property Map> - disk
Type String - object
Type String
GetHyperflexVmSnapshotInfoResultClusterIdSnapMapSnapshotPointSnapshotFileUuidTrackedDisksMapTrackedDiskDiskFile
- additional
Properties String - class
Id String - file
Paths List<Property Map> - file
Type String - object
Type String
GetHyperflexVmSnapshotInfoResultClusterIdSnapMapSnapshotPointSnapshotFileUuidTrackedDisksMapTrackedDiskDiskFileFilePath
- additional
Properties String - class
Id String - ds
Infos List<Property Map> - object
Type String - relative
File StringPath
GetHyperflexVmSnapshotInfoResultClusterIdSnapMapSnapshotPointSnapshotFileUuidTrackedDisksMapTrackedDiskDiskFileFilePathDsInfo
- Additional
Properties string - Class
Id string - Ds
Backend stringId - Ds
Frontend stringId - Object
Type string
- Additional
Properties string - Class
Id string - Ds
Backend stringId - Ds
Frontend stringId - Object
Type string
- additional
Properties String - class
Id String - ds
Backend StringId - ds
Frontend StringId - object
Type String
- additional
Properties string - class
Id string - ds
Backend stringId - ds
Frontend stringId - object
Type string
- additional_
properties str - class_
id str - ds_
backend_ strid - ds_
frontend_ strid - object_
type str
- additional
Properties String - class
Id String - ds
Backend StringId - ds
Frontend StringId - object
Type String
GetHyperflexVmSnapshotInfoResultClusterIdSnapMapSnapshotPointSnapshotPointEntityReference
- 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
GetHyperflexVmSnapshotInfoResultClusterIdSnapMapSnapshotPointSnapshotStatus
- Additional
Properties string - Class
Id string - Description string
- Errors
List<Get
Hyperflex Vm Snapshot Info Result Cluster Id Snap Map Snapshot Point 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 Snapshot Info Result Cluster Id Snap Map Snapshot Point 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 Snapshot Info Result Cluster Id Snap Map Snapshot Point 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 Snapshot Info Result Cluster Id Snap Map Snapshot Point 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
GetHyperflexVmSnapshotInfoResultClusterIdSnapMapSnapshotPointSnapshotStatusError
- 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
GetHyperflexVmSnapshotInfoResultClusterIdSnapMapSnapshotPointVmRuntimeInfo
- additional
Properties String - class
Id String - object
Type String - run
Time List<Property Map>Infos - status
Code String - uuid String
GetHyperflexVmSnapshotInfoResultClusterIdSnapMapSnapshotPointVmRuntimeInfoRunTimeInfo
- 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
GetHyperflexVmSnapshotInfoResultError
- 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
GetHyperflexVmSnapshotInfoResultParent
- 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
GetHyperflexVmSnapshotInfoResultParentSnapshot
- 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
GetHyperflexVmSnapshotInfoResultPermissionResource
- 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
GetHyperflexVmSnapshotInfoResultSrcCluster
- 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
GetHyperflexVmSnapshotInfoResultTag
- 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
GetHyperflexVmSnapshotInfoResultTgtCluster
- 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
GetHyperflexVmSnapshotInfoResultVersionContext
- 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
GetHyperflexVmSnapshotInfoResultVersionContextInterestedMo
- 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
GetHyperflexVmSnapshotInfoResultVersionContextRefMo
- 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
GetHyperflexVmSnapshotInfoResultVmBackupInfo
- 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
GetHyperflexVmSnapshotInfoResultVmEntityReference
- 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
GetHyperflexVmSnapshotInfoResultVmSnapshotEntityReference
- 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
GetHyperflexVmSnapshotInfoSrcCluster
- 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'.
GetHyperflexVmSnapshotInfoTag
- 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.
GetHyperflexVmSnapshotInfoTgtCluster
- 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'.
GetHyperflexVmSnapshotInfoVersionContext
- 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 Snapshot Info Version Context Interested Mo> - Marked
For boolDeletion - The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- Nr
Version 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 Snapshot 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 Snapshot Info Version Context Interested Mo - Marked
For boolDeletion - The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- Nr
Version 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 Snapshot 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 Snapshot 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 Snapshot 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 Snapshot 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 Snapshot 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 Snapshot Info Version Context Interested Mo] - marked_
for_ booldeletion - The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nr_
version str - The version of the Managed Object, e.g. an incrementing number or a hash id.
- object_
type str - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- ref_
mo GetHyperflex Vm Snapshot Info Version Context Ref Mo - A reference to the original Managed Object.
- timestamp str
- The time this versioned Managed Object was created.
- version_
type str - Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.
Modified
- Version created every time an object is modified.Configured
- Version created every time an object is configured to the service profile.Deployed
- Version created for objects related to a service profile when it is deployed.
- 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.
GetHyperflexVmSnapshotInfoVersionContextInterestedMo
- 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'.
GetHyperflexVmSnapshotInfoVersionContextRefMo
- 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'.
GetHyperflexVmSnapshotInfoVmBackupInfo
- 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'.
GetHyperflexVmSnapshotInfoVmEntityReference
- 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.
GetHyperflexVmSnapshotInfoVmSnapshotEntityReference
- 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.
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