1. Packages
  2. Intersight Provider
  3. API Docs
  4. getVirtualizationVmwareVirtualMachineSnapshot
intersight 1.0.63 published on Wednesday, Apr 16, 2025 by ciscodevnet

intersight.getVirtualizationVmwareVirtualMachineSnapshot

Explore with Pulumi AI

The virtual machine snapshot is represented here.

Using getVirtualizationVmwareVirtualMachineSnapshot

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 getVirtualizationVmwareVirtualMachineSnapshot(args: GetVirtualizationVmwareVirtualMachineSnapshotArgs, opts?: InvokeOptions): Promise<GetVirtualizationVmwareVirtualMachineSnapshotResult>
function getVirtualizationVmwareVirtualMachineSnapshotOutput(args: GetVirtualizationVmwareVirtualMachineSnapshotOutputArgs, opts?: InvokeOptions): Output<GetVirtualizationVmwareVirtualMachineSnapshotResult>
Copy
def get_virtualization_vmware_virtual_machine_snapshot(account_moid: Optional[str] = None,
                                                       additional_properties: Optional[str] = None,
                                                       ancestors: Optional[Sequence[GetVirtualizationVmwareVirtualMachineSnapshotAncestor]] = None,
                                                       class_id: Optional[str] = None,
                                                       create_time: Optional[str] = None,
                                                       creation_time: Optional[str] = None,
                                                       current_snapshot: Optional[bool] = None,
                                                       description: Optional[str] = None,
                                                       domain_group_moid: Optional[str] = None,
                                                       golden: Optional[bool] = None,
                                                       id: Optional[str] = None,
                                                       identity: Optional[str] = None,
                                                       key: Optional[float] = None,
                                                       mod_time: Optional[str] = None,
                                                       moid: Optional[str] = None,
                                                       name: Optional[str] = None,
                                                       object_type: Optional[str] = None,
                                                       owners: Optional[Sequence[str]] = None,
                                                       parent: Optional[GetVirtualizationVmwareVirtualMachineSnapshotParent] = None,
                                                       permission_resources: Optional[Sequence[GetVirtualizationVmwareVirtualMachineSnapshotPermissionResource]] = None,
                                                       predecessor_id: Optional[float] = None,
                                                       quiesced: Optional[bool] = None,
                                                       ref_value: Optional[str] = None,
                                                       registered_device: Optional[GetVirtualizationVmwareVirtualMachineSnapshotRegisteredDevice] = None,
                                                       shared_scope: Optional[str] = None,
                                                       snapshot_size: Optional[float] = None,
                                                       tags: Optional[Sequence[GetVirtualizationVmwareVirtualMachineSnapshotTag]] = None,
                                                       version_context: Optional[GetVirtualizationVmwareVirtualMachineSnapshotVersionContext] = None,
                                                       virtual_machine: Optional[GetVirtualizationVmwareVirtualMachineSnapshotVirtualMachine] = None,
                                                       opts: Optional[InvokeOptions] = None) -> GetVirtualizationVmwareVirtualMachineSnapshotResult
def get_virtualization_vmware_virtual_machine_snapshot_output(account_moid: Optional[pulumi.Input[str]] = None,
                                                       additional_properties: Optional[pulumi.Input[str]] = None,
                                                       ancestors: Optional[pulumi.Input[Sequence[pulumi.Input[GetVirtualizationVmwareVirtualMachineSnapshotAncestorArgs]]]] = None,
                                                       class_id: Optional[pulumi.Input[str]] = None,
                                                       create_time: Optional[pulumi.Input[str]] = None,
                                                       creation_time: Optional[pulumi.Input[str]] = None,
                                                       current_snapshot: Optional[pulumi.Input[bool]] = None,
                                                       description: Optional[pulumi.Input[str]] = None,
                                                       domain_group_moid: Optional[pulumi.Input[str]] = None,
                                                       golden: Optional[pulumi.Input[bool]] = None,
                                                       id: Optional[pulumi.Input[str]] = None,
                                                       identity: Optional[pulumi.Input[str]] = None,
                                                       key: Optional[pulumi.Input[float]] = None,
                                                       mod_time: Optional[pulumi.Input[str]] = None,
                                                       moid: Optional[pulumi.Input[str]] = None,
                                                       name: Optional[pulumi.Input[str]] = None,
                                                       object_type: Optional[pulumi.Input[str]] = None,
                                                       owners: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
                                                       parent: Optional[pulumi.Input[GetVirtualizationVmwareVirtualMachineSnapshotParentArgs]] = None,
                                                       permission_resources: Optional[pulumi.Input[Sequence[pulumi.Input[GetVirtualizationVmwareVirtualMachineSnapshotPermissionResourceArgs]]]] = None,
                                                       predecessor_id: Optional[pulumi.Input[float]] = None,
                                                       quiesced: Optional[pulumi.Input[bool]] = None,
                                                       ref_value: Optional[pulumi.Input[str]] = None,
                                                       registered_device: Optional[pulumi.Input[GetVirtualizationVmwareVirtualMachineSnapshotRegisteredDeviceArgs]] = None,
                                                       shared_scope: Optional[pulumi.Input[str]] = None,
                                                       snapshot_size: Optional[pulumi.Input[float]] = None,
                                                       tags: Optional[pulumi.Input[Sequence[pulumi.Input[GetVirtualizationVmwareVirtualMachineSnapshotTagArgs]]]] = None,
                                                       version_context: Optional[pulumi.Input[GetVirtualizationVmwareVirtualMachineSnapshotVersionContextArgs]] = None,
                                                       virtual_machine: Optional[pulumi.Input[GetVirtualizationVmwareVirtualMachineSnapshotVirtualMachineArgs]] = None,
                                                       opts: Optional[InvokeOptions] = None) -> Output[GetVirtualizationVmwareVirtualMachineSnapshotResult]
Copy
func LookupVirtualizationVmwareVirtualMachineSnapshot(ctx *Context, args *LookupVirtualizationVmwareVirtualMachineSnapshotArgs, opts ...InvokeOption) (*LookupVirtualizationVmwareVirtualMachineSnapshotResult, error)
func LookupVirtualizationVmwareVirtualMachineSnapshotOutput(ctx *Context, args *LookupVirtualizationVmwareVirtualMachineSnapshotOutputArgs, opts ...InvokeOption) LookupVirtualizationVmwareVirtualMachineSnapshotResultOutput
Copy

> Note: This function is named LookupVirtualizationVmwareVirtualMachineSnapshot in the Go SDK.

public static class GetVirtualizationVmwareVirtualMachineSnapshot 
{
    public static Task<GetVirtualizationVmwareVirtualMachineSnapshotResult> InvokeAsync(GetVirtualizationVmwareVirtualMachineSnapshotArgs args, InvokeOptions? opts = null)
    public static Output<GetVirtualizationVmwareVirtualMachineSnapshotResult> Invoke(GetVirtualizationVmwareVirtualMachineSnapshotInvokeArgs args, InvokeOptions? opts = null)
}
Copy
public static CompletableFuture<GetVirtualizationVmwareVirtualMachineSnapshotResult> getVirtualizationVmwareVirtualMachineSnapshot(GetVirtualizationVmwareVirtualMachineSnapshotArgs args, InvokeOptions options)
public static Output<GetVirtualizationVmwareVirtualMachineSnapshotResult> getVirtualizationVmwareVirtualMachineSnapshot(GetVirtualizationVmwareVirtualMachineSnapshotArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: intersight:index/getVirtualizationVmwareVirtualMachineSnapshot:getVirtualizationVmwareVirtualMachineSnapshot
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

AccountMoid string
The Account ID for this managed object.
AdditionalProperties string
Ancestors List<GetVirtualizationVmwareVirtualMachineSnapshotAncestor>
ClassId string
CreateTime string
The time when this managed object was created.
CreationTime string
Snapshot creation time. Time at which snapshot gets created.
CurrentSnapshot bool
If yes, it determines it is the latest snapshot of the virtual machine.
Description string
User provided description of the virtual machine snapshot.
DomainGroupMoid string
The DomainGroup ID for this managed object.
Golden bool
If yes, the virtual machine snapshot cannot be deleted.
Id string
Identity string
The internally generated identity of the snapshot. This entity is not manipulated by users. It aids in uniquely identifying the snapshot object. For VMware, this is a MOR (managed object reference).
Key double
The internally assigned id/key of virtual machine snapshot.
ModTime string
The time when this managed object was last modified.
Moid string
The unique identifier of this Managed Object instance.
Name string
User name provided to identify the snapshot.
ObjectType string
Owners List<string>
Parent GetVirtualizationVmwareVirtualMachineSnapshotParent
PermissionResources List<GetVirtualizationVmwareVirtualMachineSnapshotPermissionResource>
PredecessorId double
Predecessor id is the id of the parent snapshot.
Quiesced bool
Quiesce pauses all the I/O operations on virtual machine till the snapshot is taken.
RefValue string
Internally assigned MOR reference value.
RegisteredDevice GetVirtualizationVmwareVirtualMachineSnapshotRegisteredDevice
SharedScope 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.
SnapshotSize double
Size of the snapshot file created of the virtual machine, stored in bytes.
Tags List<GetVirtualizationVmwareVirtualMachineSnapshotTag>
VersionContext GetVirtualizationVmwareVirtualMachineSnapshotVersionContext
VirtualMachine GetVirtualizationVmwareVirtualMachineSnapshotVirtualMachine
AccountMoid string
The Account ID for this managed object.
AdditionalProperties string
Ancestors []GetVirtualizationVmwareVirtualMachineSnapshotAncestor
ClassId string
CreateTime string
The time when this managed object was created.
CreationTime string
Snapshot creation time. Time at which snapshot gets created.
CurrentSnapshot bool
If yes, it determines it is the latest snapshot of the virtual machine.
Description string
User provided description of the virtual machine snapshot.
DomainGroupMoid string
The DomainGroup ID for this managed object.
Golden bool
If yes, the virtual machine snapshot cannot be deleted.
Id string
Identity string
The internally generated identity of the snapshot. This entity is not manipulated by users. It aids in uniquely identifying the snapshot object. For VMware, this is a MOR (managed object reference).
Key float64
The internally assigned id/key of virtual machine snapshot.
ModTime string
The time when this managed object was last modified.
Moid string
The unique identifier of this Managed Object instance.
Name string
User name provided to identify the snapshot.
ObjectType string
Owners []string
Parent GetVirtualizationVmwareVirtualMachineSnapshotParent
PermissionResources []GetVirtualizationVmwareVirtualMachineSnapshotPermissionResource
PredecessorId float64
Predecessor id is the id of the parent snapshot.
Quiesced bool
Quiesce pauses all the I/O operations on virtual machine till the snapshot is taken.
RefValue string
Internally assigned MOR reference value.
RegisteredDevice GetVirtualizationVmwareVirtualMachineSnapshotRegisteredDevice
SharedScope 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.
SnapshotSize float64
Size of the snapshot file created of the virtual machine, stored in bytes.
Tags []GetVirtualizationVmwareVirtualMachineSnapshotTag
VersionContext GetVirtualizationVmwareVirtualMachineSnapshotVersionContext
VirtualMachine GetVirtualizationVmwareVirtualMachineSnapshotVirtualMachine
accountMoid String
The Account ID for this managed object.
additionalProperties String
ancestors List<GetVirtualizationVmwareVirtualMachineSnapshotAncestor>
classId String
createTime String
The time when this managed object was created.
creationTime String
Snapshot creation time. Time at which snapshot gets created.
currentSnapshot Boolean
If yes, it determines it is the latest snapshot of the virtual machine.
description String
User provided description of the virtual machine snapshot.
domainGroupMoid String
The DomainGroup ID for this managed object.
golden Boolean
If yes, the virtual machine snapshot cannot be deleted.
id String
identity String
The internally generated identity of the snapshot. This entity is not manipulated by users. It aids in uniquely identifying the snapshot object. For VMware, this is a MOR (managed object reference).
key Double
The internally assigned id/key of virtual machine snapshot.
modTime String
The time when this managed object was last modified.
moid String
The unique identifier of this Managed Object instance.
name String
User name provided to identify the snapshot.
objectType String
owners List<String>
parent GetVirtualizationVmwareVirtualMachineSnapshotParent
permissionResources List<GetVirtualizationVmwareVirtualMachineSnapshotPermissionResource>
predecessorId Double
Predecessor id is the id of the parent snapshot.
quiesced Boolean
Quiesce pauses all the I/O operations on virtual machine till the snapshot is taken.
refValue String
Internally assigned MOR reference value.
registeredDevice GetVirtualizationVmwareVirtualMachineSnapshotRegisteredDevice
sharedScope 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.
snapshotSize Double
Size of the snapshot file created of the virtual machine, stored in bytes.
tags List<GetVirtualizationVmwareVirtualMachineSnapshotTag>
versionContext GetVirtualizationVmwareVirtualMachineSnapshotVersionContext
virtualMachine GetVirtualizationVmwareVirtualMachineSnapshotVirtualMachine
accountMoid string
The Account ID for this managed object.
additionalProperties string
ancestors GetVirtualizationVmwareVirtualMachineSnapshotAncestor[]
classId string
createTime string
The time when this managed object was created.
creationTime string
Snapshot creation time. Time at which snapshot gets created.
currentSnapshot boolean
If yes, it determines it is the latest snapshot of the virtual machine.
description string
User provided description of the virtual machine snapshot.
domainGroupMoid string
The DomainGroup ID for this managed object.
golden boolean
If yes, the virtual machine snapshot cannot be deleted.
id string
identity string
The internally generated identity of the snapshot. This entity is not manipulated by users. It aids in uniquely identifying the snapshot object. For VMware, this is a MOR (managed object reference).
key number
The internally assigned id/key of virtual machine snapshot.
modTime string
The time when this managed object was last modified.
moid string
The unique identifier of this Managed Object instance.
name string
User name provided to identify the snapshot.
objectType string
owners string[]
parent GetVirtualizationVmwareVirtualMachineSnapshotParent
permissionResources GetVirtualizationVmwareVirtualMachineSnapshotPermissionResource[]
predecessorId number
Predecessor id is the id of the parent snapshot.
quiesced boolean
Quiesce pauses all the I/O operations on virtual machine till the snapshot is taken.
refValue string
Internally assigned MOR reference value.
registeredDevice GetVirtualizationVmwareVirtualMachineSnapshotRegisteredDevice
sharedScope 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.
snapshotSize number
Size of the snapshot file created of the virtual machine, stored in bytes.
tags GetVirtualizationVmwareVirtualMachineSnapshotTag[]
versionContext GetVirtualizationVmwareVirtualMachineSnapshotVersionContext
virtualMachine GetVirtualizationVmwareVirtualMachineSnapshotVirtualMachine
account_moid str
The Account ID for this managed object.
additional_properties str
ancestors Sequence[GetVirtualizationVmwareVirtualMachineSnapshotAncestor]
class_id str
create_time str
The time when this managed object was created.
creation_time str
Snapshot creation time. Time at which snapshot gets created.
current_snapshot bool
If yes, it determines it is the latest snapshot of the virtual machine.
description str
User provided description of the virtual machine snapshot.
domain_group_moid str
The DomainGroup ID for this managed object.
golden bool
If yes, the virtual machine snapshot cannot be deleted.
id str
identity str
The internally generated identity of the snapshot. This entity is not manipulated by users. It aids in uniquely identifying the snapshot object. For VMware, this is a MOR (managed object reference).
key float
The internally assigned id/key of virtual machine snapshot.
mod_time str
The time when this managed object was last modified.
moid str
The unique identifier of this Managed Object instance.
name str
User name provided to identify the snapshot.
object_type str
owners Sequence[str]
parent GetVirtualizationVmwareVirtualMachineSnapshotParent
permission_resources Sequence[GetVirtualizationVmwareVirtualMachineSnapshotPermissionResource]
predecessor_id float
Predecessor id is the id of the parent snapshot.
quiesced bool
Quiesce pauses all the I/O operations on virtual machine till the snapshot is taken.
ref_value str
Internally assigned MOR reference value.
registered_device GetVirtualizationVmwareVirtualMachineSnapshotRegisteredDevice
shared_scope 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_size float
Size of the snapshot file created of the virtual machine, stored in bytes.
tags Sequence[GetVirtualizationVmwareVirtualMachineSnapshotTag]
version_context GetVirtualizationVmwareVirtualMachineSnapshotVersionContext
virtual_machine GetVirtualizationVmwareVirtualMachineSnapshotVirtualMachine
accountMoid String
The Account ID for this managed object.
additionalProperties String
ancestors List<Property Map>
classId String
createTime String
The time when this managed object was created.
creationTime String
Snapshot creation time. Time at which snapshot gets created.
currentSnapshot Boolean
If yes, it determines it is the latest snapshot of the virtual machine.
description String
User provided description of the virtual machine snapshot.
domainGroupMoid String
The DomainGroup ID for this managed object.
golden Boolean
If yes, the virtual machine snapshot cannot be deleted.
id String
identity String
The internally generated identity of the snapshot. This entity is not manipulated by users. It aids in uniquely identifying the snapshot object. For VMware, this is a MOR (managed object reference).
key Number
The internally assigned id/key of virtual machine snapshot.
modTime String
The time when this managed object was last modified.
moid String
The unique identifier of this Managed Object instance.
name String
User name provided to identify the snapshot.
objectType String
owners List<String>
parent Property Map
permissionResources List<Property Map>
predecessorId Number
Predecessor id is the id of the parent snapshot.
quiesced Boolean
Quiesce pauses all the I/O operations on virtual machine till the snapshot is taken.
refValue String
Internally assigned MOR reference value.
registeredDevice Property Map
sharedScope 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.
snapshotSize Number
Size of the snapshot file created of the virtual machine, stored in bytes.
tags List<Property Map>
versionContext Property Map
virtualMachine Property Map

getVirtualizationVmwareVirtualMachineSnapshot Result

The following output properties are available:

Id string
Results List<GetVirtualizationVmwareVirtualMachineSnapshotResult>
AccountMoid string
AdditionalProperties string
Ancestors List<GetVirtualizationVmwareVirtualMachineSnapshotAncestor>
ClassId string
CreateTime string
CreationTime string
CurrentSnapshot bool
Description string
DomainGroupMoid string
Golden bool
Identity string
Key double
ModTime string
Moid string
Name string
ObjectType string
Owners List<string>
Parent GetVirtualizationVmwareVirtualMachineSnapshotParent
PermissionResources List<GetVirtualizationVmwareVirtualMachineSnapshotPermissionResource>
PredecessorId double
Quiesced bool
RefValue string
RegisteredDevice GetVirtualizationVmwareVirtualMachineSnapshotRegisteredDevice
SharedScope string
SnapshotSize double
Tags List<GetVirtualizationVmwareVirtualMachineSnapshotTag>
VersionContext GetVirtualizationVmwareVirtualMachineSnapshotVersionContext
VirtualMachine GetVirtualizationVmwareVirtualMachineSnapshotVirtualMachine
Id string
Results []GetVirtualizationVmwareVirtualMachineSnapshotResult
AccountMoid string
AdditionalProperties string
Ancestors []GetVirtualizationVmwareVirtualMachineSnapshotAncestor
ClassId string
CreateTime string
CreationTime string
CurrentSnapshot bool
Description string
DomainGroupMoid string
Golden bool
Identity string
Key float64
ModTime string
Moid string
Name string
ObjectType string
Owners []string
Parent GetVirtualizationVmwareVirtualMachineSnapshotParent
PermissionResources []GetVirtualizationVmwareVirtualMachineSnapshotPermissionResource
PredecessorId float64
Quiesced bool
RefValue string
RegisteredDevice GetVirtualizationVmwareVirtualMachineSnapshotRegisteredDevice
SharedScope string
SnapshotSize float64
Tags []GetVirtualizationVmwareVirtualMachineSnapshotTag
VersionContext GetVirtualizationVmwareVirtualMachineSnapshotVersionContext
VirtualMachine GetVirtualizationVmwareVirtualMachineSnapshotVirtualMachine
id String
results List<GetVirtualizationVmwareVirtualMachineSnapshotResult>
accountMoid String
additionalProperties String
ancestors List<GetVirtualizationVmwareVirtualMachineSnapshotAncestor>
classId String
createTime String
creationTime String
currentSnapshot Boolean
description String
domainGroupMoid String
golden Boolean
identity String
key Double
modTime String
moid String
name String
objectType String
owners List<String>
parent GetVirtualizationVmwareVirtualMachineSnapshotParent
permissionResources List<GetVirtualizationVmwareVirtualMachineSnapshotPermissionResource>
predecessorId Double
quiesced Boolean
refValue String
registeredDevice GetVirtualizationVmwareVirtualMachineSnapshotRegisteredDevice
sharedScope String
snapshotSize Double
tags List<GetVirtualizationVmwareVirtualMachineSnapshotTag>
versionContext GetVirtualizationVmwareVirtualMachineSnapshotVersionContext
virtualMachine GetVirtualizationVmwareVirtualMachineSnapshotVirtualMachine
id str
results Sequence[GetVirtualizationVmwareVirtualMachineSnapshotResult]
account_moid str
additional_properties str
ancestors Sequence[GetVirtualizationVmwareVirtualMachineSnapshotAncestor]
class_id str
create_time str
creation_time str
current_snapshot bool
description str
domain_group_moid str
golden bool
identity str
key float
mod_time str
moid str
name str
object_type str
owners Sequence[str]
parent GetVirtualizationVmwareVirtualMachineSnapshotParent
permission_resources Sequence[GetVirtualizationVmwareVirtualMachineSnapshotPermissionResource]
predecessor_id float
quiesced bool
ref_value str
registered_device GetVirtualizationVmwareVirtualMachineSnapshotRegisteredDevice
shared_scope str
snapshot_size float
tags Sequence[GetVirtualizationVmwareVirtualMachineSnapshotTag]
version_context GetVirtualizationVmwareVirtualMachineSnapshotVersionContext
virtual_machine GetVirtualizationVmwareVirtualMachineSnapshotVirtualMachine

Supporting Types

GetVirtualizationVmwareVirtualMachineSnapshotAncestor

AdditionalProperties string
ClassId string
The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
Moid string
The unique identifier of this Managed Object instance.
ObjectType string
The fully-qualified name of the remote type referred by this relationship.
Selector string
An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

  1. If 'moid' is set this field is ignored.
  2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
AdditionalProperties string
ClassId string
The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
Moid string
The unique identifier of this Managed Object instance.
ObjectType string
The fully-qualified name of the remote type referred by this relationship.
Selector string
An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

  1. If 'moid' is set this field is ignored.
  2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
additionalProperties String
classId String
The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
moid String
The unique identifier of this Managed Object instance.
objectType String
The fully-qualified name of the remote type referred by this relationship.
selector String
An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

  1. If 'moid' is set this field is ignored.
  2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
additionalProperties string
classId string
The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
moid string
The unique identifier of this Managed Object instance.
objectType string
The fully-qualified name of the remote type referred by this relationship.
selector string
An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

  1. If 'moid' is set this field is ignored.
  2. 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.

  1. If 'moid' is set this field is ignored.
  2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
additionalProperties String
classId String
The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
moid String
The unique identifier of this Managed Object instance.
objectType String
The fully-qualified name of the remote type referred by this relationship.
selector String
An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

  1. If 'moid' is set this field is ignored.
  2. 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'.

GetVirtualizationVmwareVirtualMachineSnapshotParent

AdditionalProperties string
ClassId string
The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
Moid string
The unique identifier of this Managed Object instance.
ObjectType string
The fully-qualified name of the remote type referred by this relationship.
Selector string
An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

  1. If 'moid' is set this field is ignored.
  2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
AdditionalProperties string
ClassId string
The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
Moid string
The unique identifier of this Managed Object instance.
ObjectType string
The fully-qualified name of the remote type referred by this relationship.
Selector string
An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

  1. If 'moid' is set this field is ignored.
  2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
additionalProperties String
classId String
The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
moid String
The unique identifier of this Managed Object instance.
objectType String
The fully-qualified name of the remote type referred by this relationship.
selector String
An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

  1. If 'moid' is set this field is ignored.
  2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
additionalProperties string
classId string
The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
moid string
The unique identifier of this Managed Object instance.
objectType string
The fully-qualified name of the remote type referred by this relationship.
selector string
An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

  1. If 'moid' is set this field is ignored.
  2. 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.

  1. If 'moid' is set this field is ignored.
  2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
additionalProperties String
classId String
The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
moid String
The unique identifier of this Managed Object instance.
objectType String
The fully-qualified name of the remote type referred by this relationship.
selector String
An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

  1. If 'moid' is set this field is ignored.
  2. 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'.

GetVirtualizationVmwareVirtualMachineSnapshotPermissionResource

AdditionalProperties string
ClassId string
The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
Moid string
The unique identifier of this Managed Object instance.
ObjectType string
The fully-qualified name of the remote type referred by this relationship.
Selector string
An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

  1. If 'moid' is set this field is ignored.
  2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
AdditionalProperties string
ClassId string
The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
Moid string
The unique identifier of this Managed Object instance.
ObjectType string
The fully-qualified name of the remote type referred by this relationship.
Selector string
An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

  1. If 'moid' is set this field is ignored.
  2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
additionalProperties String
classId String
The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
moid String
The unique identifier of this Managed Object instance.
objectType String
The fully-qualified name of the remote type referred by this relationship.
selector String
An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

  1. If 'moid' is set this field is ignored.
  2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
additionalProperties string
classId string
The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
moid string
The unique identifier of this Managed Object instance.
objectType string
The fully-qualified name of the remote type referred by this relationship.
selector string
An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

  1. If 'moid' is set this field is ignored.
  2. 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.

  1. If 'moid' is set this field is ignored.
  2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
additionalProperties String
classId String
The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
moid String
The unique identifier of this Managed Object instance.
objectType String
The fully-qualified name of the remote type referred by this relationship.
selector String
An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

  1. If 'moid' is set this field is ignored.
  2. 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'.

GetVirtualizationVmwareVirtualMachineSnapshotRegisteredDevice

AdditionalProperties string
ClassId string
The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
Moid string
The unique identifier of this Managed Object instance.
ObjectType string
The fully-qualified name of the remote type referred by this relationship.
Selector string
An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

  1. If 'moid' is set this field is ignored.
  2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
AdditionalProperties string
ClassId string
The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
Moid string
The unique identifier of this Managed Object instance.
ObjectType string
The fully-qualified name of the remote type referred by this relationship.
Selector string
An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

  1. If 'moid' is set this field is ignored.
  2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
additionalProperties String
classId String
The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
moid String
The unique identifier of this Managed Object instance.
objectType String
The fully-qualified name of the remote type referred by this relationship.
selector String
An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

  1. If 'moid' is set this field is ignored.
  2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
additionalProperties string
classId string
The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
moid string
The unique identifier of this Managed Object instance.
objectType string
The fully-qualified name of the remote type referred by this relationship.
selector string
An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

  1. If 'moid' is set this field is ignored.
  2. 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.

  1. If 'moid' is set this field is ignored.
  2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
additionalProperties String
classId String
The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
moid String
The unique identifier of this Managed Object instance.
objectType String
The fully-qualified name of the remote type referred by this relationship.
selector String
An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

  1. If 'moid' is set this field is ignored.
  2. 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'.

GetVirtualizationVmwareVirtualMachineSnapshotResult

AccountMoid This property is required. string
The Account ID for this managed object.
AdditionalProperties This property is required. string
Ancestors This property is required. List<GetVirtualizationVmwareVirtualMachineSnapshotResultAncestor>
ClassId This property is required. string
CreateTime This property is required. string
The time when this managed object was created.
CreationTime This property is required. string
Snapshot creation time. Time at which snapshot gets created.
CurrentSnapshot This property is required. bool
If yes, it determines it is the latest snapshot of the virtual machine.
Description This property is required. string
User provided description of the virtual machine snapshot.
DomainGroupMoid This property is required. string
The DomainGroup ID for this managed object.
Golden This property is required. bool
If yes, the virtual machine snapshot cannot be deleted.
Identity This property is required. string
The internally generated identity of the snapshot. This entity is not manipulated by users. It aids in uniquely identifying the snapshot object. For VMware, this is a MOR (managed object reference).
Key This property is required. double
The internally assigned id/key of virtual machine snapshot.
ModTime This property is required. string
The time when this managed object was last modified.
Moid This property is required. string
The unique identifier of this Managed Object instance.
Name This property is required. string
User name provided to identify the snapshot.
ObjectType This property is required. string
Owners This property is required. List<string>
Parents This property is required. List<GetVirtualizationVmwareVirtualMachineSnapshotResultParent>
PermissionResources This property is required. List<GetVirtualizationVmwareVirtualMachineSnapshotResultPermissionResource>
PredecessorId This property is required. double
Predecessor id is the id of the parent snapshot.
Quiesced This property is required. bool
Quiesce pauses all the I/O operations on virtual machine till the snapshot is taken.
RefValue This property is required. string
Internally assigned MOR reference value.
RegisteredDevices This property is required. List<GetVirtualizationVmwareVirtualMachineSnapshotResultRegisteredDevice>
SharedScope This property is required. 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.
SnapshotSize This property is required. double
Size of the snapshot file created of the virtual machine, stored in bytes.
Tags This property is required. List<GetVirtualizationVmwareVirtualMachineSnapshotResultTag>
VersionContexts This property is required. List<GetVirtualizationVmwareVirtualMachineSnapshotResultVersionContext>
VirtualMachines This property is required. List<GetVirtualizationVmwareVirtualMachineSnapshotResultVirtualMachine>
AccountMoid This property is required. string
The Account ID for this managed object.
AdditionalProperties This property is required. string
Ancestors This property is required. []GetVirtualizationVmwareVirtualMachineSnapshotResultAncestor
ClassId This property is required. string
CreateTime This property is required. string
The time when this managed object was created.
CreationTime This property is required. string
Snapshot creation time. Time at which snapshot gets created.
CurrentSnapshot This property is required. bool
If yes, it determines it is the latest snapshot of the virtual machine.
Description This property is required. string
User provided description of the virtual machine snapshot.
DomainGroupMoid This property is required. string
The DomainGroup ID for this managed object.
Golden This property is required. bool
If yes, the virtual machine snapshot cannot be deleted.
Identity This property is required. string
The internally generated identity of the snapshot. This entity is not manipulated by users. It aids in uniquely identifying the snapshot object. For VMware, this is a MOR (managed object reference).
Key This property is required. float64
The internally assigned id/key of virtual machine snapshot.
ModTime This property is required. string
The time when this managed object was last modified.
Moid This property is required. string
The unique identifier of this Managed Object instance.
Name This property is required. string
User name provided to identify the snapshot.
ObjectType This property is required. string
Owners This property is required. []string
Parents This property is required. []GetVirtualizationVmwareVirtualMachineSnapshotResultParent
PermissionResources This property is required. []GetVirtualizationVmwareVirtualMachineSnapshotResultPermissionResource
PredecessorId This property is required. float64
Predecessor id is the id of the parent snapshot.
Quiesced This property is required. bool
Quiesce pauses all the I/O operations on virtual machine till the snapshot is taken.
RefValue This property is required. string
Internally assigned MOR reference value.
RegisteredDevices This property is required. []GetVirtualizationVmwareVirtualMachineSnapshotResultRegisteredDevice
SharedScope This property is required. 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.
SnapshotSize This property is required. float64
Size of the snapshot file created of the virtual machine, stored in bytes.
Tags This property is required. []GetVirtualizationVmwareVirtualMachineSnapshotResultTag
VersionContexts This property is required. []GetVirtualizationVmwareVirtualMachineSnapshotResultVersionContext
VirtualMachines This property is required. []GetVirtualizationVmwareVirtualMachineSnapshotResultVirtualMachine
accountMoid This property is required. String
The Account ID for this managed object.
additionalProperties This property is required. String
ancestors This property is required. List<GetVirtualizationVmwareVirtualMachineSnapshotResultAncestor>
classId This property is required. String
createTime This property is required. String
The time when this managed object was created.
creationTime This property is required. String
Snapshot creation time. Time at which snapshot gets created.
currentSnapshot This property is required. Boolean
If yes, it determines it is the latest snapshot of the virtual machine.
description This property is required. String
User provided description of the virtual machine snapshot.
domainGroupMoid This property is required. String
The DomainGroup ID for this managed object.
golden This property is required. Boolean
If yes, the virtual machine snapshot cannot be deleted.
identity This property is required. String
The internally generated identity of the snapshot. This entity is not manipulated by users. It aids in uniquely identifying the snapshot object. For VMware, this is a MOR (managed object reference).
key This property is required. Double
The internally assigned id/key of virtual machine snapshot.
modTime This property is required. String
The time when this managed object was last modified.
moid This property is required. String
The unique identifier of this Managed Object instance.
name This property is required. String
User name provided to identify the snapshot.
objectType This property is required. String
owners This property is required. List<String>
parents This property is required. List<GetVirtualizationVmwareVirtualMachineSnapshotResultParent>
permissionResources This property is required. List<GetVirtualizationVmwareVirtualMachineSnapshotResultPermissionResource>
predecessorId This property is required. Double
Predecessor id is the id of the parent snapshot.
quiesced This property is required. Boolean
Quiesce pauses all the I/O operations on virtual machine till the snapshot is taken.
refValue This property is required. String
Internally assigned MOR reference value.
registeredDevices This property is required. List<GetVirtualizationVmwareVirtualMachineSnapshotResultRegisteredDevice>
sharedScope This property is required. 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.
snapshotSize This property is required. Double
Size of the snapshot file created of the virtual machine, stored in bytes.
tags This property is required. List<GetVirtualizationVmwareVirtualMachineSnapshotResultTag>
versionContexts This property is required. List<GetVirtualizationVmwareVirtualMachineSnapshotResultVersionContext>
virtualMachines This property is required. List<GetVirtualizationVmwareVirtualMachineSnapshotResultVirtualMachine>
accountMoid This property is required. string
The Account ID for this managed object.
additionalProperties This property is required. string
ancestors This property is required. GetVirtualizationVmwareVirtualMachineSnapshotResultAncestor[]
classId This property is required. string
createTime This property is required. string
The time when this managed object was created.
creationTime This property is required. string
Snapshot creation time. Time at which snapshot gets created.
currentSnapshot This property is required. boolean
If yes, it determines it is the latest snapshot of the virtual machine.
description This property is required. string
User provided description of the virtual machine snapshot.
domainGroupMoid This property is required. string
The DomainGroup ID for this managed object.
golden This property is required. boolean
If yes, the virtual machine snapshot cannot be deleted.
identity This property is required. string
The internally generated identity of the snapshot. This entity is not manipulated by users. It aids in uniquely identifying the snapshot object. For VMware, this is a MOR (managed object reference).
key This property is required. number
The internally assigned id/key of virtual machine snapshot.
modTime This property is required. string
The time when this managed object was last modified.
moid This property is required. string
The unique identifier of this Managed Object instance.
name This property is required. string
User name provided to identify the snapshot.
objectType This property is required. string
owners This property is required. string[]
parents This property is required. GetVirtualizationVmwareVirtualMachineSnapshotResultParent[]
permissionResources This property is required. GetVirtualizationVmwareVirtualMachineSnapshotResultPermissionResource[]
predecessorId This property is required. number
Predecessor id is the id of the parent snapshot.
quiesced This property is required. boolean
Quiesce pauses all the I/O operations on virtual machine till the snapshot is taken.
refValue This property is required. string
Internally assigned MOR reference value.
registeredDevices This property is required. GetVirtualizationVmwareVirtualMachineSnapshotResultRegisteredDevice[]
sharedScope This property is required. 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.
snapshotSize This property is required. number
Size of the snapshot file created of the virtual machine, stored in bytes.
tags This property is required. GetVirtualizationVmwareVirtualMachineSnapshotResultTag[]
versionContexts This property is required. GetVirtualizationVmwareVirtualMachineSnapshotResultVersionContext[]
virtualMachines This property is required. GetVirtualizationVmwareVirtualMachineSnapshotResultVirtualMachine[]
account_moid This property is required. str
The Account ID for this managed object.
additional_properties This property is required. str
ancestors This property is required. Sequence[GetVirtualizationVmwareVirtualMachineSnapshotResultAncestor]
class_id This property is required. str
create_time This property is required. str
The time when this managed object was created.
creation_time This property is required. str
Snapshot creation time. Time at which snapshot gets created.
current_snapshot This property is required. bool
If yes, it determines it is the latest snapshot of the virtual machine.
description This property is required. str
User provided description of the virtual machine snapshot.
domain_group_moid This property is required. str
The DomainGroup ID for this managed object.
golden This property is required. bool
If yes, the virtual machine snapshot cannot be deleted.
identity This property is required. str
The internally generated identity of the snapshot. This entity is not manipulated by users. It aids in uniquely identifying the snapshot object. For VMware, this is a MOR (managed object reference).
key This property is required. float
The internally assigned id/key of virtual machine snapshot.
mod_time This property is required. str
The time when this managed object was last modified.
moid This property is required. str
The unique identifier of this Managed Object instance.
name This property is required. str
User name provided to identify the snapshot.
object_type This property is required. str
owners This property is required. Sequence[str]
parents This property is required. Sequence[GetVirtualizationVmwareVirtualMachineSnapshotResultParent]
permission_resources This property is required. Sequence[GetVirtualizationVmwareVirtualMachineSnapshotResultPermissionResource]
predecessor_id This property is required. float
Predecessor id is the id of the parent snapshot.
quiesced This property is required. bool
Quiesce pauses all the I/O operations on virtual machine till the snapshot is taken.
ref_value This property is required. str
Internally assigned MOR reference value.
registered_devices This property is required. Sequence[GetVirtualizationVmwareVirtualMachineSnapshotResultRegisteredDevice]
shared_scope This property is required. 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_size This property is required. float
Size of the snapshot file created of the virtual machine, stored in bytes.
tags This property is required. Sequence[GetVirtualizationVmwareVirtualMachineSnapshotResultTag]
version_contexts This property is required. Sequence[GetVirtualizationVmwareVirtualMachineSnapshotResultVersionContext]
virtual_machines This property is required. Sequence[GetVirtualizationVmwareVirtualMachineSnapshotResultVirtualMachine]
accountMoid This property is required. String
The Account ID for this managed object.
additionalProperties This property is required. String
ancestors This property is required. List<Property Map>
classId This property is required. String
createTime This property is required. String
The time when this managed object was created.
creationTime This property is required. String
Snapshot creation time. Time at which snapshot gets created.
currentSnapshot This property is required. Boolean
If yes, it determines it is the latest snapshot of the virtual machine.
description This property is required. String
User provided description of the virtual machine snapshot.
domainGroupMoid This property is required. String
The DomainGroup ID for this managed object.
golden This property is required. Boolean
If yes, the virtual machine snapshot cannot be deleted.
identity This property is required. String
The internally generated identity of the snapshot. This entity is not manipulated by users. It aids in uniquely identifying the snapshot object. For VMware, this is a MOR (managed object reference).
key This property is required. Number
The internally assigned id/key of virtual machine snapshot.
modTime This property is required. String
The time when this managed object was last modified.
moid This property is required. String
The unique identifier of this Managed Object instance.
name This property is required. String
User name provided to identify the snapshot.
objectType This property is required. String
owners This property is required. List<String>
parents This property is required. List<Property Map>
permissionResources This property is required. List<Property Map>
predecessorId This property is required. Number
Predecessor id is the id of the parent snapshot.
quiesced This property is required. Boolean
Quiesce pauses all the I/O operations on virtual machine till the snapshot is taken.
refValue This property is required. String
Internally assigned MOR reference value.
registeredDevices This property is required. List<Property Map>
sharedScope This property is required. 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.
snapshotSize This property is required. Number
Size of the snapshot file created of the virtual machine, stored in bytes.
tags This property is required. List<Property Map>
versionContexts This property is required. List<Property Map>
virtualMachines This property is required. List<Property Map>

GetVirtualizationVmwareVirtualMachineSnapshotResultAncestor

AdditionalProperties This property is required. string
ClassId This property is required. string
Moid This property is required. string
The unique identifier of this Managed Object instance.
ObjectType This property is required. string
Selector This property is required. string
AdditionalProperties This property is required. string
ClassId This property is required. string
Moid This property is required. string
The unique identifier of this Managed Object instance.
ObjectType This property is required. string
Selector This property is required. string
additionalProperties This property is required. String
classId This property is required. String
moid This property is required. String
The unique identifier of this Managed Object instance.
objectType This property is required. String
selector This property is required. String
additionalProperties This property is required. string
classId This property is required. string
moid This property is required. string
The unique identifier of this Managed Object instance.
objectType This property is required. string
selector This property is required. string
additional_properties This property is required. str
class_id This property is required. str
moid This property is required. str
The unique identifier of this Managed Object instance.
object_type This property is required. str
selector This property is required. str
additionalProperties This property is required. String
classId This property is required. String
moid This property is required. String
The unique identifier of this Managed Object instance.
objectType This property is required. String
selector This property is required. String

GetVirtualizationVmwareVirtualMachineSnapshotResultParent

AdditionalProperties This property is required. string
ClassId This property is required. string
Moid This property is required. string
The unique identifier of this Managed Object instance.
ObjectType This property is required. string
Selector This property is required. string
AdditionalProperties This property is required. string
ClassId This property is required. string
Moid This property is required. string
The unique identifier of this Managed Object instance.
ObjectType This property is required. string
Selector This property is required. string
additionalProperties This property is required. String
classId This property is required. String
moid This property is required. String
The unique identifier of this Managed Object instance.
objectType This property is required. String
selector This property is required. String
additionalProperties This property is required. string
classId This property is required. string
moid This property is required. string
The unique identifier of this Managed Object instance.
objectType This property is required. string
selector This property is required. string
additional_properties This property is required. str
class_id This property is required. str
moid This property is required. str
The unique identifier of this Managed Object instance.
object_type This property is required. str
selector This property is required. str
additionalProperties This property is required. String
classId This property is required. String
moid This property is required. String
The unique identifier of this Managed Object instance.
objectType This property is required. String
selector This property is required. String

GetVirtualizationVmwareVirtualMachineSnapshotResultPermissionResource

AdditionalProperties This property is required. string
ClassId This property is required. string
Moid This property is required. string
The unique identifier of this Managed Object instance.
ObjectType This property is required. string
Selector This property is required. string
AdditionalProperties This property is required. string
ClassId This property is required. string
Moid This property is required. string
The unique identifier of this Managed Object instance.
ObjectType This property is required. string
Selector This property is required. string
additionalProperties This property is required. String
classId This property is required. String
moid This property is required. String
The unique identifier of this Managed Object instance.
objectType This property is required. String
selector This property is required. String
additionalProperties This property is required. string
classId This property is required. string
moid This property is required. string
The unique identifier of this Managed Object instance.
objectType This property is required. string
selector This property is required. string
additional_properties This property is required. str
class_id This property is required. str
moid This property is required. str
The unique identifier of this Managed Object instance.
object_type This property is required. str
selector This property is required. str
additionalProperties This property is required. String
classId This property is required. String
moid This property is required. String
The unique identifier of this Managed Object instance.
objectType This property is required. String
selector This property is required. String

GetVirtualizationVmwareVirtualMachineSnapshotResultRegisteredDevice

AdditionalProperties This property is required. string
ClassId This property is required. string
Moid This property is required. string
The unique identifier of this Managed Object instance.
ObjectType This property is required. string
Selector This property is required. string
AdditionalProperties This property is required. string
ClassId This property is required. string
Moid This property is required. string
The unique identifier of this Managed Object instance.
ObjectType This property is required. string
Selector This property is required. string
additionalProperties This property is required. String
classId This property is required. String
moid This property is required. String
The unique identifier of this Managed Object instance.
objectType This property is required. String
selector This property is required. String
additionalProperties This property is required. string
classId This property is required. string
moid This property is required. string
The unique identifier of this Managed Object instance.
objectType This property is required. string
selector This property is required. string
additional_properties This property is required. str
class_id This property is required. str
moid This property is required. str
The unique identifier of this Managed Object instance.
object_type This property is required. str
selector This property is required. str
additionalProperties This property is required. String
classId This property is required. String
moid This property is required. String
The unique identifier of this Managed Object instance.
objectType This property is required. String
selector This property is required. String

GetVirtualizationVmwareVirtualMachineSnapshotResultTag

AdditionalProperties This property is required. string
Key This property is required. string
The internally assigned id/key of virtual machine snapshot.
Value This property is required. string
AdditionalProperties This property is required. string
Key This property is required. string
The internally assigned id/key of virtual machine snapshot.
Value This property is required. string
additionalProperties This property is required. String
key This property is required. String
The internally assigned id/key of virtual machine snapshot.
value This property is required. String
additionalProperties This property is required. string
key This property is required. string
The internally assigned id/key of virtual machine snapshot.
value This property is required. string
additional_properties This property is required. str
key This property is required. str
The internally assigned id/key of virtual machine snapshot.
value This property is required. str
additionalProperties This property is required. String
key This property is required. String
The internally assigned id/key of virtual machine snapshot.
value This property is required. String

GetVirtualizationVmwareVirtualMachineSnapshotResultVersionContext

AdditionalProperties This property is required. string
ClassId This property is required. string
InterestedMos This property is required. List<GetVirtualizationVmwareVirtualMachineSnapshotResultVersionContextInterestedMo>
MarkedForDeletion This property is required. bool
NrVersion This property is required. string
ObjectType This property is required. string
RefMos This property is required. List<GetVirtualizationVmwareVirtualMachineSnapshotResultVersionContextRefMo>
Timestamp This property is required. string
VersionType This property is required. string
AdditionalProperties This property is required. string
ClassId This property is required. string
InterestedMos This property is required. []GetVirtualizationVmwareVirtualMachineSnapshotResultVersionContextInterestedMo
MarkedForDeletion This property is required. bool
NrVersion This property is required. string
ObjectType This property is required. string
RefMos This property is required. []GetVirtualizationVmwareVirtualMachineSnapshotResultVersionContextRefMo
Timestamp This property is required. string
VersionType This property is required. string
additionalProperties This property is required. String
classId This property is required. String
interestedMos This property is required. List<GetVirtualizationVmwareVirtualMachineSnapshotResultVersionContextInterestedMo>
markedForDeletion This property is required. Boolean
nrVersion This property is required. String
objectType This property is required. String
refMos This property is required. List<GetVirtualizationVmwareVirtualMachineSnapshotResultVersionContextRefMo>
timestamp This property is required. String
versionType This property is required. String
additionalProperties This property is required. string
classId This property is required. string
interestedMos This property is required. GetVirtualizationVmwareVirtualMachineSnapshotResultVersionContextInterestedMo[]
markedForDeletion This property is required. boolean
nrVersion This property is required. string
objectType This property is required. string
refMos This property is required. GetVirtualizationVmwareVirtualMachineSnapshotResultVersionContextRefMo[]
timestamp This property is required. string
versionType This property is required. string
additional_properties This property is required. str
class_id This property is required. str
interested_mos This property is required. Sequence[GetVirtualizationVmwareVirtualMachineSnapshotResultVersionContextInterestedMo]
marked_for_deletion This property is required. bool
nr_version This property is required. str
object_type This property is required. str
ref_mos This property is required. Sequence[GetVirtualizationVmwareVirtualMachineSnapshotResultVersionContextRefMo]
timestamp This property is required. str
version_type This property is required. str
additionalProperties This property is required. String
classId This property is required. String
interestedMos This property is required. List<Property Map>
markedForDeletion This property is required. Boolean
nrVersion This property is required. String
objectType This property is required. String
refMos This property is required. List<Property Map>
timestamp This property is required. String
versionType This property is required. String

GetVirtualizationVmwareVirtualMachineSnapshotResultVersionContextInterestedMo

AdditionalProperties This property is required. string
ClassId This property is required. string
Moid This property is required. string
The unique identifier of this Managed Object instance.
ObjectType This property is required. string
Selector This property is required. string
AdditionalProperties This property is required. string
ClassId This property is required. string
Moid This property is required. string
The unique identifier of this Managed Object instance.
ObjectType This property is required. string
Selector This property is required. string
additionalProperties This property is required. String
classId This property is required. String
moid This property is required. String
The unique identifier of this Managed Object instance.
objectType This property is required. String
selector This property is required. String
additionalProperties This property is required. string
classId This property is required. string
moid This property is required. string
The unique identifier of this Managed Object instance.
objectType This property is required. string
selector This property is required. string
additional_properties This property is required. str
class_id This property is required. str
moid This property is required. str
The unique identifier of this Managed Object instance.
object_type This property is required. str
selector This property is required. str
additionalProperties This property is required. String
classId This property is required. String
moid This property is required. String
The unique identifier of this Managed Object instance.
objectType This property is required. String
selector This property is required. String

GetVirtualizationVmwareVirtualMachineSnapshotResultVersionContextRefMo

AdditionalProperties This property is required. string
ClassId This property is required. string
Moid This property is required. string
The unique identifier of this Managed Object instance.
ObjectType This property is required. string
Selector This property is required. string
AdditionalProperties This property is required. string
ClassId This property is required. string
Moid This property is required. string
The unique identifier of this Managed Object instance.
ObjectType This property is required. string
Selector This property is required. string
additionalProperties This property is required. String
classId This property is required. String
moid This property is required. String
The unique identifier of this Managed Object instance.
objectType This property is required. String
selector This property is required. String
additionalProperties This property is required. string
classId This property is required. string
moid This property is required. string
The unique identifier of this Managed Object instance.
objectType This property is required. string
selector This property is required. string
additional_properties This property is required. str
class_id This property is required. str
moid This property is required. str
The unique identifier of this Managed Object instance.
object_type This property is required. str
selector This property is required. str
additionalProperties This property is required. String
classId This property is required. String
moid This property is required. String
The unique identifier of this Managed Object instance.
objectType This property is required. String
selector This property is required. String

GetVirtualizationVmwareVirtualMachineSnapshotResultVirtualMachine

AdditionalProperties This property is required. string
ClassId This property is required. string
Moid This property is required. string
The unique identifier of this Managed Object instance.
ObjectType This property is required. string
Selector This property is required. string
AdditionalProperties This property is required. string
ClassId This property is required. string
Moid This property is required. string
The unique identifier of this Managed Object instance.
ObjectType This property is required. string
Selector This property is required. string
additionalProperties This property is required. String
classId This property is required. String
moid This property is required. String
The unique identifier of this Managed Object instance.
objectType This property is required. String
selector This property is required. String
additionalProperties This property is required. string
classId This property is required. string
moid This property is required. string
The unique identifier of this Managed Object instance.
objectType This property is required. string
selector This property is required. string
additional_properties This property is required. str
class_id This property is required. str
moid This property is required. str
The unique identifier of this Managed Object instance.
object_type This property is required. str
selector This property is required. str
additionalProperties This property is required. String
classId This property is required. String
moid This property is required. String
The unique identifier of this Managed Object instance.
objectType This property is required. String
selector This property is required. String

GetVirtualizationVmwareVirtualMachineSnapshotTag

AdditionalProperties string
Key string
The internally assigned id/key of virtual machine snapshot.
Value string
The string representation of a tag value.
AdditionalProperties string
Key string
The internally assigned id/key of virtual machine snapshot.
Value string
The string representation of a tag value.
additionalProperties String
key String
The internally assigned id/key of virtual machine snapshot.
value String
The string representation of a tag value.
additionalProperties string
key string
The internally assigned id/key of virtual machine snapshot.
value string
The string representation of a tag value.
additional_properties str
key str
The internally assigned id/key of virtual machine snapshot.
value str
The string representation of a tag value.
additionalProperties String
key String
The internally assigned id/key of virtual machine snapshot.
value String
The string representation of a tag value.

GetVirtualizationVmwareVirtualMachineSnapshotVersionContext

AdditionalProperties string
ClassId string
The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
InterestedMos List<GetVirtualizationVmwareVirtualMachineSnapshotVersionContextInterestedMo>
MarkedForDeletion bool
The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
NrVersion string
The version of the Managed Object, e.g. an incrementing number or a hash id.
ObjectType string
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
RefMo GetVirtualizationVmwareVirtualMachineSnapshotVersionContextRefMo
A reference to the original Managed Object.
Timestamp string
The time this versioned Managed Object was created.
VersionType string
Specifies type of version. Currently the only supported value is "Configured" that is used to keep track of snapshots of policies and profiles that are intended to be configured to target endpoints.

  • Modified - Version created every time an object is modified.
  • Configured - Version created every time an object is configured to the service profile.
  • Deployed - Version created for objects related to a service profile when it is deployed.
AdditionalProperties string
ClassId string
The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
InterestedMos []GetVirtualizationVmwareVirtualMachineSnapshotVersionContextInterestedMo
MarkedForDeletion bool
The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
NrVersion string
The version of the Managed Object, e.g. an incrementing number or a hash id.
ObjectType string
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
RefMo GetVirtualizationVmwareVirtualMachineSnapshotVersionContextRefMo
A reference to the original Managed Object.
Timestamp string
The time this versioned Managed Object was created.
VersionType string
Specifies type of version. Currently the only supported value is "Configured" that is used to keep track of snapshots of policies and profiles that are intended to be configured to target endpoints.

  • Modified - Version created every time an object is modified.
  • Configured - Version created every time an object is configured to the service profile.
  • Deployed - Version created for objects related to a service profile when it is deployed.
additionalProperties String
classId String
The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
interestedMos List<GetVirtualizationVmwareVirtualMachineSnapshotVersionContextInterestedMo>
markedForDeletion Boolean
The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
nrVersion String
The version of the Managed Object, e.g. an incrementing number or a hash id.
objectType String
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
refMo GetVirtualizationVmwareVirtualMachineSnapshotVersionContextRefMo
A reference to the original Managed Object.
timestamp String
The time this versioned Managed Object was created.
versionType String
Specifies type of version. Currently the only supported value is "Configured" that is used to keep track of snapshots of policies and profiles that are intended to be configured to target endpoints.

  • Modified - Version created every time an object is modified.
  • Configured - Version created every time an object is configured to the service profile.
  • Deployed - Version created for objects related to a service profile when it is deployed.
additionalProperties string
classId string
The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
interestedMos GetVirtualizationVmwareVirtualMachineSnapshotVersionContextInterestedMo[]
markedForDeletion boolean
The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
nrVersion string
The version of the Managed Object, e.g. an incrementing number or a hash id.
objectType string
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
refMo GetVirtualizationVmwareVirtualMachineSnapshotVersionContextRefMo
A reference to the original Managed Object.
timestamp string
The time this versioned Managed Object was created.
versionType string
Specifies type of version. Currently the only supported value is "Configured" that is used to keep track of snapshots of policies and profiles that are intended to be configured to target endpoints.

  • Modified - Version created every time an object is modified.
  • Configured - Version created every time an object is configured to the service profile.
  • Deployed - Version created for objects related to a service profile when it is deployed.
additional_properties str
class_id str
The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
interested_mos Sequence[GetVirtualizationVmwareVirtualMachineSnapshotVersionContextInterestedMo]
marked_for_deletion bool
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 GetVirtualizationVmwareVirtualMachineSnapshotVersionContextRefMo
A reference to the original Managed Object.
timestamp str
The time this versioned Managed Object was created.
version_type str
Specifies type of version. Currently the only supported value is "Configured" that is used to keep track of snapshots of policies and profiles that are intended to be configured to target endpoints.

  • Modified - Version created every time an object is modified.
  • Configured - Version created every time an object is configured to the service profile.
  • Deployed - Version created for objects related to a service profile when it is deployed.
additionalProperties String
classId String
The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
interestedMos List<Property Map>
markedForDeletion Boolean
The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
nrVersion String
The version of the Managed Object, e.g. an incrementing number or a hash id.
objectType String
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
refMo Property Map
A reference to the original Managed Object.
timestamp String
The time this versioned Managed Object was created.
versionType String
Specifies type of version. Currently the only supported value is "Configured" that is used to keep track of snapshots of policies and profiles that are intended to be configured to target endpoints.

  • Modified - Version created every time an object is modified.
  • Configured - Version created every time an object is configured to the service profile.
  • Deployed - Version created for objects related to a service profile when it is deployed.

GetVirtualizationVmwareVirtualMachineSnapshotVersionContextInterestedMo

AdditionalProperties string
ClassId string
The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
Moid string
The unique identifier of this Managed Object instance.
ObjectType string
The fully-qualified name of the remote type referred by this relationship.
Selector string
An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

  1. If 'moid' is set this field is ignored.
  2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
AdditionalProperties string
ClassId string
The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
Moid string
The unique identifier of this Managed Object instance.
ObjectType string
The fully-qualified name of the remote type referred by this relationship.
Selector string
An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

  1. If 'moid' is set this field is ignored.
  2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
additionalProperties String
classId String
The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
moid String
The unique identifier of this Managed Object instance.
objectType String
The fully-qualified name of the remote type referred by this relationship.
selector String
An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

  1. If 'moid' is set this field is ignored.
  2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
additionalProperties string
classId string
The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
moid string
The unique identifier of this Managed Object instance.
objectType string
The fully-qualified name of the remote type referred by this relationship.
selector string
An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

  1. If 'moid' is set this field is ignored.
  2. 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.

  1. If 'moid' is set this field is ignored.
  2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
additionalProperties String
classId String
The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
moid String
The unique identifier of this Managed Object instance.
objectType String
The fully-qualified name of the remote type referred by this relationship.
selector String
An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

  1. If 'moid' is set this field is ignored.
  2. 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'.

GetVirtualizationVmwareVirtualMachineSnapshotVersionContextRefMo

AdditionalProperties string
ClassId string
The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
Moid string
The unique identifier of this Managed Object instance.
ObjectType string
The fully-qualified name of the remote type referred by this relationship.
Selector string
An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

  1. If 'moid' is set this field is ignored.
  2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
AdditionalProperties string
ClassId string
The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
Moid string
The unique identifier of this Managed Object instance.
ObjectType string
The fully-qualified name of the remote type referred by this relationship.
Selector string
An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

  1. If 'moid' is set this field is ignored.
  2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
additionalProperties String
classId String
The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
moid String
The unique identifier of this Managed Object instance.
objectType String
The fully-qualified name of the remote type referred by this relationship.
selector String
An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

  1. If 'moid' is set this field is ignored.
  2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
additionalProperties string
classId string
The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
moid string
The unique identifier of this Managed Object instance.
objectType string
The fully-qualified name of the remote type referred by this relationship.
selector string
An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

  1. If 'moid' is set this field is ignored.
  2. 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.

  1. If 'moid' is set this field is ignored.
  2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
additionalProperties String
classId String
The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
moid String
The unique identifier of this Managed Object instance.
objectType String
The fully-qualified name of the remote type referred by this relationship.
selector String
An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

  1. If 'moid' is set this field is ignored.
  2. 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'.

GetVirtualizationVmwareVirtualMachineSnapshotVirtualMachine

AdditionalProperties string
ClassId string
The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
Moid string
The unique identifier of this Managed Object instance.
ObjectType string
The fully-qualified name of the remote type referred by this relationship.
Selector string
An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

  1. If 'moid' is set this field is ignored.
  2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
AdditionalProperties string
ClassId string
The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
Moid string
The unique identifier of this Managed Object instance.
ObjectType string
The fully-qualified name of the remote type referred by this relationship.
Selector string
An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

  1. If 'moid' is set this field is ignored.
  2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
additionalProperties String
classId String
The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
moid String
The unique identifier of this Managed Object instance.
objectType String
The fully-qualified name of the remote type referred by this relationship.
selector String
An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

  1. If 'moid' is set this field is ignored.
  2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
additionalProperties string
classId string
The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
moid string
The unique identifier of this Managed Object instance.
objectType string
The fully-qualified name of the remote type referred by this relationship.
selector string
An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

  1. If 'moid' is set this field is ignored.
  2. 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.

  1. If 'moid' is set this field is ignored.
  2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
additionalProperties String
classId String
The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
moid String
The unique identifier of this Managed Object instance.
objectType String
The fully-qualified name of the remote type referred by this relationship.
selector String
An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

  1. If 'moid' is set this field is ignored.
  2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.

Package Details

Repository
intersight ciscodevnet/terraform-provider-intersight
License
Notes
This Pulumi package is based on the intersight Terraform Provider.