intersight 1.0.65 published on Wednesday, May 7, 2025 by ciscodevnet
intersight.getVirtualizationVmwareVirtualMachineSnapshot
Explore with Pulumi AI
intersight 1.0.65 published on Wednesday, May 7, 2025 by ciscodevnet
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>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]func LookupVirtualizationVmwareVirtualMachineSnapshot(ctx *Context, args *LookupVirtualizationVmwareVirtualMachineSnapshotArgs, opts ...InvokeOption) (*LookupVirtualizationVmwareVirtualMachineSnapshotResult, error)
func LookupVirtualizationVmwareVirtualMachineSnapshotOutput(ctx *Context, args *LookupVirtualizationVmwareVirtualMachineSnapshotOutputArgs, opts ...InvokeOption) LookupVirtualizationVmwareVirtualMachineSnapshotResultOutput> 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)
}public static CompletableFuture<GetVirtualizationVmwareVirtualMachineSnapshotResult> getVirtualizationVmwareVirtualMachineSnapshot(GetVirtualizationVmwareVirtualMachineSnapshotArgs args, InvokeOptions options)
public static Output<GetVirtualizationVmwareVirtualMachineSnapshotResult> getVirtualizationVmwareVirtualMachineSnapshot(GetVirtualizationVmwareVirtualMachineSnapshotArgs args, InvokeOptions options)
fn::invoke:
  function: intersight:index/getVirtualizationVmwareVirtualMachineSnapshot:getVirtualizationVmwareVirtualMachineSnapshot
  arguments:
    # arguments dictionaryThe following arguments are supported:
- AccountMoid string
- The Account ID for this managed object.
- AdditionalProperties string
- Ancestors
List<GetVirtualization Vmware Virtual Machine Snapshot Ancestor> 
- 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.
- DomainGroup stringMoid 
- 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
GetVirtualization Vmware Virtual Machine Snapshot Parent 
- PermissionResources List<GetVirtualization Vmware Virtual Machine Snapshot Permission Resource> 
- 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 GetVirtualization Vmware Virtual Machine Snapshot Registered Device 
- 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.
- 
List<GetVirtualization Vmware Virtual Machine Snapshot Tag> 
- VersionContext GetVirtualization Vmware Virtual Machine Snapshot Version Context 
- VirtualMachine GetVirtualization Vmware Virtual Machine Snapshot Virtual Machine 
- AccountMoid string
- The Account ID for this managed object.
- AdditionalProperties string
- Ancestors
[]GetVirtualization Vmware Virtual Machine Snapshot Ancestor 
- 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.
- DomainGroup stringMoid 
- 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
GetVirtualization Vmware Virtual Machine Snapshot Parent 
- PermissionResources []GetVirtualization Vmware Virtual Machine Snapshot Permission Resource 
- 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 GetVirtualization Vmware Virtual Machine Snapshot Registered Device 
- 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.
- 
[]GetVirtualization Vmware Virtual Machine Snapshot Tag 
- VersionContext GetVirtualization Vmware Virtual Machine Snapshot Version Context 
- VirtualMachine GetVirtualization Vmware Virtual Machine Snapshot Virtual Machine 
- accountMoid String
- The Account ID for this managed object.
- additionalProperties String
- ancestors
List<GetVirtualization Vmware Virtual Machine Snapshot Ancestor> 
- 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.
- domainGroup StringMoid 
- 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
GetVirtualization Vmware Virtual Machine Snapshot Parent 
- permissionResources List<GetVirtualization Vmware Virtual Machine Snapshot Permission Resource> 
- 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 GetVirtualization Vmware Virtual Machine Snapshot Registered Device 
- 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.
- 
List<GetVirtualization Vmware Virtual Machine Snapshot Tag> 
- versionContext GetVirtualization Vmware Virtual Machine Snapshot Version Context 
- virtualMachine GetVirtualization Vmware Virtual Machine Snapshot Virtual Machine 
- accountMoid string
- The Account ID for this managed object.
- additionalProperties string
- ancestors
GetVirtualization Vmware Virtual Machine Snapshot Ancestor[] 
- 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.
- domainGroup stringMoid 
- 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
GetVirtualization Vmware Virtual Machine Snapshot Parent 
- permissionResources GetVirtualization Vmware Virtual Machine Snapshot Permission Resource[] 
- 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 GetVirtualization Vmware Virtual Machine Snapshot Registered Device 
- 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.
- 
GetVirtualization Vmware Virtual Machine Snapshot Tag[] 
- versionContext GetVirtualization Vmware Virtual Machine Snapshot Version Context 
- virtualMachine GetVirtualization Vmware Virtual Machine Snapshot Virtual Machine 
- account_moid str
- The Account ID for this managed object.
- additional_properties str
- ancestors
Sequence[GetVirtualization Vmware Virtual Machine Snapshot Ancestor] 
- 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_ strmoid 
- 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
GetVirtualization Vmware Virtual Machine Snapshot Parent 
- permission_resources Sequence[GetVirtualization Vmware Virtual Machine Snapshot Permission Resource] 
- 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 GetVirtualization Vmware Virtual Machine Snapshot Registered Device 
- 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.
- 
Sequence[GetVirtualization Vmware Virtual Machine Snapshot Tag] 
- version_context GetVirtualization Vmware Virtual Machine Snapshot Version Context 
- virtual_machine GetVirtualization Vmware Virtual Machine Snapshot Virtual Machine 
- 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.
- domainGroup StringMoid 
- 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
- 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.
- List<Property Map>
- versionContext Property Map
- virtualMachine Property Map
getVirtualizationVmwareVirtualMachineSnapshot Result
The following output properties are available:
- Id string
- Results
List<GetVirtualization Vmware Virtual Machine Snapshot Result> 
- AccountMoid string
- AdditionalProperties string
- Ancestors
List<GetVirtualization Vmware Virtual Machine Snapshot Ancestor> 
- ClassId string
- CreateTime string
- CreationTime string
- CurrentSnapshot bool
- Description string
- DomainGroup stringMoid 
- Golden bool
- Identity string
- Key double
- ModTime string
- Moid string
- Name string
- ObjectType string
- Owners List<string>
- Parent
GetVirtualization Vmware Virtual Machine Snapshot Parent 
- PermissionResources List<GetVirtualization Vmware Virtual Machine Snapshot Permission Resource> 
- PredecessorId double
- Quiesced bool
- RefValue string
- RegisteredDevice GetVirtualization Vmware Virtual Machine Snapshot Registered Device 
- string
- SnapshotSize double
- 
List<GetVirtualization Vmware Virtual Machine Snapshot Tag> 
- VersionContext GetVirtualization Vmware Virtual Machine Snapshot Version Context 
- VirtualMachine GetVirtualization Vmware Virtual Machine Snapshot Virtual Machine 
- Id string
- Results
[]GetVirtualization Vmware Virtual Machine Snapshot Result 
- AccountMoid string
- AdditionalProperties string
- Ancestors
[]GetVirtualization Vmware Virtual Machine Snapshot Ancestor 
- ClassId string
- CreateTime string
- CreationTime string
- CurrentSnapshot bool
- Description string
- DomainGroup stringMoid 
- Golden bool
- Identity string
- Key float64
- ModTime string
- Moid string
- Name string
- ObjectType string
- Owners []string
- Parent
GetVirtualization Vmware Virtual Machine Snapshot Parent 
- PermissionResources []GetVirtualization Vmware Virtual Machine Snapshot Permission Resource 
- PredecessorId float64
- Quiesced bool
- RefValue string
- RegisteredDevice GetVirtualization Vmware Virtual Machine Snapshot Registered Device 
- string
- SnapshotSize float64
- 
[]GetVirtualization Vmware Virtual Machine Snapshot Tag 
- VersionContext GetVirtualization Vmware Virtual Machine Snapshot Version Context 
- VirtualMachine GetVirtualization Vmware Virtual Machine Snapshot Virtual Machine 
- id String
- results
List<GetVirtualization Vmware Virtual Machine Snapshot Result> 
- accountMoid String
- additionalProperties String
- ancestors
List<GetVirtualization Vmware Virtual Machine Snapshot Ancestor> 
- classId String
- createTime String
- creationTime String
- currentSnapshot Boolean
- description String
- domainGroup StringMoid 
- golden Boolean
- identity String
- key Double
- modTime String
- moid String
- name String
- objectType String
- owners List<String>
- parent
GetVirtualization Vmware Virtual Machine Snapshot Parent 
- permissionResources List<GetVirtualization Vmware Virtual Machine Snapshot Permission Resource> 
- predecessorId Double
- quiesced Boolean
- refValue String
- registeredDevice GetVirtualization Vmware Virtual Machine Snapshot Registered Device 
- String
- snapshotSize Double
- 
List<GetVirtualization Vmware Virtual Machine Snapshot Tag> 
- versionContext GetVirtualization Vmware Virtual Machine Snapshot Version Context 
- virtualMachine GetVirtualization Vmware Virtual Machine Snapshot Virtual Machine 
- id string
- results
GetVirtualization Vmware Virtual Machine Snapshot Result[] 
- accountMoid string
- additionalProperties string
- ancestors
GetVirtualization Vmware Virtual Machine Snapshot Ancestor[] 
- classId string
- createTime string
- creationTime string
- currentSnapshot boolean
- description string
- domainGroup stringMoid 
- golden boolean
- identity string
- key number
- modTime string
- moid string
- name string
- objectType string
- owners string[]
- parent
GetVirtualization Vmware Virtual Machine Snapshot Parent 
- permissionResources GetVirtualization Vmware Virtual Machine Snapshot Permission Resource[] 
- predecessorId number
- quiesced boolean
- refValue string
- registeredDevice GetVirtualization Vmware Virtual Machine Snapshot Registered Device 
- string
- snapshotSize number
- 
GetVirtualization Vmware Virtual Machine Snapshot Tag[] 
- versionContext GetVirtualization Vmware Virtual Machine Snapshot Version Context 
- virtualMachine GetVirtualization Vmware Virtual Machine Snapshot Virtual Machine 
- id str
- results
Sequence[GetVirtualization Vmware Virtual Machine Snapshot Result] 
- account_moid str
- additional_properties str
- ancestors
Sequence[GetVirtualization Vmware Virtual Machine Snapshot Ancestor] 
- class_id str
- create_time str
- creation_time str
- current_snapshot bool
- description str
- domain_group_ strmoid 
- golden bool
- identity str
- key float
- mod_time str
- moid str
- name str
- object_type str
- owners Sequence[str]
- parent
GetVirtualization Vmware Virtual Machine Snapshot Parent 
- permission_resources Sequence[GetVirtualization Vmware Virtual Machine Snapshot Permission Resource] 
- predecessor_id float
- quiesced bool
- ref_value str
- registered_device GetVirtualization Vmware Virtual Machine Snapshot Registered Device 
- str
- snapshot_size float
- 
Sequence[GetVirtualization Vmware Virtual Machine Snapshot Tag] 
- version_context GetVirtualization Vmware Virtual Machine Snapshot Version Context 
- virtual_machine GetVirtualization Vmware Virtual Machine Snapshot Virtual Machine 
- id String
- results List<Property Map>
- accountMoid String
- additionalProperties String
- ancestors List<Property Map>
- classId String
- createTime String
- creationTime String
- currentSnapshot Boolean
- description String
- domainGroup StringMoid 
- golden Boolean
- identity String
- key Number
- modTime String
- moid String
- name String
- objectType String
- owners List<String>
- parent Property Map
- permissionResources List<Property Map>
- predecessorId Number
- quiesced Boolean
- refValue String
- registeredDevice Property Map
- String
- snapshotSize Number
- List<Property Map>
- versionContext Property Map
- virtualMachine Property Map
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.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
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.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
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.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
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.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
GetVirtualizationVmwareVirtualMachineSnapshotResult      
- AccountMoid string
- The Account ID for this managed object.
- AdditionalProperties string
- Ancestors
List<GetVirtualization Vmware Virtual Machine Snapshot Result Ancestor> 
- 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.
- DomainGroup stringMoid 
- The DomainGroup ID for this managed object.
- Golden bool
- If yes, the virtual machine snapshot cannot be deleted.
- 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>
- Parents
List<GetVirtualization Vmware Virtual Machine Snapshot Result Parent> 
- PermissionResources List<GetVirtualization Vmware Virtual Machine Snapshot Result Permission Resource> 
- 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.
- RegisteredDevices List<GetVirtualization Vmware Virtual Machine Snapshot Result Registered Device> 
- 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.
- 
List<GetVirtualization Vmware Virtual Machine Snapshot Result Tag> 
- VersionContexts List<GetVirtualization Vmware Virtual Machine Snapshot Result Version Context> 
- VirtualMachines List<GetVirtualization Vmware Virtual Machine Snapshot Result Virtual Machine> 
- AccountMoid string
- The Account ID for this managed object.
- AdditionalProperties string
- Ancestors
[]GetVirtualization Vmware Virtual Machine Snapshot Result Ancestor 
- 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.
- DomainGroup stringMoid 
- The DomainGroup ID for this managed object.
- Golden bool
- If yes, the virtual machine snapshot cannot be deleted.
- 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
- Parents
[]GetVirtualization Vmware Virtual Machine Snapshot Result Parent 
- PermissionResources []GetVirtualization Vmware Virtual Machine Snapshot Result Permission Resource 
- 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.
- RegisteredDevices []GetVirtualization Vmware Virtual Machine Snapshot Result Registered Device 
- 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.
- 
[]GetVirtualization Vmware Virtual Machine Snapshot Result Tag 
- VersionContexts []GetVirtualization Vmware Virtual Machine Snapshot Result Version Context 
- VirtualMachines []GetVirtualization Vmware Virtual Machine Snapshot Result Virtual Machine 
- accountMoid String
- The Account ID for this managed object.
- additionalProperties String
- ancestors
List<GetVirtualization Vmware Virtual Machine Snapshot Result Ancestor> 
- 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.
- domainGroup StringMoid 
- The DomainGroup ID for this managed object.
- golden Boolean
- If yes, the virtual machine snapshot cannot be deleted.
- 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>
- parents
List<GetVirtualization Vmware Virtual Machine Snapshot Result Parent> 
- permissionResources List<GetVirtualization Vmware Virtual Machine Snapshot Result Permission Resource> 
- 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.
- registeredDevices List<GetVirtualization Vmware Virtual Machine Snapshot Result Registered Device> 
- 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.
- 
List<GetVirtualization Vmware Virtual Machine Snapshot Result Tag> 
- versionContexts List<GetVirtualization Vmware Virtual Machine Snapshot Result Version Context> 
- virtualMachines List<GetVirtualization Vmware Virtual Machine Snapshot Result Virtual Machine> 
- accountMoid string
- The Account ID for this managed object.
- additionalProperties string
- ancestors
GetVirtualization Vmware Virtual Machine Snapshot Result Ancestor[] 
- 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.
- domainGroup stringMoid 
- The DomainGroup ID for this managed object.
- golden boolean
- If yes, the virtual machine snapshot cannot be deleted.
- 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[]
- parents
GetVirtualization Vmware Virtual Machine Snapshot Result Parent[] 
- permissionResources GetVirtualization Vmware Virtual Machine Snapshot Result Permission Resource[] 
- 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.
- registeredDevices GetVirtualization Vmware Virtual Machine Snapshot Result Registered Device[] 
- 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.
- 
GetVirtualization Vmware Virtual Machine Snapshot Result Tag[] 
- versionContexts GetVirtualization Vmware Virtual Machine Snapshot Result Version Context[] 
- virtualMachines GetVirtualization Vmware Virtual Machine Snapshot Result Virtual Machine[] 
- account_moid str
- The Account ID for this managed object.
- additional_properties str
- ancestors
Sequence[GetVirtualization Vmware Virtual Machine Snapshot Result Ancestor] 
- 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_ strmoid 
- The DomainGroup ID for this managed object.
- golden bool
- If yes, the virtual machine snapshot cannot be deleted.
- 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]
- parents
Sequence[GetVirtualization Vmware Virtual Machine Snapshot Result Parent] 
- permission_resources Sequence[GetVirtualization Vmware Virtual Machine Snapshot Result Permission Resource] 
- 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_devices Sequence[GetVirtualization Vmware Virtual Machine Snapshot Result Registered Device] 
- 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.
- 
Sequence[GetVirtualization Vmware Virtual Machine Snapshot Result Tag] 
- version_contexts Sequence[GetVirtualization Vmware Virtual Machine Snapshot Result Version Context] 
- virtual_machines Sequence[GetVirtualization Vmware Virtual Machine Snapshot Result Virtual Machine] 
- 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.
- domainGroup StringMoid 
- The DomainGroup ID for this managed object.
- golden Boolean
- If yes, the virtual machine snapshot cannot be deleted.
- 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>
- parents List<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.
- registeredDevices List<Property Map>
- String
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- snapshotSize Number
- Size of the snapshot file created of the virtual machine, stored in bytes.
- List<Property Map>
- versionContexts List<Property Map>
- virtualMachines List<Property Map>
GetVirtualizationVmwareVirtualMachineSnapshotResultAncestor       
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetVirtualizationVmwareVirtualMachineSnapshotResultParent       
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetVirtualizationVmwareVirtualMachineSnapshotResultPermissionResource        
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetVirtualizationVmwareVirtualMachineSnapshotResultRegisteredDevice        
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetVirtualizationVmwareVirtualMachineSnapshotResultTag       
- AdditionalProperties string
- Key string
- The internally assigned id/key of virtual machine snapshot.
- Value string
- AdditionalProperties string
- Key string
- The internally assigned id/key of virtual machine snapshot.
- Value string
- additionalProperties String
- key String
- The internally assigned id/key of virtual machine snapshot.
- value String
- additionalProperties string
- key string
- The internally assigned id/key of virtual machine snapshot.
- value string
- additional_properties str
- key str
- The internally assigned id/key of virtual machine snapshot.
- value str
- additionalProperties String
- key String
- The internally assigned id/key of virtual machine snapshot.
- value String
GetVirtualizationVmwareVirtualMachineSnapshotResultVersionContext        
- AdditionalProperties string
- ClassId string
- InterestedMos List<GetVirtualization Vmware Virtual Machine Snapshot Result Version Context Interested Mo> 
- MarkedFor boolDeletion 
- NrVersion string
- ObjectType string
- RefMos List<GetVirtualization Vmware Virtual Machine Snapshot Result Version Context Ref Mo> 
- Timestamp string
- VersionType string
- AdditionalProperties string
- ClassId string
- InterestedMos []GetVirtualization Vmware Virtual Machine Snapshot Result Version Context Interested Mo 
- MarkedFor boolDeletion 
- NrVersion string
- ObjectType string
- RefMos []GetVirtualization Vmware Virtual Machine Snapshot Result Version Context Ref Mo 
- Timestamp string
- VersionType string
- additionalProperties String
- classId String
- interestedMos List<GetVirtualization Vmware Virtual Machine Snapshot Result Version Context Interested Mo> 
- markedFor BooleanDeletion 
- nrVersion String
- objectType String
- refMos List<GetVirtualization Vmware Virtual Machine Snapshot Result Version Context Ref Mo> 
- timestamp String
- versionType String
- additionalProperties string
- classId string
- interestedMos GetVirtualization Vmware Virtual Machine Snapshot Result Version Context Interested Mo[] 
- markedFor booleanDeletion 
- nrVersion string
- objectType string
- refMos GetVirtualization Vmware Virtual Machine Snapshot Result Version Context Ref Mo[] 
- timestamp string
- versionType string
- additional_properties str
- class_id str
- interested_mos Sequence[GetVirtualization Vmware Virtual Machine Snapshot Result Version Context Interested Mo] 
- marked_for_ booldeletion 
- nr_version str
- object_type str
- ref_mos Sequence[GetVirtualization Vmware Virtual Machine Snapshot Result Version Context Ref Mo] 
- timestamp str
- version_type str
- additionalProperties String
- classId String
- interestedMos List<Property Map>
- markedFor BooleanDeletion 
- nrVersion String
- objectType String
- refMos List<Property Map>
- timestamp String
- versionType String
GetVirtualizationVmwareVirtualMachineSnapshotResultVersionContextInterestedMo          
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetVirtualizationVmwareVirtualMachineSnapshotResultVersionContextRefMo          
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetVirtualizationVmwareVirtualMachineSnapshotResultVirtualMachine        
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
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<GetVirtualization Vmware Virtual Machine Snapshot Version Context Interested Mo> 
- MarkedFor boolDeletion 
- The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- NrVersion string
- The version of the Managed Object, e.g. an incrementing number or a hash id.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- RefMo GetVirtualization Vmware Virtual Machine Snapshot Version Context Ref Mo 
- A reference to the original Managed Object.
- Timestamp string
- The time this versioned Managed Object was created.
- VersionType string
- Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.- Modified- Version created every time an object is modified.
- Configured- Version created every time an object is configured to the service profile.
- Deployed- Version created for objects related to a service profile when it is deployed.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- InterestedMos []GetVirtualization Vmware Virtual Machine Snapshot Version Context Interested Mo 
- MarkedFor boolDeletion 
- The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- NrVersion string
- The version of the Managed Object, e.g. an incrementing number or a hash id.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- RefMo GetVirtualization Vmware Virtual Machine Snapshot Version Context Ref Mo 
- A reference to the original Managed Object.
- Timestamp string
- The time this versioned Managed Object was created.
- VersionType string
- Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.- Modified- Version created every time an object is modified.
- Configured- Version created every time an object is configured to the service profile.
- Deployed- Version created for objects related to a service profile when it is deployed.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- interestedMos List<GetVirtualization Vmware Virtual Machine Snapshot Version Context Interested Mo> 
- markedFor BooleanDeletion 
- The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nrVersion String
- The version of the Managed Object, e.g. an incrementing number or a hash id.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- refMo GetVirtualization Vmware Virtual Machine Snapshot Version Context Ref Mo 
- A reference to the original Managed Object.
- timestamp String
- The time this versioned Managed Object was created.
- versionType String
- Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.- Modified- Version created every time an object is modified.
- Configured- Version created every time an object is configured to the service profile.
- Deployed- Version created for objects related to a service profile when it is deployed.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- interestedMos GetVirtualization Vmware Virtual Machine Snapshot Version Context Interested Mo[] 
- markedFor booleanDeletion 
- The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nrVersion string
- The version of the Managed Object, e.g. an incrementing number or a hash id.
- objectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- refMo GetVirtualization Vmware Virtual Machine Snapshot Version Context Ref Mo 
- A reference to the original Managed Object.
- timestamp string
- The time this versioned Managed Object was created.
- versionType string
- Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.- Modified- Version created every time an object is modified.
- Configured- Version created every time an object is configured to the service profile.
- Deployed- Version created for objects related to a service profile when it is deployed.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- interested_mos Sequence[GetVirtualization Vmware Virtual Machine Snapshot Version Context Interested Mo] 
- marked_for_ booldeletion 
- The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nr_version str
- The version of the Managed Object, e.g. an incrementing number or a hash id.
- object_type str
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- ref_mo GetVirtualization Vmware Virtual Machine Snapshot Version Context Ref Mo 
- A reference to the original Managed Object.
- timestamp str
- The time this versioned Managed Object was created.
- version_type str
- Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.- Modified- Version created every time an object is modified.
- Configured- Version created every time an object is configured to the service profile.
- Deployed- Version created for objects related to a service profile when it is deployed.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- interestedMos List<Property Map>
- markedFor BooleanDeletion 
- The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nrVersion String
- The version of the Managed Object, e.g. an incrementing number or a hash id.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- refMo Property Map
- A reference to the original Managed Object.
- timestamp String
- The time this versioned Managed Object was created.
- versionType String
- Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.- Modified- Version created every time an object is modified.
- Configured- Version created every time an object is configured to the service profile.
- Deployed- Version created for objects related to a service profile when it is deployed.
 
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.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
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.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
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.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
Package Details
- Repository
- intersight ciscodevnet/terraform-provider-intersight
- License
- Notes
- This Pulumi package is based on the intersightTerraform Provider.
intersight 1.0.65 published on Wednesday, May 7, 2025 by ciscodevnet