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

intersight.getVirtualizationVmwareVirtualMachineSnapshot

Explore with Pulumi AI

intersight logo
intersight 1.0.64 published on Wednesday, Apr 30, 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 dictionary

    The following arguments are supported:

    AccountMoid string
    The Account ID for this managed object.
    AdditionalProperties string
    Ancestors List<GetVirtualizationVmwareVirtualMachineSnapshotAncestor>
    ClassId string
    CreateTime string
    The time when this managed object was created.
    CreationTime string
    Snapshot creation time. Time at which snapshot gets created.
    CurrentSnapshot bool
    If yes, it determines it is the latest snapshot of the virtual machine.
    Description string
    User provided description of the virtual machine snapshot.
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    Golden bool
    If yes, the virtual machine snapshot cannot be deleted.
    Id string
    Identity string
    The internally generated identity of the snapshot. This entity is not manipulated by users. It aids in uniquely identifying the snapshot object. For VMware, this is a MOR (managed object reference).
    Key double
    The internally assigned id/key of virtual machine snapshot.
    ModTime string
    The time when this managed object was last modified.
    Moid string
    The unique identifier of this Managed Object instance.
    Name string
    User name provided to identify the snapshot.
    ObjectType string
    Owners List<string>
    Parent GetVirtualizationVmwareVirtualMachineSnapshotParent
    PermissionResources List<GetVirtualizationVmwareVirtualMachineSnapshotPermissionResource>
    PredecessorId double
    Predecessor id is the id of the parent snapshot.
    Quiesced bool
    Quiesce pauses all the I/O operations on virtual machine till the snapshot is taken.
    RefValue string
    Internally assigned MOR reference value.
    RegisteredDevice GetVirtualizationVmwareVirtualMachineSnapshotRegisteredDevice
    SharedScope string
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    SnapshotSize double
    Size of the snapshot file created of the virtual machine, stored in bytes.
    Tags List<GetVirtualizationVmwareVirtualMachineSnapshotTag>
    VersionContext GetVirtualizationVmwareVirtualMachineSnapshotVersionContext
    VirtualMachine GetVirtualizationVmwareVirtualMachineSnapshotVirtualMachine
    AccountMoid string
    The Account ID for this managed object.
    AdditionalProperties string
    Ancestors []GetVirtualizationVmwareVirtualMachineSnapshotAncestor
    ClassId string
    CreateTime string
    The time when this managed object was created.
    CreationTime string
    Snapshot creation time. Time at which snapshot gets created.
    CurrentSnapshot bool
    If yes, it determines it is the latest snapshot of the virtual machine.
    Description string
    User provided description of the virtual machine snapshot.
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    Golden bool
    If yes, the virtual machine snapshot cannot be deleted.
    Id string
    Identity string
    The internally generated identity of the snapshot. This entity is not manipulated by users. It aids in uniquely identifying the snapshot object. For VMware, this is a MOR (managed object reference).
    Key float64
    The internally assigned id/key of virtual machine snapshot.
    ModTime string
    The time when this managed object was last modified.
    Moid string
    The unique identifier of this Managed Object instance.
    Name string
    User name provided to identify the snapshot.
    ObjectType string
    Owners []string
    Parent GetVirtualizationVmwareVirtualMachineSnapshotParent
    PermissionResources []GetVirtualizationVmwareVirtualMachineSnapshotPermissionResource
    PredecessorId float64
    Predecessor id is the id of the parent snapshot.
    Quiesced bool
    Quiesce pauses all the I/O operations on virtual machine till the snapshot is taken.
    RefValue string
    Internally assigned MOR reference value.
    RegisteredDevice GetVirtualizationVmwareVirtualMachineSnapshotRegisteredDevice
    SharedScope string
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    SnapshotSize float64
    Size of the snapshot file created of the virtual machine, stored in bytes.
    Tags []GetVirtualizationVmwareVirtualMachineSnapshotTag
    VersionContext GetVirtualizationVmwareVirtualMachineSnapshotVersionContext
    VirtualMachine GetVirtualizationVmwareVirtualMachineSnapshotVirtualMachine
    accountMoid String
    The Account ID for this managed object.
    additionalProperties String
    ancestors List<GetVirtualizationVmwareVirtualMachineSnapshotAncestor>
    classId String
    createTime String
    The time when this managed object was created.
    creationTime String
    Snapshot creation time. Time at which snapshot gets created.
    currentSnapshot Boolean
    If yes, it determines it is the latest snapshot of the virtual machine.
    description String
    User provided description of the virtual machine snapshot.
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    golden Boolean
    If yes, the virtual machine snapshot cannot be deleted.
    id String
    identity String
    The internally generated identity of the snapshot. This entity is not manipulated by users. It aids in uniquely identifying the snapshot object. For VMware, this is a MOR (managed object reference).
    key Double
    The internally assigned id/key of virtual machine snapshot.
    modTime String
    The time when this managed object was last modified.
    moid String
    The unique identifier of this Managed Object instance.
    name String
    User name provided to identify the snapshot.
    objectType String
    owners List<String>
    parent GetVirtualizationVmwareVirtualMachineSnapshotParent
    permissionResources List<GetVirtualizationVmwareVirtualMachineSnapshotPermissionResource>
    predecessorId Double
    Predecessor id is the id of the parent snapshot.
    quiesced Boolean
    Quiesce pauses all the I/O operations on virtual machine till the snapshot is taken.
    refValue String
    Internally assigned MOR reference value.
    registeredDevice GetVirtualizationVmwareVirtualMachineSnapshotRegisteredDevice
    sharedScope String
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    snapshotSize Double
    Size of the snapshot file created of the virtual machine, stored in bytes.
    tags List<GetVirtualizationVmwareVirtualMachineSnapshotTag>
    versionContext GetVirtualizationVmwareVirtualMachineSnapshotVersionContext
    virtualMachine GetVirtualizationVmwareVirtualMachineSnapshotVirtualMachine
    accountMoid string
    The Account ID for this managed object.
    additionalProperties string
    ancestors GetVirtualizationVmwareVirtualMachineSnapshotAncestor[]
    classId string
    createTime string
    The time when this managed object was created.
    creationTime string
    Snapshot creation time. Time at which snapshot gets created.
    currentSnapshot boolean
    If yes, it determines it is the latest snapshot of the virtual machine.
    description string
    User provided description of the virtual machine snapshot.
    domainGroupMoid string
    The DomainGroup ID for this managed object.
    golden boolean
    If yes, the virtual machine snapshot cannot be deleted.
    id string
    identity string
    The internally generated identity of the snapshot. This entity is not manipulated by users. It aids in uniquely identifying the snapshot object. For VMware, this is a MOR (managed object reference).
    key number
    The internally assigned id/key of virtual machine snapshot.
    modTime string
    The time when this managed object was last modified.
    moid string
    The unique identifier of this Managed Object instance.
    name string
    User name provided to identify the snapshot.
    objectType string
    owners string[]
    parent GetVirtualizationVmwareVirtualMachineSnapshotParent
    permissionResources GetVirtualizationVmwareVirtualMachineSnapshotPermissionResource[]
    predecessorId number
    Predecessor id is the id of the parent snapshot.
    quiesced boolean
    Quiesce pauses all the I/O operations on virtual machine till the snapshot is taken.
    refValue string
    Internally assigned MOR reference value.
    registeredDevice GetVirtualizationVmwareVirtualMachineSnapshotRegisteredDevice
    sharedScope string
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    snapshotSize number
    Size of the snapshot file created of the virtual machine, stored in bytes.
    tags GetVirtualizationVmwareVirtualMachineSnapshotTag[]
    versionContext GetVirtualizationVmwareVirtualMachineSnapshotVersionContext
    virtualMachine GetVirtualizationVmwareVirtualMachineSnapshotVirtualMachine
    account_moid str
    The Account ID for this managed object.
    additional_properties str
    ancestors Sequence[GetVirtualizationVmwareVirtualMachineSnapshotAncestor]
    class_id str
    create_time str
    The time when this managed object was created.
    creation_time str
    Snapshot creation time. Time at which snapshot gets created.
    current_snapshot bool
    If yes, it determines it is the latest snapshot of the virtual machine.
    description str
    User provided description of the virtual machine snapshot.
    domain_group_moid str
    The DomainGroup ID for this managed object.
    golden bool
    If yes, the virtual machine snapshot cannot be deleted.
    id str
    identity str
    The internally generated identity of the snapshot. This entity is not manipulated by users. It aids in uniquely identifying the snapshot object. For VMware, this is a MOR (managed object reference).
    key float
    The internally assigned id/key of virtual machine snapshot.
    mod_time str
    The time when this managed object was last modified.
    moid str
    The unique identifier of this Managed Object instance.
    name str
    User name provided to identify the snapshot.
    object_type str
    owners Sequence[str]
    parent GetVirtualizationVmwareVirtualMachineSnapshotParent
    permission_resources Sequence[GetVirtualizationVmwareVirtualMachineSnapshotPermissionResource]
    predecessor_id float
    Predecessor id is the id of the parent snapshot.
    quiesced bool
    Quiesce pauses all the I/O operations on virtual machine till the snapshot is taken.
    ref_value str
    Internally assigned MOR reference value.
    registered_device GetVirtualizationVmwareVirtualMachineSnapshotRegisteredDevice
    shared_scope str
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    snapshot_size float
    Size of the snapshot file created of the virtual machine, stored in bytes.
    tags Sequence[GetVirtualizationVmwareVirtualMachineSnapshotTag]
    version_context GetVirtualizationVmwareVirtualMachineSnapshotVersionContext
    virtual_machine GetVirtualizationVmwareVirtualMachineSnapshotVirtualMachine
    accountMoid String
    The Account ID for this managed object.
    additionalProperties String
    ancestors List<Property Map>
    classId String
    createTime String
    The time when this managed object was created.
    creationTime String
    Snapshot creation time. Time at which snapshot gets created.
    currentSnapshot Boolean
    If yes, it determines it is the latest snapshot of the virtual machine.
    description String
    User provided description of the virtual machine snapshot.
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    golden Boolean
    If yes, the virtual machine snapshot cannot be deleted.
    id String
    identity String
    The internally generated identity of the snapshot. This entity is not manipulated by users. It aids in uniquely identifying the snapshot object. For VMware, this is a MOR (managed object reference).
    key Number
    The internally assigned id/key of virtual machine snapshot.
    modTime String
    The time when this managed object was last modified.
    moid String
    The unique identifier of this Managed Object instance.
    name String
    User name provided to identify the snapshot.
    objectType String
    owners List<String>
    parent Property Map
    permissionResources List<Property Map>
    predecessorId Number
    Predecessor id is the id of the parent snapshot.
    quiesced Boolean
    Quiesce pauses all the I/O operations on virtual machine till the snapshot is taken.
    refValue String
    Internally assigned MOR reference value.
    registeredDevice Property Map
    sharedScope String
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    snapshotSize Number
    Size of the snapshot file created of the virtual machine, stored in bytes.
    tags List<Property Map>
    versionContext Property Map
    virtualMachine Property Map

    getVirtualizationVmwareVirtualMachineSnapshot Result

    The following output properties are available:

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

    Supporting Types

    GetVirtualizationVmwareVirtualMachineSnapshotAncestor

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

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

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

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

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

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

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

    GetVirtualizationVmwareVirtualMachineSnapshotParent

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

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

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

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

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

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

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

    GetVirtualizationVmwareVirtualMachineSnapshotPermissionResource

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

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

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

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

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

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

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

    GetVirtualizationVmwareVirtualMachineSnapshotRegisteredDevice

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

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

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

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

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

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

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

    GetVirtualizationVmwareVirtualMachineSnapshotResult

    AccountMoid string
    The Account ID for this managed object.
    AdditionalProperties string
    Ancestors List<GetVirtualizationVmwareVirtualMachineSnapshotResultAncestor>
    ClassId string
    CreateTime string
    The time when this managed object was created.
    CreationTime string
    Snapshot creation time. Time at which snapshot gets created.
    CurrentSnapshot bool
    If yes, it determines it is the latest snapshot of the virtual machine.
    Description string
    User provided description of the virtual machine snapshot.
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    Golden bool
    If yes, the virtual machine snapshot cannot be deleted.
    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<GetVirtualizationVmwareVirtualMachineSnapshotResultParent>
    PermissionResources List<GetVirtualizationVmwareVirtualMachineSnapshotResultPermissionResource>
    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<GetVirtualizationVmwareVirtualMachineSnapshotResultRegisteredDevice>
    SharedScope string
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    SnapshotSize double
    Size of the snapshot file created of the virtual machine, stored in bytes.
    Tags List<GetVirtualizationVmwareVirtualMachineSnapshotResultTag>
    VersionContexts List<GetVirtualizationVmwareVirtualMachineSnapshotResultVersionContext>
    VirtualMachines List<GetVirtualizationVmwareVirtualMachineSnapshotResultVirtualMachine>
    AccountMoid string
    The Account ID for this managed object.
    AdditionalProperties string
    Ancestors []GetVirtualizationVmwareVirtualMachineSnapshotResultAncestor
    ClassId string
    CreateTime string
    The time when this managed object was created.
    CreationTime string
    Snapshot creation time. Time at which snapshot gets created.
    CurrentSnapshot bool
    If yes, it determines it is the latest snapshot of the virtual machine.
    Description string
    User provided description of the virtual machine snapshot.
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    Golden bool
    If yes, the virtual machine snapshot cannot be deleted.
    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 []GetVirtualizationVmwareVirtualMachineSnapshotResultParent
    PermissionResources []GetVirtualizationVmwareVirtualMachineSnapshotResultPermissionResource
    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 []GetVirtualizationVmwareVirtualMachineSnapshotResultRegisteredDevice
    SharedScope string
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    SnapshotSize float64
    Size of the snapshot file created of the virtual machine, stored in bytes.
    Tags []GetVirtualizationVmwareVirtualMachineSnapshotResultTag
    VersionContexts []GetVirtualizationVmwareVirtualMachineSnapshotResultVersionContext
    VirtualMachines []GetVirtualizationVmwareVirtualMachineSnapshotResultVirtualMachine
    accountMoid String
    The Account ID for this managed object.
    additionalProperties String
    ancestors List<GetVirtualizationVmwareVirtualMachineSnapshotResultAncestor>
    classId String
    createTime String
    The time when this managed object was created.
    creationTime String
    Snapshot creation time. Time at which snapshot gets created.
    currentSnapshot Boolean
    If yes, it determines it is the latest snapshot of the virtual machine.
    description String
    User provided description of the virtual machine snapshot.
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    golden Boolean
    If yes, the virtual machine snapshot cannot be deleted.
    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<GetVirtualizationVmwareVirtualMachineSnapshotResultParent>
    permissionResources List<GetVirtualizationVmwareVirtualMachineSnapshotResultPermissionResource>
    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<GetVirtualizationVmwareVirtualMachineSnapshotResultRegisteredDevice>
    sharedScope String
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    snapshotSize Double
    Size of the snapshot file created of the virtual machine, stored in bytes.
    tags List<GetVirtualizationVmwareVirtualMachineSnapshotResultTag>
    versionContexts List<GetVirtualizationVmwareVirtualMachineSnapshotResultVersionContext>
    virtualMachines List<GetVirtualizationVmwareVirtualMachineSnapshotResultVirtualMachine>
    accountMoid string
    The Account ID for this managed object.
    additionalProperties string
    ancestors GetVirtualizationVmwareVirtualMachineSnapshotResultAncestor[]
    classId string
    createTime string
    The time when this managed object was created.
    creationTime string
    Snapshot creation time. Time at which snapshot gets created.
    currentSnapshot boolean
    If yes, it determines it is the latest snapshot of the virtual machine.
    description string
    User provided description of the virtual machine snapshot.
    domainGroupMoid string
    The DomainGroup ID for this managed object.
    golden boolean
    If yes, the virtual machine snapshot cannot be deleted.
    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 GetVirtualizationVmwareVirtualMachineSnapshotResultParent[]
    permissionResources GetVirtualizationVmwareVirtualMachineSnapshotResultPermissionResource[]
    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 GetVirtualizationVmwareVirtualMachineSnapshotResultRegisteredDevice[]
    sharedScope string
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    snapshotSize number
    Size of the snapshot file created of the virtual machine, stored in bytes.
    tags GetVirtualizationVmwareVirtualMachineSnapshotResultTag[]
    versionContexts GetVirtualizationVmwareVirtualMachineSnapshotResultVersionContext[]
    virtualMachines GetVirtualizationVmwareVirtualMachineSnapshotResultVirtualMachine[]
    account_moid str
    The Account ID for this managed object.
    additional_properties str
    ancestors Sequence[GetVirtualizationVmwareVirtualMachineSnapshotResultAncestor]
    class_id str
    create_time str
    The time when this managed object was created.
    creation_time str
    Snapshot creation time. Time at which snapshot gets created.
    current_snapshot bool
    If yes, it determines it is the latest snapshot of the virtual machine.
    description str
    User provided description of the virtual machine snapshot.
    domain_group_moid str
    The DomainGroup ID for this managed object.
    golden bool
    If yes, the virtual machine snapshot cannot be deleted.
    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[GetVirtualizationVmwareVirtualMachineSnapshotResultParent]
    permission_resources Sequence[GetVirtualizationVmwareVirtualMachineSnapshotResultPermissionResource]
    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[GetVirtualizationVmwareVirtualMachineSnapshotResultRegisteredDevice]
    shared_scope str
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    snapshot_size float
    Size of the snapshot file created of the virtual machine, stored in bytes.
    tags Sequence[GetVirtualizationVmwareVirtualMachineSnapshotResultTag]
    version_contexts Sequence[GetVirtualizationVmwareVirtualMachineSnapshotResultVersionContext]
    virtual_machines Sequence[GetVirtualizationVmwareVirtualMachineSnapshotResultVirtualMachine]
    accountMoid String
    The Account ID for this managed object.
    additionalProperties String
    ancestors List<Property Map>
    classId String
    createTime String
    The time when this managed object was created.
    creationTime String
    Snapshot creation time. Time at which snapshot gets created.
    currentSnapshot Boolean
    If yes, it determines it is the latest snapshot of the virtual machine.
    description String
    User provided description of the virtual machine snapshot.
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    golden Boolean
    If yes, the virtual machine snapshot cannot be deleted.
    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>
    sharedScope String
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    snapshotSize Number
    Size of the snapshot file created of the virtual machine, stored in bytes.
    tags List<Property Map>
    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

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

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

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

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

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

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

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

    GetVirtualizationVmwareVirtualMachineSnapshotVersionContextInterestedMo

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

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

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

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

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

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

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

    GetVirtualizationVmwareVirtualMachineSnapshotVersionContextRefMo

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

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

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

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

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

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

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

    GetVirtualizationVmwareVirtualMachineSnapshotVirtualMachine

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

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

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

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

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

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

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

    Package Details

    Repository
    intersight ciscodevnet/terraform-provider-intersight
    License
    Notes
    This Pulumi package is based on the intersight Terraform Provider.
    intersight logo
    intersight 1.0.64 published on Wednesday, Apr 30, 2025 by ciscodevnet