intersight 1.0.63 published on Wednesday, Apr 16, 2025 by ciscodevnet
intersight.getVirtualizationVmwareVirtualMachineSnapshot
Explore with Pulumi AI
intersight 1.0.63 published on Wednesday, Apr 16, 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:
- Account
Moid string - The Account ID for this managed object.
- Additional
Properties string - Ancestors
List<Get
Virtualization Vmware Virtual Machine Snapshot Ancestor> - Class
Id string - Create
Time string - The time when this managed object was created.
- Creation
Time string - 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 string
- User provided description of the virtual machine snapshot.
- Domain
Group stringMoid - The DomainGroup ID for this managed object.
- Golden bool
- If yes, the virtual machine snapshot cannot be deleted.
- Id string
- Identity string
- The internally generated identity of the snapshot. This entity is not manipulated by users. It aids in uniquely identifying the snapshot object. For VMware, this is a MOR (managed object reference).
- Key double
- The internally assigned id/key of virtual machine snapshot.
- Mod
Time 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.
- Object
Type string - Owners List<string>
- Parent
Get
Virtualization Vmware Virtual Machine Snapshot Parent - Permission
Resources List<GetVirtualization Vmware Virtual Machine Snapshot Permission Resource> - Predecessor
Id 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.
- Ref
Value string - Internally assigned MOR reference value.
- Registered
Device GetVirtualization Vmware Virtual Machine Snapshot Registered Device - string
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- Snapshot
Size double - Size of the snapshot file created of the virtual machine, stored in bytes.
- List<Get
Virtualization Vmware Virtual Machine Snapshot Tag> - Version
Context GetVirtualization Vmware Virtual Machine Snapshot Version Context - Virtual
Machine GetVirtualization Vmware Virtual Machine Snapshot Virtual Machine
- Account
Moid string - The Account ID for this managed object.
- Additional
Properties string - Ancestors
[]Get
Virtualization Vmware Virtual Machine Snapshot Ancestor - Class
Id string - Create
Time string - The time when this managed object was created.
- Creation
Time string - 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 string
- User provided description of the virtual machine snapshot.
- Domain
Group stringMoid - The DomainGroup ID for this managed object.
- Golden bool
- If yes, the virtual machine snapshot cannot be deleted.
- Id string
- Identity string
- The internally generated identity of the snapshot. This entity is not manipulated by users. It aids in uniquely identifying the snapshot object. For VMware, this is a MOR (managed object reference).
- Key float64
- The internally assigned id/key of virtual machine snapshot.
- Mod
Time 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.
- Object
Type string - Owners []string
- Parent
Get
Virtualization Vmware Virtual Machine Snapshot Parent - Permission
Resources []GetVirtualization Vmware Virtual Machine Snapshot Permission Resource - Predecessor
Id 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.
- Ref
Value string - Internally assigned MOR reference value.
- Registered
Device GetVirtualization Vmware Virtual Machine Snapshot Registered Device - string
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- Snapshot
Size float64 - Size of the snapshot file created of the virtual machine, stored in bytes.
- []Get
Virtualization Vmware Virtual Machine Snapshot Tag - Version
Context GetVirtualization Vmware Virtual Machine Snapshot Version Context - Virtual
Machine GetVirtualization Vmware Virtual Machine Snapshot Virtual Machine
- account
Moid String - The Account ID for this managed object.
- additional
Properties String - ancestors
List<Get
Virtualization Vmware Virtual Machine Snapshot Ancestor> - class
Id String - create
Time String - The time when this managed object was created.
- creation
Time String - Snapshot creation time. Time at which snapshot gets created.
- current
Snapshot Boolean - If yes, it determines it is the latest snapshot of the virtual machine.
- description String
- User provided description of the virtual machine snapshot.
- domain
Group StringMoid - The DomainGroup ID for this managed object.
- golden Boolean
- If yes, the virtual machine snapshot cannot be deleted.
- id String
- identity String
- The internally generated identity of the snapshot. This entity is not manipulated by users. It aids in uniquely identifying the snapshot object. For VMware, this is a MOR (managed object reference).
- key Double
- The internally assigned id/key of virtual machine snapshot.
- mod
Time 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.
- object
Type String - owners List<String>
- parent
Get
Virtualization Vmware Virtual Machine Snapshot Parent - permission
Resources List<GetVirtualization Vmware Virtual Machine Snapshot Permission Resource> - predecessor
Id 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.
- ref
Value String - Internally assigned MOR reference value.
- registered
Device GetVirtualization Vmware Virtual Machine Snapshot Registered Device - String
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- snapshot
Size Double - Size of the snapshot file created of the virtual machine, stored in bytes.
- List<Get
Virtualization Vmware Virtual Machine Snapshot Tag> - version
Context GetVirtualization Vmware Virtual Machine Snapshot Version Context - virtual
Machine GetVirtualization Vmware Virtual Machine Snapshot Virtual Machine
- account
Moid string - The Account ID for this managed object.
- additional
Properties string - ancestors
Get
Virtualization Vmware Virtual Machine Snapshot Ancestor[] - class
Id string - create
Time string - The time when this managed object was created.
- creation
Time string - Snapshot creation time. Time at which snapshot gets created.
- current
Snapshot boolean - If yes, it determines it is the latest snapshot of the virtual machine.
- description string
- User provided description of the virtual machine snapshot.
- domain
Group stringMoid - The DomainGroup ID for this managed object.
- golden boolean
- If yes, the virtual machine snapshot cannot be deleted.
- id string
- identity string
- The internally generated identity of the snapshot. This entity is not manipulated by users. It aids in uniquely identifying the snapshot object. For VMware, this is a MOR (managed object reference).
- key number
- The internally assigned id/key of virtual machine snapshot.
- mod
Time 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.
- object
Type string - owners string[]
- parent
Get
Virtualization Vmware Virtual Machine Snapshot Parent - permission
Resources GetVirtualization Vmware Virtual Machine Snapshot Permission Resource[] - predecessor
Id 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.
- ref
Value string - Internally assigned MOR reference value.
- registered
Device GetVirtualization Vmware Virtual Machine Snapshot Registered Device - string
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- snapshot
Size number - Size of the snapshot file created of the virtual machine, stored in bytes.
- Get
Virtualization Vmware Virtual Machine Snapshot Tag[] - version
Context GetVirtualization Vmware Virtual Machine Snapshot Version Context - virtual
Machine GetVirtualization Vmware Virtual Machine Snapshot Virtual Machine
- account_
moid str - The Account ID for this managed object.
- additional_
properties str - ancestors
Sequence[Get
Virtualization Vmware Virtual Machine Snapshot Ancestor] - class_
id str - create_
time str - The time when this managed object was created.
- creation_
time str - Snapshot creation time. Time at which snapshot gets created.
- current_
snapshot bool - If yes, it determines it is the latest snapshot of the virtual machine.
- description str
- User provided description of the virtual machine snapshot.
- domain_
group_ strmoid - The DomainGroup ID for this managed object.
- golden bool
- If yes, the virtual machine snapshot cannot be deleted.
- id str
- identity str
- The internally generated identity of the snapshot. This entity is not manipulated by users. It aids in uniquely identifying the snapshot object. For VMware, this is a MOR (managed object reference).
- key float
- The internally assigned id/key of virtual machine snapshot.
- mod_
time str - The time when this managed object was last modified.
- moid str
- The unique identifier of this Managed Object instance.
- name str
- User name provided to identify the snapshot.
- object_
type str - owners Sequence[str]
- parent
Get
Virtualization Vmware Virtual Machine Snapshot Parent - permission_
resources Sequence[GetVirtualization Vmware Virtual Machine Snapshot Permission Resource] - predecessor_
id float - Predecessor id is the id of the parent snapshot.
- quiesced bool
- Quiesce pauses all the I/O operations on virtual machine till the snapshot is taken.
- ref_
value str - Internally assigned MOR reference value.
- registered_
device GetVirtualization Vmware Virtual Machine Snapshot Registered Device - str
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- snapshot_
size float - Size of the snapshot file created of the virtual machine, stored in bytes.
- Sequence[Get
Virtualization Vmware Virtual Machine Snapshot Tag] - version_
context GetVirtualization Vmware Virtual Machine Snapshot Version Context - virtual_
machine GetVirtualization Vmware Virtual Machine Snapshot Virtual Machine
- account
Moid String - The Account ID for this managed object.
- additional
Properties String - ancestors List<Property Map>
- class
Id String - create
Time String - The time when this managed object was created.
- creation
Time String - Snapshot creation time. Time at which snapshot gets created.
- current
Snapshot Boolean - If yes, it determines it is the latest snapshot of the virtual machine.
- description String
- User provided description of the virtual machine snapshot.
- domain
Group StringMoid - The DomainGroup ID for this managed object.
- golden Boolean
- If yes, the virtual machine snapshot cannot be deleted.
- id String
- identity String
- The internally generated identity of the snapshot. This entity is not manipulated by users. It aids in uniquely identifying the snapshot object. For VMware, this is a MOR (managed object reference).
- key Number
- The internally assigned id/key of virtual machine snapshot.
- mod
Time 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.
- object
Type String - owners List<String>
- parent Property Map
- permission
Resources List<Property Map> - predecessor
Id 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.
- ref
Value String - Internally assigned MOR reference value.
- registered
Device Property Map - String
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- snapshot
Size Number - Size of the snapshot file created of the virtual machine, stored in bytes.
- List<Property Map>
- version
Context Property Map - virtual
Machine Property Map
getVirtualizationVmwareVirtualMachineSnapshot Result
The following output properties are available:
- Id string
- Results
List<Get
Virtualization Vmware Virtual Machine Snapshot Result> - Account
Moid string - Additional
Properties string - Ancestors
List<Get
Virtualization Vmware Virtual Machine Snapshot Ancestor> - Class
Id string - Create
Time string - Creation
Time string - Current
Snapshot bool - Description string
- Domain
Group stringMoid - Golden bool
- Identity string
- Key double
- Mod
Time string - Moid string
- Name string
- Object
Type string - Owners List<string>
- Parent
Get
Virtualization Vmware Virtual Machine Snapshot Parent - Permission
Resources List<GetVirtualization Vmware Virtual Machine Snapshot Permission Resource> - Predecessor
Id double - Quiesced bool
- Ref
Value string - Registered
Device GetVirtualization Vmware Virtual Machine Snapshot Registered Device - string
- Snapshot
Size double - List<Get
Virtualization Vmware Virtual Machine Snapshot Tag> - Version
Context GetVirtualization Vmware Virtual Machine Snapshot Version Context - Virtual
Machine GetVirtualization Vmware Virtual Machine Snapshot Virtual Machine
- Id string
- Results
[]Get
Virtualization Vmware Virtual Machine Snapshot Result - Account
Moid string - Additional
Properties string - Ancestors
[]Get
Virtualization Vmware Virtual Machine Snapshot Ancestor - Class
Id string - Create
Time string - Creation
Time string - Current
Snapshot bool - Description string
- Domain
Group stringMoid - Golden bool
- Identity string
- Key float64
- Mod
Time string - Moid string
- Name string
- Object
Type string - Owners []string
- Parent
Get
Virtualization Vmware Virtual Machine Snapshot Parent - Permission
Resources []GetVirtualization Vmware Virtual Machine Snapshot Permission Resource - Predecessor
Id float64 - Quiesced bool
- Ref
Value string - Registered
Device GetVirtualization Vmware Virtual Machine Snapshot Registered Device - string
- Snapshot
Size float64 - []Get
Virtualization Vmware Virtual Machine Snapshot Tag - Version
Context GetVirtualization Vmware Virtual Machine Snapshot Version Context - Virtual
Machine GetVirtualization Vmware Virtual Machine Snapshot Virtual Machine
- id String
- results
List<Get
Virtualization Vmware Virtual Machine Snapshot Result> - account
Moid String - additional
Properties String - ancestors
List<Get
Virtualization Vmware Virtual Machine Snapshot Ancestor> - class
Id String - create
Time String - creation
Time String - current
Snapshot Boolean - description String
- domain
Group StringMoid - golden Boolean
- identity String
- key Double
- mod
Time String - moid String
- name String
- object
Type String - owners List<String>
- parent
Get
Virtualization Vmware Virtual Machine Snapshot Parent - permission
Resources List<GetVirtualization Vmware Virtual Machine Snapshot Permission Resource> - predecessor
Id Double - quiesced Boolean
- ref
Value String - registered
Device GetVirtualization Vmware Virtual Machine Snapshot Registered Device - String
- snapshot
Size Double - List<Get
Virtualization Vmware Virtual Machine Snapshot Tag> - version
Context GetVirtualization Vmware Virtual Machine Snapshot Version Context - virtual
Machine GetVirtualization Vmware Virtual Machine Snapshot Virtual Machine
- id string
- results
Get
Virtualization Vmware Virtual Machine Snapshot Result[] - account
Moid string - additional
Properties string - ancestors
Get
Virtualization Vmware Virtual Machine Snapshot Ancestor[] - class
Id string - create
Time string - creation
Time string - current
Snapshot boolean - description string
- domain
Group stringMoid - golden boolean
- identity string
- key number
- mod
Time string - moid string
- name string
- object
Type string - owners string[]
- parent
Get
Virtualization Vmware Virtual Machine Snapshot Parent - permission
Resources GetVirtualization Vmware Virtual Machine Snapshot Permission Resource[] - predecessor
Id number - quiesced boolean
- ref
Value string - registered
Device GetVirtualization Vmware Virtual Machine Snapshot Registered Device - string
- snapshot
Size number - Get
Virtualization Vmware Virtual Machine Snapshot Tag[] - version
Context GetVirtualization Vmware Virtual Machine Snapshot Version Context - virtual
Machine GetVirtualization Vmware Virtual Machine Snapshot Virtual Machine
- id str
- results
Sequence[Get
Virtualization Vmware Virtual Machine Snapshot Result] - account_
moid str - additional_
properties str - ancestors
Sequence[Get
Virtualization Vmware Virtual Machine Snapshot Ancestor] - class_
id str - create_
time str - creation_
time str - current_
snapshot bool - description str
- domain_
group_ strmoid - golden bool
- identity str
- key float
- mod_
time str - moid str
- name str
- object_
type str - owners Sequence[str]
- parent
Get
Virtualization Vmware Virtual Machine Snapshot Parent - permission_
resources Sequence[GetVirtualization Vmware Virtual Machine Snapshot Permission Resource] - predecessor_
id float - quiesced bool
- ref_
value str - registered_
device GetVirtualization Vmware Virtual Machine Snapshot Registered Device - str
- snapshot_
size float - Sequence[Get
Virtualization Vmware Virtual Machine Snapshot Tag] - version_
context GetVirtualization Vmware Virtual Machine Snapshot Version Context - virtual_
machine GetVirtualization Vmware Virtual Machine Snapshot Virtual Machine
- id String
- results List<Property Map>
- account
Moid String - additional
Properties String - ancestors List<Property Map>
- class
Id String - create
Time String - creation
Time String - current
Snapshot Boolean - description String
- domain
Group StringMoid - golden Boolean
- identity String
- key Number
- mod
Time String - moid String
- name String
- object
Type String - owners List<String>
- parent Property Map
- permission
Resources List<Property Map> - predecessor
Id Number - quiesced Boolean
- ref
Value String - registered
Device Property Map - String
- snapshot
Size Number - List<Property Map>
- version
Context Property Map - virtual
Machine Property Map
Supporting Types
GetVirtualizationVmwareVirtualMachineSnapshotAncestor
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties str - class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_
type str - The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
GetVirtualizationVmwareVirtualMachineSnapshotParent
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties str - class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_
type str - The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
GetVirtualizationVmwareVirtualMachineSnapshotPermissionResource
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties str - class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_
type str - The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
GetVirtualizationVmwareVirtualMachineSnapshotRegisteredDevice
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties str - class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_
type str - The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
GetVirtualizationVmwareVirtualMachineSnapshotResult
- Account
Moid This property is required. string - The Account ID for this managed object.
- Additional
Properties This property is required. string - Ancestors
This property is required. List<GetVirtualization Vmware Virtual Machine Snapshot Result Ancestor> - Class
Id This property is required. string - Create
Time This property is required. string - The time when this managed object was created.
- Creation
Time This property is required. string - Snapshot creation time. Time at which snapshot gets created.
- Current
Snapshot This property is required. bool - If yes, it determines it is the latest snapshot of the virtual machine.
- Description
This property is required. string - User provided description of the virtual machine snapshot.
- Domain
Group Moid This property is required. string - The DomainGroup ID for this managed object.
- Golden
This property is required. bool - If yes, the virtual machine snapshot cannot be deleted.
- Identity
This property is required. string - The internally generated identity of the snapshot. This entity is not manipulated by users. It aids in uniquely identifying the snapshot object. For VMware, this is a MOR (managed object reference).
- Key
This property is required. double - The internally assigned id/key of virtual machine snapshot.
- Mod
Time This property is required. string - The time when this managed object was last modified.
- Moid
This property is required. string - The unique identifier of this Managed Object instance.
- Name
This property is required. string - User name provided to identify the snapshot.
- Object
Type This property is required. string - Owners
This property is required. List<string> - Parents
This property is required. List<GetVirtualization Vmware Virtual Machine Snapshot Result Parent> - Permission
Resources This property is required. List<GetVirtualization Vmware Virtual Machine Snapshot Result Permission Resource> - Predecessor
Id This property is required. double - Predecessor id is the id of the parent snapshot.
- Quiesced
This property is required. bool - Quiesce pauses all the I/O operations on virtual machine till the snapshot is taken.
- Ref
Value This property is required. string - Internally assigned MOR reference value.
- Registered
Devices This property is required. List<GetVirtualization Vmware Virtual Machine Snapshot Result Registered Device> This property is required. string- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- Snapshot
Size This property is required. double - Size of the snapshot file created of the virtual machine, stored in bytes.
This property is required. List<GetVirtualization Vmware Virtual Machine Snapshot Result Tag> - Version
Contexts This property is required. List<GetVirtualization Vmware Virtual Machine Snapshot Result Version Context> - Virtual
Machines This property is required. List<GetVirtualization Vmware Virtual Machine Snapshot Result Virtual Machine>
- Account
Moid This property is required. string - The Account ID for this managed object.
- Additional
Properties This property is required. string - Ancestors
This property is required. []GetVirtualization Vmware Virtual Machine Snapshot Result Ancestor - Class
Id This property is required. string - Create
Time This property is required. string - The time when this managed object was created.
- Creation
Time This property is required. string - Snapshot creation time. Time at which snapshot gets created.
- Current
Snapshot This property is required. bool - If yes, it determines it is the latest snapshot of the virtual machine.
- Description
This property is required. string - User provided description of the virtual machine snapshot.
- Domain
Group Moid This property is required. string - The DomainGroup ID for this managed object.
- Golden
This property is required. bool - If yes, the virtual machine snapshot cannot be deleted.
- Identity
This property is required. string - The internally generated identity of the snapshot. This entity is not manipulated by users. It aids in uniquely identifying the snapshot object. For VMware, this is a MOR (managed object reference).
- Key
This property is required. float64 - The internally assigned id/key of virtual machine snapshot.
- Mod
Time This property is required. string - The time when this managed object was last modified.
- Moid
This property is required. string - The unique identifier of this Managed Object instance.
- Name
This property is required. string - User name provided to identify the snapshot.
- Object
Type This property is required. string - Owners
This property is required. []string - Parents
This property is required. []GetVirtualization Vmware Virtual Machine Snapshot Result Parent - Permission
Resources This property is required. []GetVirtualization Vmware Virtual Machine Snapshot Result Permission Resource - Predecessor
Id This property is required. float64 - Predecessor id is the id of the parent snapshot.
- Quiesced
This property is required. bool - Quiesce pauses all the I/O operations on virtual machine till the snapshot is taken.
- Ref
Value This property is required. string - Internally assigned MOR reference value.
- Registered
Devices This property is required. []GetVirtualization Vmware Virtual Machine Snapshot Result Registered Device This property is required. string- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- Snapshot
Size This property is required. float64 - Size of the snapshot file created of the virtual machine, stored in bytes.
This property is required. []GetVirtualization Vmware Virtual Machine Snapshot Result Tag - Version
Contexts This property is required. []GetVirtualization Vmware Virtual Machine Snapshot Result Version Context - Virtual
Machines This property is required. []GetVirtualization Vmware Virtual Machine Snapshot Result Virtual Machine
- account
Moid This property is required. String - The Account ID for this managed object.
- additional
Properties This property is required. String - ancestors
This property is required. List<GetVirtualization Vmware Virtual Machine Snapshot Result Ancestor> - class
Id This property is required. String - create
Time This property is required. String - The time when this managed object was created.
- creation
Time This property is required. String - Snapshot creation time. Time at which snapshot gets created.
- current
Snapshot This property is required. Boolean - If yes, it determines it is the latest snapshot of the virtual machine.
- description
This property is required. String - User provided description of the virtual machine snapshot.
- domain
Group Moid This property is required. String - The DomainGroup ID for this managed object.
- golden
This property is required. Boolean - If yes, the virtual machine snapshot cannot be deleted.
- identity
This property is required. String - The internally generated identity of the snapshot. This entity is not manipulated by users. It aids in uniquely identifying the snapshot object. For VMware, this is a MOR (managed object reference).
- key
This property is required. Double - The internally assigned id/key of virtual machine snapshot.
- mod
Time This property is required. String - The time when this managed object was last modified.
- moid
This property is required. String - The unique identifier of this Managed Object instance.
- name
This property is required. String - User name provided to identify the snapshot.
- object
Type This property is required. String - owners
This property is required. List<String> - parents
This property is required. List<GetVirtualization Vmware Virtual Machine Snapshot Result Parent> - permission
Resources This property is required. List<GetVirtualization Vmware Virtual Machine Snapshot Result Permission Resource> - predecessor
Id This property is required. Double - Predecessor id is the id of the parent snapshot.
- quiesced
This property is required. Boolean - Quiesce pauses all the I/O operations on virtual machine till the snapshot is taken.
- ref
Value This property is required. String - Internally assigned MOR reference value.
- registered
Devices This property is required. List<GetVirtualization Vmware Virtual Machine Snapshot Result Registered Device> This property is required. String- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- snapshot
Size This property is required. Double - Size of the snapshot file created of the virtual machine, stored in bytes.
This property is required. List<GetVirtualization Vmware Virtual Machine Snapshot Result Tag> - version
Contexts This property is required. List<GetVirtualization Vmware Virtual Machine Snapshot Result Version Context> - virtual
Machines This property is required. List<GetVirtualization Vmware Virtual Machine Snapshot Result Virtual Machine>
- account
Moid This property is required. string - The Account ID for this managed object.
- additional
Properties This property is required. string - ancestors
This property is required. GetVirtualization Vmware Virtual Machine Snapshot Result Ancestor[] - class
Id This property is required. string - create
Time This property is required. string - The time when this managed object was created.
- creation
Time This property is required. string - Snapshot creation time. Time at which snapshot gets created.
- current
Snapshot This property is required. boolean - If yes, it determines it is the latest snapshot of the virtual machine.
- description
This property is required. string - User provided description of the virtual machine snapshot.
- domain
Group Moid This property is required. string - The DomainGroup ID for this managed object.
- golden
This property is required. boolean - If yes, the virtual machine snapshot cannot be deleted.
- identity
This property is required. string - The internally generated identity of the snapshot. This entity is not manipulated by users. It aids in uniquely identifying the snapshot object. For VMware, this is a MOR (managed object reference).
- key
This property is required. number - The internally assigned id/key of virtual machine snapshot.
- mod
Time This property is required. string - The time when this managed object was last modified.
- moid
This property is required. string - The unique identifier of this Managed Object instance.
- name
This property is required. string - User name provided to identify the snapshot.
- object
Type This property is required. string - owners
This property is required. string[] - parents
This property is required. GetVirtualization Vmware Virtual Machine Snapshot Result Parent[] - permission
Resources This property is required. GetVirtualization Vmware Virtual Machine Snapshot Result Permission Resource[] - predecessor
Id This property is required. number - Predecessor id is the id of the parent snapshot.
- quiesced
This property is required. boolean - Quiesce pauses all the I/O operations on virtual machine till the snapshot is taken.
- ref
Value This property is required. string - Internally assigned MOR reference value.
- registered
Devices This property is required. GetVirtualization Vmware Virtual Machine Snapshot Result Registered Device[] This property is required. string- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- snapshot
Size This property is required. number - Size of the snapshot file created of the virtual machine, stored in bytes.
This property is required. GetVirtualization Vmware Virtual Machine Snapshot Result Tag[] - version
Contexts This property is required. GetVirtualization Vmware Virtual Machine Snapshot Result Version Context[] - virtual
Machines This property is required. GetVirtualization Vmware Virtual Machine Snapshot Result Virtual Machine[]
- account_
moid This property is required. str - The Account ID for this managed object.
- additional_
properties This property is required. str - ancestors
This property is required. Sequence[GetVirtualization Vmware Virtual Machine Snapshot Result Ancestor] - class_
id This property is required. str - create_
time This property is required. str - The time when this managed object was created.
- creation_
time This property is required. str - Snapshot creation time. Time at which snapshot gets created.
- current_
snapshot This property is required. bool - If yes, it determines it is the latest snapshot of the virtual machine.
- description
This property is required. str - User provided description of the virtual machine snapshot.
- domain_
group_ moid This property is required. str - The DomainGroup ID for this managed object.
- golden
This property is required. bool - If yes, the virtual machine snapshot cannot be deleted.
- identity
This property is required. str - The internally generated identity of the snapshot. This entity is not manipulated by users. It aids in uniquely identifying the snapshot object. For VMware, this is a MOR (managed object reference).
- key
This property is required. float - The internally assigned id/key of virtual machine snapshot.
- mod_
time This property is required. str - The time when this managed object was last modified.
- moid
This property is required. str - The unique identifier of this Managed Object instance.
- name
This property is required. str - User name provided to identify the snapshot.
- object_
type This property is required. str - owners
This property is required. Sequence[str] - parents
This property is required. Sequence[GetVirtualization Vmware Virtual Machine Snapshot Result Parent] - permission_
resources This property is required. Sequence[GetVirtualization Vmware Virtual Machine Snapshot Result Permission Resource] - predecessor_
id This property is required. float - Predecessor id is the id of the parent snapshot.
- quiesced
This property is required. bool - Quiesce pauses all the I/O operations on virtual machine till the snapshot is taken.
- ref_
value This property is required. str - Internally assigned MOR reference value.
- registered_
devices This property is required. Sequence[GetVirtualization Vmware Virtual Machine Snapshot Result Registered Device] This property is required. str- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- snapshot_
size This property is required. float - Size of the snapshot file created of the virtual machine, stored in bytes.
This property is required. Sequence[GetVirtualization Vmware Virtual Machine Snapshot Result Tag] - version_
contexts This property is required. Sequence[GetVirtualization Vmware Virtual Machine Snapshot Result Version Context] - virtual_
machines This property is required. Sequence[GetVirtualization Vmware Virtual Machine Snapshot Result Virtual Machine]
- account
Moid This property is required. String - The Account ID for this managed object.
- additional
Properties This property is required. String - ancestors
This property is required. List<Property Map> - class
Id This property is required. String - create
Time This property is required. String - The time when this managed object was created.
- creation
Time This property is required. String - Snapshot creation time. Time at which snapshot gets created.
- current
Snapshot This property is required. Boolean - If yes, it determines it is the latest snapshot of the virtual machine.
- description
This property is required. String - User provided description of the virtual machine snapshot.
- domain
Group Moid This property is required. String - The DomainGroup ID for this managed object.
- golden
This property is required. Boolean - If yes, the virtual machine snapshot cannot be deleted.
- identity
This property is required. String - The internally generated identity of the snapshot. This entity is not manipulated by users. It aids in uniquely identifying the snapshot object. For VMware, this is a MOR (managed object reference).
- key
This property is required. Number - The internally assigned id/key of virtual machine snapshot.
- mod
Time This property is required. String - The time when this managed object was last modified.
- moid
This property is required. String - The unique identifier of this Managed Object instance.
- name
This property is required. String - User name provided to identify the snapshot.
- object
Type This property is required. String - owners
This property is required. List<String> - parents
This property is required. List<Property Map> - permission
Resources This property is required. List<Property Map> - predecessor
Id This property is required. Number - Predecessor id is the id of the parent snapshot.
- quiesced
This property is required. Boolean - Quiesce pauses all the I/O operations on virtual machine till the snapshot is taken.
- ref
Value This property is required. String - Internally assigned MOR reference value.
- registered
Devices This property is required. List<Property Map> This property is required. String- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- snapshot
Size This property is required. Number - Size of the snapshot file created of the virtual machine, stored in bytes.
This property is required. List<Property Map>- version
Contexts This property is required. List<Property Map> - virtual
Machines This property is required. List<Property Map>
GetVirtualizationVmwareVirtualMachineSnapshotResultAncestor
- Additional
Properties This property is required. string - Class
Id This property is required. string - Moid
This property is required. string - The unique identifier of this Managed Object instance.
- Object
Type This property is required. string - Selector
This property is required. string
- Additional
Properties This property is required. string - Class
Id This property is required. string - Moid
This property is required. string - The unique identifier of this Managed Object instance.
- Object
Type This property is required. string - Selector
This property is required. string
- additional
Properties This property is required. String - class
Id This property is required. String - moid
This property is required. String - The unique identifier of this Managed Object instance.
- object
Type This property is required. String - selector
This property is required. String
- additional
Properties This property is required. string - class
Id This property is required. string - moid
This property is required. string - The unique identifier of this Managed Object instance.
- object
Type This property is required. string - selector
This property is required. string
- additional_
properties This property is required. str - class_
id This property is required. str - moid
This property is required. str - The unique identifier of this Managed Object instance.
- object_
type This property is required. str - selector
This property is required. str
- additional
Properties This property is required. String - class
Id This property is required. String - moid
This property is required. String - The unique identifier of this Managed Object instance.
- object
Type This property is required. String - selector
This property is required. String
GetVirtualizationVmwareVirtualMachineSnapshotResultParent
- Additional
Properties This property is required. string - Class
Id This property is required. string - Moid
This property is required. string - The unique identifier of this Managed Object instance.
- Object
Type This property is required. string - Selector
This property is required. string
- Additional
Properties This property is required. string - Class
Id This property is required. string - Moid
This property is required. string - The unique identifier of this Managed Object instance.
- Object
Type This property is required. string - Selector
This property is required. string
- additional
Properties This property is required. String - class
Id This property is required. String - moid
This property is required. String - The unique identifier of this Managed Object instance.
- object
Type This property is required. String - selector
This property is required. String
- additional
Properties This property is required. string - class
Id This property is required. string - moid
This property is required. string - The unique identifier of this Managed Object instance.
- object
Type This property is required. string - selector
This property is required. string
- additional_
properties This property is required. str - class_
id This property is required. str - moid
This property is required. str - The unique identifier of this Managed Object instance.
- object_
type This property is required. str - selector
This property is required. str
- additional
Properties This property is required. String - class
Id This property is required. String - moid
This property is required. String - The unique identifier of this Managed Object instance.
- object
Type This property is required. String - selector
This property is required. String
GetVirtualizationVmwareVirtualMachineSnapshotResultPermissionResource
- Additional
Properties This property is required. string - Class
Id This property is required. string - Moid
This property is required. string - The unique identifier of this Managed Object instance.
- Object
Type This property is required. string - Selector
This property is required. string
- Additional
Properties This property is required. string - Class
Id This property is required. string - Moid
This property is required. string - The unique identifier of this Managed Object instance.
- Object
Type This property is required. string - Selector
This property is required. string
- additional
Properties This property is required. String - class
Id This property is required. String - moid
This property is required. String - The unique identifier of this Managed Object instance.
- object
Type This property is required. String - selector
This property is required. String
- additional
Properties This property is required. string - class
Id This property is required. string - moid
This property is required. string - The unique identifier of this Managed Object instance.
- object
Type This property is required. string - selector
This property is required. string
- additional_
properties This property is required. str - class_
id This property is required. str - moid
This property is required. str - The unique identifier of this Managed Object instance.
- object_
type This property is required. str - selector
This property is required. str
- additional
Properties This property is required. String - class
Id This property is required. String - moid
This property is required. String - The unique identifier of this Managed Object instance.
- object
Type This property is required. String - selector
This property is required. String
GetVirtualizationVmwareVirtualMachineSnapshotResultRegisteredDevice
- Additional
Properties This property is required. string - Class
Id This property is required. string - Moid
This property is required. string - The unique identifier of this Managed Object instance.
- Object
Type This property is required. string - Selector
This property is required. string
- Additional
Properties This property is required. string - Class
Id This property is required. string - Moid
This property is required. string - The unique identifier of this Managed Object instance.
- Object
Type This property is required. string - Selector
This property is required. string
- additional
Properties This property is required. String - class
Id This property is required. String - moid
This property is required. String - The unique identifier of this Managed Object instance.
- object
Type This property is required. String - selector
This property is required. String
- additional
Properties This property is required. string - class
Id This property is required. string - moid
This property is required. string - The unique identifier of this Managed Object instance.
- object
Type This property is required. string - selector
This property is required. string
- additional_
properties This property is required. str - class_
id This property is required. str - moid
This property is required. str - The unique identifier of this Managed Object instance.
- object_
type This property is required. str - selector
This property is required. str
- additional
Properties This property is required. String - class
Id This property is required. String - moid
This property is required. String - The unique identifier of this Managed Object instance.
- object
Type This property is required. String - selector
This property is required. String
GetVirtualizationVmwareVirtualMachineSnapshotResultTag
- Additional
Properties This property is required. string - Key
This property is required. string - The internally assigned id/key of virtual machine snapshot.
- Value
This property is required. string
- Additional
Properties This property is required. string - Key
This property is required. string - The internally assigned id/key of virtual machine snapshot.
- Value
This property is required. string
- additional
Properties This property is required. String - key
This property is required. String - The internally assigned id/key of virtual machine snapshot.
- value
This property is required. String
- additional
Properties This property is required. string - key
This property is required. string - The internally assigned id/key of virtual machine snapshot.
- value
This property is required. string
- additional_
properties This property is required. str - key
This property is required. str - The internally assigned id/key of virtual machine snapshot.
- value
This property is required. str
- additional
Properties This property is required. String - key
This property is required. String - The internally assigned id/key of virtual machine snapshot.
- value
This property is required. String
GetVirtualizationVmwareVirtualMachineSnapshotResultVersionContext
- Additional
Properties This property is required. string - Class
Id This property is required. string - Interested
Mos This property is required. List<GetVirtualization Vmware Virtual Machine Snapshot Result Version Context Interested Mo> - Marked
For Deletion This property is required. bool - Nr
Version This property is required. string - Object
Type This property is required. string - Ref
Mos This property is required. List<GetVirtualization Vmware Virtual Machine Snapshot Result Version Context Ref Mo> - Timestamp
This property is required. string - Version
Type This property is required. string
- Additional
Properties This property is required. string - Class
Id This property is required. string - Interested
Mos This property is required. []GetVirtualization Vmware Virtual Machine Snapshot Result Version Context Interested Mo - Marked
For Deletion This property is required. bool - Nr
Version This property is required. string - Object
Type This property is required. string - Ref
Mos This property is required. []GetVirtualization Vmware Virtual Machine Snapshot Result Version Context Ref Mo - Timestamp
This property is required. string - Version
Type This property is required. string
- additional
Properties This property is required. String - class
Id This property is required. String - interested
Mos This property is required. List<GetVirtualization Vmware Virtual Machine Snapshot Result Version Context Interested Mo> - marked
For Deletion This property is required. Boolean - nr
Version This property is required. String - object
Type This property is required. String - ref
Mos This property is required. List<GetVirtualization Vmware Virtual Machine Snapshot Result Version Context Ref Mo> - timestamp
This property is required. String - version
Type This property is required. String
- additional
Properties This property is required. string - class
Id This property is required. string - interested
Mos This property is required. GetVirtualization Vmware Virtual Machine Snapshot Result Version Context Interested Mo[] - marked
For Deletion This property is required. boolean - nr
Version This property is required. string - object
Type This property is required. string - ref
Mos This property is required. GetVirtualization Vmware Virtual Machine Snapshot Result Version Context Ref Mo[] - timestamp
This property is required. string - version
Type This property is required. string
- additional_
properties This property is required. str - class_
id This property is required. str - interested_
mos This property is required. Sequence[GetVirtualization Vmware Virtual Machine Snapshot Result Version Context Interested Mo] - marked_
for_ deletion This property is required. bool - nr_
version This property is required. str - object_
type This property is required. str - ref_
mos This property is required. Sequence[GetVirtualization Vmware Virtual Machine Snapshot Result Version Context Ref Mo] - timestamp
This property is required. str - version_
type This property is required. str
- additional
Properties This property is required. String - class
Id This property is required. String - interested
Mos This property is required. List<Property Map> - marked
For Deletion This property is required. Boolean - nr
Version This property is required. String - object
Type This property is required. String - ref
Mos This property is required. List<Property Map> - timestamp
This property is required. String - version
Type This property is required. String
GetVirtualizationVmwareVirtualMachineSnapshotResultVersionContextInterestedMo
- Additional
Properties This property is required. string - Class
Id This property is required. string - Moid
This property is required. string - The unique identifier of this Managed Object instance.
- Object
Type This property is required. string - Selector
This property is required. string
- Additional
Properties This property is required. string - Class
Id This property is required. string - Moid
This property is required. string - The unique identifier of this Managed Object instance.
- Object
Type This property is required. string - Selector
This property is required. string
- additional
Properties This property is required. String - class
Id This property is required. String - moid
This property is required. String - The unique identifier of this Managed Object instance.
- object
Type This property is required. String - selector
This property is required. String
- additional
Properties This property is required. string - class
Id This property is required. string - moid
This property is required. string - The unique identifier of this Managed Object instance.
- object
Type This property is required. string - selector
This property is required. string
- additional_
properties This property is required. str - class_
id This property is required. str - moid
This property is required. str - The unique identifier of this Managed Object instance.
- object_
type This property is required. str - selector
This property is required. str
- additional
Properties This property is required. String - class
Id This property is required. String - moid
This property is required. String - The unique identifier of this Managed Object instance.
- object
Type This property is required. String - selector
This property is required. String
GetVirtualizationVmwareVirtualMachineSnapshotResultVersionContextRefMo
- Additional
Properties This property is required. string - Class
Id This property is required. string - Moid
This property is required. string - The unique identifier of this Managed Object instance.
- Object
Type This property is required. string - Selector
This property is required. string
- Additional
Properties This property is required. string - Class
Id This property is required. string - Moid
This property is required. string - The unique identifier of this Managed Object instance.
- Object
Type This property is required. string - Selector
This property is required. string
- additional
Properties This property is required. String - class
Id This property is required. String - moid
This property is required. String - The unique identifier of this Managed Object instance.
- object
Type This property is required. String - selector
This property is required. String
- additional
Properties This property is required. string - class
Id This property is required. string - moid
This property is required. string - The unique identifier of this Managed Object instance.
- object
Type This property is required. string - selector
This property is required. string
- additional_
properties This property is required. str - class_
id This property is required. str - moid
This property is required. str - The unique identifier of this Managed Object instance.
- object_
type This property is required. str - selector
This property is required. str
- additional
Properties This property is required. String - class
Id This property is required. String - moid
This property is required. String - The unique identifier of this Managed Object instance.
- object
Type This property is required. String - selector
This property is required. String
GetVirtualizationVmwareVirtualMachineSnapshotResultVirtualMachine
- Additional
Properties This property is required. string - Class
Id This property is required. string - Moid
This property is required. string - The unique identifier of this Managed Object instance.
- Object
Type This property is required. string - Selector
This property is required. string
- Additional
Properties This property is required. string - Class
Id This property is required. string - Moid
This property is required. string - The unique identifier of this Managed Object instance.
- Object
Type This property is required. string - Selector
This property is required. string
- additional
Properties This property is required. String - class
Id This property is required. String - moid
This property is required. String - The unique identifier of this Managed Object instance.
- object
Type This property is required. String - selector
This property is required. String
- additional
Properties This property is required. string - class
Id This property is required. string - moid
This property is required. string - The unique identifier of this Managed Object instance.
- object
Type This property is required. string - selector
This property is required. string
- additional_
properties This property is required. str - class_
id This property is required. str - moid
This property is required. str - The unique identifier of this Managed Object instance.
- object_
type This property is required. str - selector
This property is required. str
- additional
Properties This property is required. String - class
Id This property is required. String - moid
This property is required. String - The unique identifier of this Managed Object instance.
- object
Type This property is required. String - selector
This property is required. String
GetVirtualizationVmwareVirtualMachineSnapshotTag
- Additional
Properties string - Key string
- The internally assigned id/key of virtual machine snapshot.
- Value string
- The string representation of a tag value.
- Additional
Properties string - Key string
- The internally assigned id/key of virtual machine snapshot.
- Value string
- The string representation of a tag value.
- additional
Properties String - key String
- The internally assigned id/key of virtual machine snapshot.
- value String
- The string representation of a tag value.
- additional
Properties 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.
- additional
Properties String - key String
- The internally assigned id/key of virtual machine snapshot.
- value String
- The string representation of a tag value.
GetVirtualizationVmwareVirtualMachineSnapshotVersionContext
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Interested
Mos List<GetVirtualization Vmware Virtual Machine Snapshot Version Context Interested Mo> - Marked
For boolDeletion - The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- Nr
Version string - The version of the Managed Object, e.g. an incrementing number or a hash id.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Ref
Mo GetVirtualization Vmware Virtual Machine Snapshot Version Context Ref Mo - A reference to the original Managed Object.
- Timestamp string
- The time this versioned Managed Object was created.
- Version
Type string - Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.
Modified
- Version created every time an object is modified.Configured
- Version created every time an object is configured to the service profile.Deployed
- Version created for objects related to a service profile when it is deployed.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Interested
Mos []GetVirtualization Vmware Virtual Machine Snapshot Version Context Interested Mo - Marked
For boolDeletion - The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- Nr
Version string - The version of the Managed Object, e.g. an incrementing number or a hash id.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Ref
Mo GetVirtualization Vmware Virtual Machine Snapshot Version Context Ref Mo - A reference to the original Managed Object.
- Timestamp string
- The time this versioned Managed Object was created.
- Version
Type string - Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.
Modified
- Version created every time an object is modified.Configured
- Version created every time an object is configured to the service profile.Deployed
- Version created for objects related to a service profile when it is deployed.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- interested
Mos List<GetVirtualization Vmware Virtual Machine Snapshot Version Context Interested Mo> - marked
For BooleanDeletion - The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nr
Version String - The version of the Managed Object, e.g. an incrementing number or a hash id.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- ref
Mo GetVirtualization Vmware Virtual Machine Snapshot Version Context Ref Mo - A reference to the original Managed Object.
- timestamp String
- The time this versioned Managed Object was created.
- version
Type String - Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.
Modified
- Version created every time an object is modified.Configured
- Version created every time an object is configured to the service profile.Deployed
- Version created for objects related to a service profile when it is deployed.
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- interested
Mos GetVirtualization Vmware Virtual Machine Snapshot Version Context Interested Mo[] - marked
For booleanDeletion - The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nr
Version string - The version of the Managed Object, e.g. an incrementing number or a hash id.
- object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- ref
Mo GetVirtualization Vmware Virtual Machine Snapshot Version Context Ref Mo - A reference to the original Managed Object.
- timestamp string
- The time this versioned Managed Object was created.
- version
Type string - Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.
Modified
- Version created every time an object is modified.Configured
- Version created every time an object is configured to the service profile.Deployed
- Version created for objects related to a service profile when it is deployed.
- additional_
properties str - class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- interested_
mos Sequence[GetVirtualization Vmware Virtual Machine Snapshot Version Context Interested Mo] - marked_
for_ booldeletion - The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nr_
version str - The version of the Managed Object, e.g. an incrementing number or a hash id.
- object_
type str - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- ref_
mo GetVirtualization Vmware Virtual Machine Snapshot Version Context Ref Mo - A reference to the original Managed Object.
- timestamp str
- The time this versioned Managed Object was created.
- version_
type str - Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.
Modified
- Version created every time an object is modified.Configured
- Version created every time an object is configured to the service profile.Deployed
- Version created for objects related to a service profile when it is deployed.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- interested
Mos List<Property Map> - marked
For BooleanDeletion - The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nr
Version String - The version of the Managed Object, e.g. an incrementing number or a hash id.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- ref
Mo Property Map - A reference to the original Managed Object.
- timestamp String
- The time this versioned Managed Object was created.
- version
Type String - Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.
Modified
- Version created every time an object is modified.Configured
- Version created every time an object is configured to the service profile.Deployed
- Version created for objects related to a service profile when it is deployed.
GetVirtualizationVmwareVirtualMachineSnapshotVersionContextInterestedMo
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties str - class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_
type str - The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
GetVirtualizationVmwareVirtualMachineSnapshotVersionContextRefMo
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties str - class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_
type str - The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
GetVirtualizationVmwareVirtualMachineSnapshotVirtualMachine
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties str - class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_
type str - The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
Package Details
- Repository
- intersight ciscodevnet/terraform-provider-intersight
- License
- Notes
- This Pulumi package is based on the
intersight
Terraform Provider.
intersight 1.0.63 published on Wednesday, Apr 16, 2025 by ciscodevnet