intersight 1.0.64 published on Wednesday, Apr 30, 2025 by ciscodevnet
intersight.getVirtualizationVmwareVirtualMachineSnapshot
Explore with Pulumi AI
intersight 1.0.64 published on Wednesday, Apr 30, 2025 by ciscodevnet
The virtual machine snapshot is represented here.
Using getVirtualizationVmwareVirtualMachineSnapshot
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getVirtualizationVmwareVirtualMachineSnapshot(args: GetVirtualizationVmwareVirtualMachineSnapshotArgs, opts?: InvokeOptions): Promise<GetVirtualizationVmwareVirtualMachineSnapshotResult>
function getVirtualizationVmwareVirtualMachineSnapshotOutput(args: GetVirtualizationVmwareVirtualMachineSnapshotOutputArgs, opts?: InvokeOptions): Output<GetVirtualizationVmwareVirtualMachineSnapshotResult>
def get_virtualization_vmware_virtual_machine_snapshot(account_moid: Optional[str] = None,
additional_properties: Optional[str] = None,
ancestors: Optional[Sequence[GetVirtualizationVmwareVirtualMachineSnapshotAncestor]] = None,
class_id: Optional[str] = None,
create_time: Optional[str] = None,
creation_time: Optional[str] = None,
current_snapshot: Optional[bool] = None,
description: Optional[str] = None,
domain_group_moid: Optional[str] = None,
golden: Optional[bool] = None,
id: Optional[str] = None,
identity: Optional[str] = None,
key: Optional[float] = None,
mod_time: Optional[str] = None,
moid: Optional[str] = None,
name: Optional[str] = None,
object_type: Optional[str] = None,
owners: Optional[Sequence[str]] = None,
parent: Optional[GetVirtualizationVmwareVirtualMachineSnapshotParent] = None,
permission_resources: Optional[Sequence[GetVirtualizationVmwareVirtualMachineSnapshotPermissionResource]] = None,
predecessor_id: Optional[float] = None,
quiesced: Optional[bool] = None,
ref_value: Optional[str] = None,
registered_device: Optional[GetVirtualizationVmwareVirtualMachineSnapshotRegisteredDevice] = None,
shared_scope: Optional[str] = None,
snapshot_size: Optional[float] = None,
tags: Optional[Sequence[GetVirtualizationVmwareVirtualMachineSnapshotTag]] = None,
version_context: Optional[GetVirtualizationVmwareVirtualMachineSnapshotVersionContext] = None,
virtual_machine: Optional[GetVirtualizationVmwareVirtualMachineSnapshotVirtualMachine] = None,
opts: Optional[InvokeOptions] = None) -> GetVirtualizationVmwareVirtualMachineSnapshotResult
def get_virtualization_vmware_virtual_machine_snapshot_output(account_moid: Optional[pulumi.Input[str]] = None,
additional_properties: Optional[pulumi.Input[str]] = None,
ancestors: Optional[pulumi.Input[Sequence[pulumi.Input[GetVirtualizationVmwareVirtualMachineSnapshotAncestorArgs]]]] = None,
class_id: Optional[pulumi.Input[str]] = None,
create_time: Optional[pulumi.Input[str]] = None,
creation_time: Optional[pulumi.Input[str]] = None,
current_snapshot: Optional[pulumi.Input[bool]] = None,
description: Optional[pulumi.Input[str]] = None,
domain_group_moid: Optional[pulumi.Input[str]] = None,
golden: Optional[pulumi.Input[bool]] = None,
id: Optional[pulumi.Input[str]] = None,
identity: Optional[pulumi.Input[str]] = None,
key: Optional[pulumi.Input[float]] = None,
mod_time: Optional[pulumi.Input[str]] = None,
moid: Optional[pulumi.Input[str]] = None,
name: Optional[pulumi.Input[str]] = None,
object_type: Optional[pulumi.Input[str]] = None,
owners: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
parent: Optional[pulumi.Input[GetVirtualizationVmwareVirtualMachineSnapshotParentArgs]] = None,
permission_resources: Optional[pulumi.Input[Sequence[pulumi.Input[GetVirtualizationVmwareVirtualMachineSnapshotPermissionResourceArgs]]]] = None,
predecessor_id: Optional[pulumi.Input[float]] = None,
quiesced: Optional[pulumi.Input[bool]] = None,
ref_value: Optional[pulumi.Input[str]] = None,
registered_device: Optional[pulumi.Input[GetVirtualizationVmwareVirtualMachineSnapshotRegisteredDeviceArgs]] = None,
shared_scope: Optional[pulumi.Input[str]] = None,
snapshot_size: Optional[pulumi.Input[float]] = None,
tags: Optional[pulumi.Input[Sequence[pulumi.Input[GetVirtualizationVmwareVirtualMachineSnapshotTagArgs]]]] = None,
version_context: Optional[pulumi.Input[GetVirtualizationVmwareVirtualMachineSnapshotVersionContextArgs]] = None,
virtual_machine: Optional[pulumi.Input[GetVirtualizationVmwareVirtualMachineSnapshotVirtualMachineArgs]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetVirtualizationVmwareVirtualMachineSnapshotResult]
func LookupVirtualizationVmwareVirtualMachineSnapshot(ctx *Context, args *LookupVirtualizationVmwareVirtualMachineSnapshotArgs, opts ...InvokeOption) (*LookupVirtualizationVmwareVirtualMachineSnapshotResult, error)
func LookupVirtualizationVmwareVirtualMachineSnapshotOutput(ctx *Context, args *LookupVirtualizationVmwareVirtualMachineSnapshotOutputArgs, opts ...InvokeOption) LookupVirtualizationVmwareVirtualMachineSnapshotResultOutput
> Note: This function is named LookupVirtualizationVmwareVirtualMachineSnapshot
in the Go SDK.
public static class GetVirtualizationVmwareVirtualMachineSnapshot
{
public static Task<GetVirtualizationVmwareVirtualMachineSnapshotResult> InvokeAsync(GetVirtualizationVmwareVirtualMachineSnapshotArgs args, InvokeOptions? opts = null)
public static Output<GetVirtualizationVmwareVirtualMachineSnapshotResult> Invoke(GetVirtualizationVmwareVirtualMachineSnapshotInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetVirtualizationVmwareVirtualMachineSnapshotResult> getVirtualizationVmwareVirtualMachineSnapshot(GetVirtualizationVmwareVirtualMachineSnapshotArgs args, InvokeOptions options)
public static Output<GetVirtualizationVmwareVirtualMachineSnapshotResult> getVirtualizationVmwareVirtualMachineSnapshot(GetVirtualizationVmwareVirtualMachineSnapshotArgs args, InvokeOptions options)
fn::invoke:
function: intersight:index/getVirtualizationVmwareVirtualMachineSnapshot:getVirtualizationVmwareVirtualMachineSnapshot
arguments:
# arguments dictionary
The following arguments are supported:
- 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 string - The Account ID for this managed object.
- Additional
Properties string - Ancestors
List<Get
Virtualization Vmware Virtual Machine Snapshot Result 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.
- 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>
- Parents
List<Get
Virtualization Vmware Virtual Machine Snapshot Result Parent> - Permission
Resources List<GetVirtualization Vmware Virtual Machine Snapshot Result 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
Devices List<GetVirtualization Vmware Virtual Machine Snapshot Result Registered Device> - string
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- Snapshot
Size double - Size of the snapshot file created of the virtual machine, stored in bytes.
- List<Get
Virtualization Vmware Virtual Machine Snapshot Result Tag> - Version
Contexts List<GetVirtualization Vmware Virtual Machine Snapshot Result Version Context> - Virtual
Machines List<GetVirtualization Vmware Virtual Machine Snapshot Result Virtual Machine>
- Account
Moid string - The Account ID for this managed object.
- Additional
Properties string - Ancestors
[]Get
Virtualization Vmware Virtual Machine Snapshot Result 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.
- 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
- Parents
[]Get
Virtualization Vmware Virtual Machine Snapshot Result Parent - Permission
Resources []GetVirtualization Vmware Virtual Machine Snapshot Result 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
Devices []GetVirtualization Vmware Virtual Machine Snapshot Result Registered Device - string
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- Snapshot
Size float64 - Size of the snapshot file created of the virtual machine, stored in bytes.
- []Get
Virtualization Vmware Virtual Machine Snapshot Result Tag - Version
Contexts []GetVirtualization Vmware Virtual Machine Snapshot Result Version Context - Virtual
Machines []GetVirtualization Vmware Virtual Machine Snapshot Result Virtual Machine
- account
Moid String - The Account ID for this managed object.
- additional
Properties String - ancestors
List<Get
Virtualization Vmware Virtual Machine Snapshot Result 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.
- 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>
- parents
List<Get
Virtualization Vmware Virtual Machine Snapshot Result Parent> - permission
Resources List<GetVirtualization Vmware Virtual Machine Snapshot Result 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
Devices List<GetVirtualization Vmware Virtual Machine Snapshot Result Registered Device> - String
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- snapshot
Size Double - Size of the snapshot file created of the virtual machine, stored in bytes.
- List<Get
Virtualization Vmware Virtual Machine Snapshot Result Tag> - version
Contexts List<GetVirtualization Vmware Virtual Machine Snapshot Result Version Context> - virtual
Machines List<GetVirtualization Vmware Virtual Machine Snapshot Result Virtual Machine>
- account
Moid string - The Account ID for this managed object.
- additional
Properties string - ancestors
Get
Virtualization Vmware Virtual Machine Snapshot Result 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.
- 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[]
- parents
Get
Virtualization Vmware Virtual Machine Snapshot Result Parent[] - permission
Resources GetVirtualization Vmware Virtual Machine Snapshot Result 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
Devices GetVirtualization Vmware Virtual Machine Snapshot Result Registered Device[] - string
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- snapshot
Size number - Size of the snapshot file created of the virtual machine, stored in bytes.
- Get
Virtualization Vmware Virtual Machine Snapshot Result Tag[] - version
Contexts GetVirtualization Vmware Virtual Machine Snapshot Result Version Context[] - virtual
Machines GetVirtualization Vmware Virtual Machine Snapshot Result Virtual Machine[]
- account_
moid str - The Account ID for this managed object.
- additional_
properties str - ancestors
Sequence[Get
Virtualization Vmware Virtual Machine Snapshot Result Ancestor] - class_
id str - create_
time str - The time when this managed object was created.
- creation_
time str - Snapshot creation time. Time at which snapshot gets created.
- current_
snapshot bool - If yes, it determines it is the latest snapshot of the virtual machine.
- description str
- User provided description of the virtual machine snapshot.
- domain_
group_ strmoid - The DomainGroup ID for this managed object.
- golden bool
- If yes, the virtual machine snapshot cannot be deleted.
- identity str
- The internally generated identity of the snapshot. This entity is not manipulated by users. It aids in uniquely identifying the snapshot object. For VMware, this is a MOR (managed object reference).
- key float
- The internally assigned id/key of virtual machine snapshot.
- mod_
time str - The time when this managed object was last modified.
- moid str
- The unique identifier of this Managed Object instance.
- name str
- User name provided to identify the snapshot.
- object_
type str - owners Sequence[str]
- parents
Sequence[Get
Virtualization Vmware Virtual Machine Snapshot Result Parent] - permission_
resources Sequence[GetVirtualization Vmware Virtual Machine Snapshot Result Permission Resource] - predecessor_
id float - Predecessor id is the id of the parent snapshot.
- quiesced bool
- Quiesce pauses all the I/O operations on virtual machine till the snapshot is taken.
- ref_
value str - Internally assigned MOR reference value.
- registered_
devices Sequence[GetVirtualization Vmware Virtual Machine Snapshot Result Registered Device] - str
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- snapshot_
size float - Size of the snapshot file created of the virtual machine, stored in bytes.
- Sequence[Get
Virtualization Vmware Virtual Machine Snapshot Result Tag] - version_
contexts Sequence[GetVirtualization Vmware Virtual Machine Snapshot Result Version Context] - virtual_
machines Sequence[GetVirtualization Vmware Virtual Machine Snapshot Result Virtual Machine]
- 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.
- 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>
- parents List<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
Devices List<Property Map> - String
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- snapshot
Size Number - Size of the snapshot file created of the virtual machine, stored in bytes.
- List<Property Map>
- version
Contexts List<Property Map> - virtual
Machines List<Property Map>
GetVirtualizationVmwareVirtualMachineSnapshotResultAncestor
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetVirtualizationVmwareVirtualMachineSnapshotResultParent
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetVirtualizationVmwareVirtualMachineSnapshotResultPermissionResource
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetVirtualizationVmwareVirtualMachineSnapshotResultRegisteredDevice
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetVirtualizationVmwareVirtualMachineSnapshotResultTag
- Additional
Properties string - Key string
- The internally assigned id/key of virtual machine snapshot.
- Value string
- Additional
Properties string - Key string
- The internally assigned id/key of virtual machine snapshot.
- Value string
- additional
Properties String - key String
- The internally assigned id/key of virtual machine snapshot.
- value String
- additional
Properties string - key string
- The internally assigned id/key of virtual machine snapshot.
- value string
- additional_
properties str - key str
- The internally assigned id/key of virtual machine snapshot.
- value str
- additional
Properties String - key String
- The internally assigned id/key of virtual machine snapshot.
- value String
GetVirtualizationVmwareVirtualMachineSnapshotResultVersionContext
- Additional
Properties string - Class
Id string - Interested
Mos List<GetVirtualization Vmware Virtual Machine Snapshot Result Version Context Interested Mo> - Marked
For boolDeletion - Nr
Version string - Object
Type string - Ref
Mos List<GetVirtualization Vmware Virtual Machine Snapshot Result Version Context Ref Mo> - Timestamp string
- Version
Type string
- Additional
Properties string - Class
Id string - Interested
Mos []GetVirtualization Vmware Virtual Machine Snapshot Result Version Context Interested Mo - Marked
For boolDeletion - Nr
Version string - Object
Type string - Ref
Mos []GetVirtualization Vmware Virtual Machine Snapshot Result Version Context Ref Mo - Timestamp string
- Version
Type string
- additional
Properties String - class
Id String - interested
Mos List<GetVirtualization Vmware Virtual Machine Snapshot Result Version Context Interested Mo> - marked
For BooleanDeletion - nr
Version String - object
Type String - ref
Mos List<GetVirtualization Vmware Virtual Machine Snapshot Result Version Context Ref Mo> - timestamp String
- version
Type String
- additional
Properties string - class
Id string - interested
Mos GetVirtualization Vmware Virtual Machine Snapshot Result Version Context Interested Mo[] - marked
For booleanDeletion - nr
Version string - object
Type string - ref
Mos GetVirtualization Vmware Virtual Machine Snapshot Result Version Context Ref Mo[] - timestamp string
- version
Type string
- additional_
properties str - class_
id str - interested_
mos Sequence[GetVirtualization Vmware Virtual Machine Snapshot Result Version Context Interested Mo] - marked_
for_ booldeletion - nr_
version str - object_
type str - ref_
mos Sequence[GetVirtualization Vmware Virtual Machine Snapshot Result Version Context Ref Mo] - timestamp str
- version_
type str
- additional
Properties String - class
Id String - interested
Mos List<Property Map> - marked
For BooleanDeletion - nr
Version String - object
Type String - ref
Mos List<Property Map> - timestamp String
- version
Type String
GetVirtualizationVmwareVirtualMachineSnapshotResultVersionContextInterestedMo
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetVirtualizationVmwareVirtualMachineSnapshotResultVersionContextRefMo
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetVirtualizationVmwareVirtualMachineSnapshotResultVirtualMachine
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
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.64 published on Wednesday, Apr 30, 2025 by ciscodevnet