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

intersight.getVirtualizationVmwareDatacenter

Explore with Pulumi AI

Datacenter object in VMware inventory. It is the logical container for all other objects like Datastore, Host, VirtualMachine, etc.

Using getVirtualizationVmwareDatacenter

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 getVirtualizationVmwareDatacenter(args: GetVirtualizationVmwareDatacenterArgs, opts?: InvokeOptions): Promise<GetVirtualizationVmwareDatacenterResult>
function getVirtualizationVmwareDatacenterOutput(args: GetVirtualizationVmwareDatacenterOutputArgs, opts?: InvokeOptions): Output<GetVirtualizationVmwareDatacenterResult>
Copy
def get_virtualization_vmware_datacenter(account_moid: Optional[str] = None,
                                         additional_properties: Optional[str] = None,
                                         ancestors: Optional[Sequence[GetVirtualizationVmwareDatacenterAncestor]] = None,
                                         class_id: Optional[str] = None,
                                         cluster_count: Optional[float] = None,
                                         create_time: Optional[str] = None,
                                         datastore_count: Optional[float] = None,
                                         distributed_network_count: Optional[float] = None,
                                         distributed_virtual_switch_count: Optional[float] = None,
                                         domain_group_moid: Optional[str] = None,
                                         host_count: Optional[float] = None,
                                         hypervisor_manager: Optional[GetVirtualizationVmwareDatacenterHypervisorManager] = None,
                                         id: Optional[str] = None,
                                         identity: Optional[str] = None,
                                         inventory_path: Optional[str] = None,
                                         mod_time: Optional[str] = None,
                                         moid: Optional[str] = None,
                                         name: Optional[str] = None,
                                         network_count: Optional[float] = None,
                                         object_type: Optional[str] = None,
                                         owners: Optional[Sequence[str]] = None,
                                         parent: Optional[GetVirtualizationVmwareDatacenterParent] = None,
                                         parent_folder: Optional[GetVirtualizationVmwareDatacenterParentFolder] = None,
                                         permission_resources: Optional[Sequence[GetVirtualizationVmwareDatacenterPermissionResource]] = None,
                                         registered_device: Optional[GetVirtualizationVmwareDatacenterRegisteredDevice] = None,
                                         shared_scope: Optional[str] = None,
                                         standard_network_count: Optional[float] = None,
                                         tags: Optional[Sequence[GetVirtualizationVmwareDatacenterTag]] = None,
                                         uuid: Optional[str] = None,
                                         version_context: Optional[GetVirtualizationVmwareDatacenterVersionContext] = None,
                                         vm_count: Optional[float] = None,
                                         vm_template_count: Optional[float] = None,
                                         opts: Optional[InvokeOptions] = None) -> GetVirtualizationVmwareDatacenterResult
def get_virtualization_vmware_datacenter_output(account_moid: Optional[pulumi.Input[str]] = None,
                                         additional_properties: Optional[pulumi.Input[str]] = None,
                                         ancestors: Optional[pulumi.Input[Sequence[pulumi.Input[GetVirtualizationVmwareDatacenterAncestorArgs]]]] = None,
                                         class_id: Optional[pulumi.Input[str]] = None,
                                         cluster_count: Optional[pulumi.Input[float]] = None,
                                         create_time: Optional[pulumi.Input[str]] = None,
                                         datastore_count: Optional[pulumi.Input[float]] = None,
                                         distributed_network_count: Optional[pulumi.Input[float]] = None,
                                         distributed_virtual_switch_count: Optional[pulumi.Input[float]] = None,
                                         domain_group_moid: Optional[pulumi.Input[str]] = None,
                                         host_count: Optional[pulumi.Input[float]] = None,
                                         hypervisor_manager: Optional[pulumi.Input[GetVirtualizationVmwareDatacenterHypervisorManagerArgs]] = None,
                                         id: Optional[pulumi.Input[str]] = None,
                                         identity: Optional[pulumi.Input[str]] = None,
                                         inventory_path: Optional[pulumi.Input[str]] = None,
                                         mod_time: Optional[pulumi.Input[str]] = None,
                                         moid: Optional[pulumi.Input[str]] = None,
                                         name: Optional[pulumi.Input[str]] = None,
                                         network_count: Optional[pulumi.Input[float]] = None,
                                         object_type: Optional[pulumi.Input[str]] = None,
                                         owners: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
                                         parent: Optional[pulumi.Input[GetVirtualizationVmwareDatacenterParentArgs]] = None,
                                         parent_folder: Optional[pulumi.Input[GetVirtualizationVmwareDatacenterParentFolderArgs]] = None,
                                         permission_resources: Optional[pulumi.Input[Sequence[pulumi.Input[GetVirtualizationVmwareDatacenterPermissionResourceArgs]]]] = None,
                                         registered_device: Optional[pulumi.Input[GetVirtualizationVmwareDatacenterRegisteredDeviceArgs]] = None,
                                         shared_scope: Optional[pulumi.Input[str]] = None,
                                         standard_network_count: Optional[pulumi.Input[float]] = None,
                                         tags: Optional[pulumi.Input[Sequence[pulumi.Input[GetVirtualizationVmwareDatacenterTagArgs]]]] = None,
                                         uuid: Optional[pulumi.Input[str]] = None,
                                         version_context: Optional[pulumi.Input[GetVirtualizationVmwareDatacenterVersionContextArgs]] = None,
                                         vm_count: Optional[pulumi.Input[float]] = None,
                                         vm_template_count: Optional[pulumi.Input[float]] = None,
                                         opts: Optional[InvokeOptions] = None) -> Output[GetVirtualizationVmwareDatacenterResult]
Copy
func LookupVirtualizationVmwareDatacenter(ctx *Context, args *LookupVirtualizationVmwareDatacenterArgs, opts ...InvokeOption) (*LookupVirtualizationVmwareDatacenterResult, error)
func LookupVirtualizationVmwareDatacenterOutput(ctx *Context, args *LookupVirtualizationVmwareDatacenterOutputArgs, opts ...InvokeOption) LookupVirtualizationVmwareDatacenterResultOutput
Copy

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

public static class GetVirtualizationVmwareDatacenter 
{
    public static Task<GetVirtualizationVmwareDatacenterResult> InvokeAsync(GetVirtualizationVmwareDatacenterArgs args, InvokeOptions? opts = null)
    public static Output<GetVirtualizationVmwareDatacenterResult> Invoke(GetVirtualizationVmwareDatacenterInvokeArgs args, InvokeOptions? opts = null)
}
Copy
public static CompletableFuture<GetVirtualizationVmwareDatacenterResult> getVirtualizationVmwareDatacenter(GetVirtualizationVmwareDatacenterArgs args, InvokeOptions options)
public static Output<GetVirtualizationVmwareDatacenterResult> getVirtualizationVmwareDatacenter(GetVirtualizationVmwareDatacenterArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: intersight:index/getVirtualizationVmwareDatacenter:getVirtualizationVmwareDatacenter
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

AccountMoid string
The Account ID for this managed object.
AdditionalProperties string
Ancestors List<GetVirtualizationVmwareDatacenterAncestor>
ClassId string
ClusterCount double
Count of all clusters associated with this DC.
CreateTime string
The time when this managed object was created.
DatastoreCount double
Count of all datastores associated with this DC.
DistributedNetworkCount double
Count of all distributed networks associated with this datacenter (DC).
DistributedVirtualSwitchCount double
Count of all distributed virtual switches associated with this datacenter (DC).
DomainGroupMoid string
The DomainGroup ID for this managed object.
HostCount double
Count of all hosts associated with this DC.
HypervisorManager GetVirtualizationVmwareDatacenterHypervisorManager
Id string
Identity string
The internally generated identity of this placement. This entity is not manipulated by users. It aids in uniquely identifying the placement object.
InventoryPath string
Inventory path of the DC.
ModTime string
The time when this managed object was last modified.
Moid string
The unique identifier of this Managed Object instance.
Name string
Name of the virtual machine placement. It is datacenter name in case of VMware virtual machine.
NetworkCount double
Count of all networks associated with this datacenter (DC).
ObjectType string
Owners List<string>
Parent GetVirtualizationVmwareDatacenterParent
ParentFolder GetVirtualizationVmwareDatacenterParentFolder
PermissionResources List<GetVirtualizationVmwareDatacenterPermissionResource>
RegisteredDevice GetVirtualizationVmwareDatacenterRegisteredDevice
SharedScope string
Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
StandardNetworkCount double
Count of all standard networks associated with this datacenter (DC).
Tags List<GetVirtualizationVmwareDatacenterTag>
Uuid string
The uuid of this placement. The uuid is internally generated and not user specified.
VersionContext GetVirtualizationVmwareDatacenterVersionContext
VmCount double
Count of all virtual machines (VMs) associated with this DC.
VmTemplateCount double
Count of all virtual machines templates associated with this DC.
AccountMoid string
The Account ID for this managed object.
AdditionalProperties string
Ancestors []GetVirtualizationVmwareDatacenterAncestor
ClassId string
ClusterCount float64
Count of all clusters associated with this DC.
CreateTime string
The time when this managed object was created.
DatastoreCount float64
Count of all datastores associated with this DC.
DistributedNetworkCount float64
Count of all distributed networks associated with this datacenter (DC).
DistributedVirtualSwitchCount float64
Count of all distributed virtual switches associated with this datacenter (DC).
DomainGroupMoid string
The DomainGroup ID for this managed object.
HostCount float64
Count of all hosts associated with this DC.
HypervisorManager GetVirtualizationVmwareDatacenterHypervisorManager
Id string
Identity string
The internally generated identity of this placement. This entity is not manipulated by users. It aids in uniquely identifying the placement object.
InventoryPath string
Inventory path of the DC.
ModTime string
The time when this managed object was last modified.
Moid string
The unique identifier of this Managed Object instance.
Name string
Name of the virtual machine placement. It is datacenter name in case of VMware virtual machine.
NetworkCount float64
Count of all networks associated with this datacenter (DC).
ObjectType string
Owners []string
Parent GetVirtualizationVmwareDatacenterParent
ParentFolder GetVirtualizationVmwareDatacenterParentFolder
PermissionResources []GetVirtualizationVmwareDatacenterPermissionResource
RegisteredDevice GetVirtualizationVmwareDatacenterRegisteredDevice
SharedScope string
Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
StandardNetworkCount float64
Count of all standard networks associated with this datacenter (DC).
Tags []GetVirtualizationVmwareDatacenterTag
Uuid string
The uuid of this placement. The uuid is internally generated and not user specified.
VersionContext GetVirtualizationVmwareDatacenterVersionContext
VmCount float64
Count of all virtual machines (VMs) associated with this DC.
VmTemplateCount float64
Count of all virtual machines templates associated with this DC.
accountMoid String
The Account ID for this managed object.
additionalProperties String
ancestors List<GetVirtualizationVmwareDatacenterAncestor>
classId String
clusterCount Double
Count of all clusters associated with this DC.
createTime String
The time when this managed object was created.
datastoreCount Double
Count of all datastores associated with this DC.
distributedNetworkCount Double
Count of all distributed networks associated with this datacenter (DC).
distributedVirtualSwitchCount Double
Count of all distributed virtual switches associated with this datacenter (DC).
domainGroupMoid String
The DomainGroup ID for this managed object.
hostCount Double
Count of all hosts associated with this DC.
hypervisorManager GetVirtualizationVmwareDatacenterHypervisorManager
id String
identity String
The internally generated identity of this placement. This entity is not manipulated by users. It aids in uniquely identifying the placement object.
inventoryPath String
Inventory path of the DC.
modTime String
The time when this managed object was last modified.
moid String
The unique identifier of this Managed Object instance.
name String
Name of the virtual machine placement. It is datacenter name in case of VMware virtual machine.
networkCount Double
Count of all networks associated with this datacenter (DC).
objectType String
owners List<String>
parent GetVirtualizationVmwareDatacenterParent
parentFolder GetVirtualizationVmwareDatacenterParentFolder
permissionResources List<GetVirtualizationVmwareDatacenterPermissionResource>
registeredDevice GetVirtualizationVmwareDatacenterRegisteredDevice
sharedScope String
Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
standardNetworkCount Double
Count of all standard networks associated with this datacenter (DC).
tags List<GetVirtualizationVmwareDatacenterTag>
uuid String
The uuid of this placement. The uuid is internally generated and not user specified.
versionContext GetVirtualizationVmwareDatacenterVersionContext
vmCount Double
Count of all virtual machines (VMs) associated with this DC.
vmTemplateCount Double
Count of all virtual machines templates associated with this DC.
accountMoid string
The Account ID for this managed object.
additionalProperties string
ancestors GetVirtualizationVmwareDatacenterAncestor[]
classId string
clusterCount number
Count of all clusters associated with this DC.
createTime string
The time when this managed object was created.
datastoreCount number
Count of all datastores associated with this DC.
distributedNetworkCount number
Count of all distributed networks associated with this datacenter (DC).
distributedVirtualSwitchCount number
Count of all distributed virtual switches associated with this datacenter (DC).
domainGroupMoid string
The DomainGroup ID for this managed object.
hostCount number
Count of all hosts associated with this DC.
hypervisorManager GetVirtualizationVmwareDatacenterHypervisorManager
id string
identity string
The internally generated identity of this placement. This entity is not manipulated by users. It aids in uniquely identifying the placement object.
inventoryPath string
Inventory path of the DC.
modTime string
The time when this managed object was last modified.
moid string
The unique identifier of this Managed Object instance.
name string
Name of the virtual machine placement. It is datacenter name in case of VMware virtual machine.
networkCount number
Count of all networks associated with this datacenter (DC).
objectType string
owners string[]
parent GetVirtualizationVmwareDatacenterParent
parentFolder GetVirtualizationVmwareDatacenterParentFolder
permissionResources GetVirtualizationVmwareDatacenterPermissionResource[]
registeredDevice GetVirtualizationVmwareDatacenterRegisteredDevice
sharedScope string
Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
standardNetworkCount number
Count of all standard networks associated with this datacenter (DC).
tags GetVirtualizationVmwareDatacenterTag[]
uuid string
The uuid of this placement. The uuid is internally generated and not user specified.
versionContext GetVirtualizationVmwareDatacenterVersionContext
vmCount number
Count of all virtual machines (VMs) associated with this DC.
vmTemplateCount number
Count of all virtual machines templates associated with this DC.
account_moid str
The Account ID for this managed object.
additional_properties str
ancestors Sequence[GetVirtualizationVmwareDatacenterAncestor]
class_id str
cluster_count float
Count of all clusters associated with this DC.
create_time str
The time when this managed object was created.
datastore_count float
Count of all datastores associated with this DC.
distributed_network_count float
Count of all distributed networks associated with this datacenter (DC).
distributed_virtual_switch_count float
Count of all distributed virtual switches associated with this datacenter (DC).
domain_group_moid str
The DomainGroup ID for this managed object.
host_count float
Count of all hosts associated with this DC.
hypervisor_manager GetVirtualizationVmwareDatacenterHypervisorManager
id str
identity str
The internally generated identity of this placement. This entity is not manipulated by users. It aids in uniquely identifying the placement object.
inventory_path str
Inventory path of the DC.
mod_time str
The time when this managed object was last modified.
moid str
The unique identifier of this Managed Object instance.
name str
Name of the virtual machine placement. It is datacenter name in case of VMware virtual machine.
network_count float
Count of all networks associated with this datacenter (DC).
object_type str
owners Sequence[str]
parent GetVirtualizationVmwareDatacenterParent
parent_folder GetVirtualizationVmwareDatacenterParentFolder
permission_resources Sequence[GetVirtualizationVmwareDatacenterPermissionResource]
registered_device GetVirtualizationVmwareDatacenterRegisteredDevice
shared_scope str
Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
standard_network_count float
Count of all standard networks associated with this datacenter (DC).
tags Sequence[GetVirtualizationVmwareDatacenterTag]
uuid str
The uuid of this placement. The uuid is internally generated and not user specified.
version_context GetVirtualizationVmwareDatacenterVersionContext
vm_count float
Count of all virtual machines (VMs) associated with this DC.
vm_template_count float
Count of all virtual machines templates associated with this DC.
accountMoid String
The Account ID for this managed object.
additionalProperties String
ancestors List<Property Map>
classId String
clusterCount Number
Count of all clusters associated with this DC.
createTime String
The time when this managed object was created.
datastoreCount Number
Count of all datastores associated with this DC.
distributedNetworkCount Number
Count of all distributed networks associated with this datacenter (DC).
distributedVirtualSwitchCount Number
Count of all distributed virtual switches associated with this datacenter (DC).
domainGroupMoid String
The DomainGroup ID for this managed object.
hostCount Number
Count of all hosts associated with this DC.
hypervisorManager Property Map
id String
identity String
The internally generated identity of this placement. This entity is not manipulated by users. It aids in uniquely identifying the placement object.
inventoryPath String
Inventory path of the DC.
modTime String
The time when this managed object was last modified.
moid String
The unique identifier of this Managed Object instance.
name String
Name of the virtual machine placement. It is datacenter name in case of VMware virtual machine.
networkCount Number
Count of all networks associated with this datacenter (DC).
objectType String
owners List<String>
parent Property Map
parentFolder Property Map
permissionResources List<Property Map>
registeredDevice Property Map
sharedScope String
Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
standardNetworkCount Number
Count of all standard networks associated with this datacenter (DC).
tags List<Property Map>
uuid String
The uuid of this placement. The uuid is internally generated and not user specified.
versionContext Property Map
vmCount Number
Count of all virtual machines (VMs) associated with this DC.
vmTemplateCount Number
Count of all virtual machines templates associated with this DC.

getVirtualizationVmwareDatacenter Result

The following output properties are available:

Id string
Results List<GetVirtualizationVmwareDatacenterResult>
AccountMoid string
AdditionalProperties string
Ancestors List<GetVirtualizationVmwareDatacenterAncestor>
ClassId string
ClusterCount double
CreateTime string
DatastoreCount double
DistributedNetworkCount double
DistributedVirtualSwitchCount double
DomainGroupMoid string
HostCount double
HypervisorManager GetVirtualizationVmwareDatacenterHypervisorManager
Identity string
InventoryPath string
ModTime string
Moid string
Name string
NetworkCount double
ObjectType string
Owners List<string>
Parent GetVirtualizationVmwareDatacenterParent
ParentFolder GetVirtualizationVmwareDatacenterParentFolder
PermissionResources List<GetVirtualizationVmwareDatacenterPermissionResource>
RegisteredDevice GetVirtualizationVmwareDatacenterRegisteredDevice
SharedScope string
StandardNetworkCount double
Tags List<GetVirtualizationVmwareDatacenterTag>
Uuid string
VersionContext GetVirtualizationVmwareDatacenterVersionContext
VmCount double
VmTemplateCount double
Id string
Results []GetVirtualizationVmwareDatacenterResult
AccountMoid string
AdditionalProperties string
Ancestors []GetVirtualizationVmwareDatacenterAncestor
ClassId string
ClusterCount float64
CreateTime string
DatastoreCount float64
DistributedNetworkCount float64
DistributedVirtualSwitchCount float64
DomainGroupMoid string
HostCount float64
HypervisorManager GetVirtualizationVmwareDatacenterHypervisorManager
Identity string
InventoryPath string
ModTime string
Moid string
Name string
NetworkCount float64
ObjectType string
Owners []string
Parent GetVirtualizationVmwareDatacenterParent
ParentFolder GetVirtualizationVmwareDatacenterParentFolder
PermissionResources []GetVirtualizationVmwareDatacenterPermissionResource
RegisteredDevice GetVirtualizationVmwareDatacenterRegisteredDevice
SharedScope string
StandardNetworkCount float64
Tags []GetVirtualizationVmwareDatacenterTag
Uuid string
VersionContext GetVirtualizationVmwareDatacenterVersionContext
VmCount float64
VmTemplateCount float64
id String
results List<GetVirtualizationVmwareDatacenterResult>
accountMoid String
additionalProperties String
ancestors List<GetVirtualizationVmwareDatacenterAncestor>
classId String
clusterCount Double
createTime String
datastoreCount Double
distributedNetworkCount Double
distributedVirtualSwitchCount Double
domainGroupMoid String
hostCount Double
hypervisorManager GetVirtualizationVmwareDatacenterHypervisorManager
identity String
inventoryPath String
modTime String
moid String
name String
networkCount Double
objectType String
owners List<String>
parent GetVirtualizationVmwareDatacenterParent
parentFolder GetVirtualizationVmwareDatacenterParentFolder
permissionResources List<GetVirtualizationVmwareDatacenterPermissionResource>
registeredDevice GetVirtualizationVmwareDatacenterRegisteredDevice
sharedScope String
standardNetworkCount Double
tags List<GetVirtualizationVmwareDatacenterTag>
uuid String
versionContext GetVirtualizationVmwareDatacenterVersionContext
vmCount Double
vmTemplateCount Double
id str
results Sequence[GetVirtualizationVmwareDatacenterResult]
account_moid str
additional_properties str
ancestors Sequence[GetVirtualizationVmwareDatacenterAncestor]
class_id str
cluster_count float
create_time str
datastore_count float
distributed_network_count float
distributed_virtual_switch_count float
domain_group_moid str
host_count float
hypervisor_manager GetVirtualizationVmwareDatacenterHypervisorManager
identity str
inventory_path str
mod_time str
moid str
name str
network_count float
object_type str
owners Sequence[str]
parent GetVirtualizationVmwareDatacenterParent
parent_folder GetVirtualizationVmwareDatacenterParentFolder
permission_resources Sequence[GetVirtualizationVmwareDatacenterPermissionResource]
registered_device GetVirtualizationVmwareDatacenterRegisteredDevice
shared_scope str
standard_network_count float
tags Sequence[GetVirtualizationVmwareDatacenterTag]
uuid str
version_context GetVirtualizationVmwareDatacenterVersionContext
vm_count float
vm_template_count float

Supporting Types

GetVirtualizationVmwareDatacenterAncestor

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

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

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

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

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

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

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

GetVirtualizationVmwareDatacenterHypervisorManager

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

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

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

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

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

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

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

GetVirtualizationVmwareDatacenterParent

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

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

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

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

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

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

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

GetVirtualizationVmwareDatacenterParentFolder

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

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

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

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

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

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

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

GetVirtualizationVmwareDatacenterPermissionResource

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

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

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

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

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

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

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

GetVirtualizationVmwareDatacenterRegisteredDevice

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

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

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

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

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

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

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

GetVirtualizationVmwareDatacenterResult

AccountMoid This property is required. string
The Account ID for this managed object.
AdditionalProperties This property is required. string
Ancestors This property is required. List<GetVirtualizationVmwareDatacenterResultAncestor>
ClassId This property is required. string
ClusterCount This property is required. double
Count of all clusters associated with this DC.
CreateTime This property is required. string
The time when this managed object was created.
DatastoreCount This property is required. double
Count of all datastores associated with this DC.
DistributedNetworkCount This property is required. double
Count of all distributed networks associated with this datacenter (DC).
DistributedVirtualSwitchCount This property is required. double
Count of all distributed virtual switches associated with this datacenter (DC).
DomainGroupMoid This property is required. string
The DomainGroup ID for this managed object.
HostCount This property is required. double
Count of all hosts associated with this DC.
HypervisorManagers This property is required. List<GetVirtualizationVmwareDatacenterResultHypervisorManager>
Identity This property is required. string
The internally generated identity of this placement. This entity is not manipulated by users. It aids in uniquely identifying the placement object.
InventoryPath This property is required. string
Inventory path of the DC.
ModTime This property is required. string
The time when this managed object was last modified.
Moid This property is required. string
The unique identifier of this Managed Object instance.
Name This property is required. string
Name of the virtual machine placement. It is datacenter name in case of VMware virtual machine.
NetworkCount This property is required. double
Count of all networks associated with this datacenter (DC).
ObjectType This property is required. string
Owners This property is required. List<string>
ParentFolders This property is required. List<GetVirtualizationVmwareDatacenterResultParentFolder>
Parents This property is required. List<GetVirtualizationVmwareDatacenterResultParent>
PermissionResources This property is required. List<GetVirtualizationVmwareDatacenterResultPermissionResource>
RegisteredDevices This property is required. List<GetVirtualizationVmwareDatacenterResultRegisteredDevice>
SharedScope This property is required. string
Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
StandardNetworkCount This property is required. double
Count of all standard networks associated with this datacenter (DC).
Tags This property is required. List<GetVirtualizationVmwareDatacenterResultTag>
Uuid This property is required. string
The uuid of this placement. The uuid is internally generated and not user specified.
VersionContexts This property is required. List<GetVirtualizationVmwareDatacenterResultVersionContext>
VmCount This property is required. double
Count of all virtual machines (VMs) associated with this DC.
VmTemplateCount This property is required. double
Count of all virtual machines templates associated with this DC.
AccountMoid This property is required. string
The Account ID for this managed object.
AdditionalProperties This property is required. string
Ancestors This property is required. []GetVirtualizationVmwareDatacenterResultAncestor
ClassId This property is required. string
ClusterCount This property is required. float64
Count of all clusters associated with this DC.
CreateTime This property is required. string
The time when this managed object was created.
DatastoreCount This property is required. float64
Count of all datastores associated with this DC.
DistributedNetworkCount This property is required. float64
Count of all distributed networks associated with this datacenter (DC).
DistributedVirtualSwitchCount This property is required. float64
Count of all distributed virtual switches associated with this datacenter (DC).
DomainGroupMoid This property is required. string
The DomainGroup ID for this managed object.
HostCount This property is required. float64
Count of all hosts associated with this DC.
HypervisorManagers This property is required. []GetVirtualizationVmwareDatacenterResultHypervisorManager
Identity This property is required. string
The internally generated identity of this placement. This entity is not manipulated by users. It aids in uniquely identifying the placement object.
InventoryPath This property is required. string
Inventory path of the DC.
ModTime This property is required. string
The time when this managed object was last modified.
Moid This property is required. string
The unique identifier of this Managed Object instance.
Name This property is required. string
Name of the virtual machine placement. It is datacenter name in case of VMware virtual machine.
NetworkCount This property is required. float64
Count of all networks associated with this datacenter (DC).
ObjectType This property is required. string
Owners This property is required. []string
ParentFolders This property is required. []GetVirtualizationVmwareDatacenterResultParentFolder
Parents This property is required. []GetVirtualizationVmwareDatacenterResultParent
PermissionResources This property is required. []GetVirtualizationVmwareDatacenterResultPermissionResource
RegisteredDevices This property is required. []GetVirtualizationVmwareDatacenterResultRegisteredDevice
SharedScope This property is required. string
Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
StandardNetworkCount This property is required. float64
Count of all standard networks associated with this datacenter (DC).
Tags This property is required. []GetVirtualizationVmwareDatacenterResultTag
Uuid This property is required. string
The uuid of this placement. The uuid is internally generated and not user specified.
VersionContexts This property is required. []GetVirtualizationVmwareDatacenterResultVersionContext
VmCount This property is required. float64
Count of all virtual machines (VMs) associated with this DC.
VmTemplateCount This property is required. float64
Count of all virtual machines templates associated with this DC.
accountMoid This property is required. String
The Account ID for this managed object.
additionalProperties This property is required. String
ancestors This property is required. List<GetVirtualizationVmwareDatacenterResultAncestor>
classId This property is required. String
clusterCount This property is required. Double
Count of all clusters associated with this DC.
createTime This property is required. String
The time when this managed object was created.
datastoreCount This property is required. Double
Count of all datastores associated with this DC.
distributedNetworkCount This property is required. Double
Count of all distributed networks associated with this datacenter (DC).
distributedVirtualSwitchCount This property is required. Double
Count of all distributed virtual switches associated with this datacenter (DC).
domainGroupMoid This property is required. String
The DomainGroup ID for this managed object.
hostCount This property is required. Double
Count of all hosts associated with this DC.
hypervisorManagers This property is required. List<GetVirtualizationVmwareDatacenterResultHypervisorManager>
identity This property is required. String
The internally generated identity of this placement. This entity is not manipulated by users. It aids in uniquely identifying the placement object.
inventoryPath This property is required. String
Inventory path of the DC.
modTime This property is required. String
The time when this managed object was last modified.
moid This property is required. String
The unique identifier of this Managed Object instance.
name This property is required. String
Name of the virtual machine placement. It is datacenter name in case of VMware virtual machine.
networkCount This property is required. Double
Count of all networks associated with this datacenter (DC).
objectType This property is required. String
owners This property is required. List<String>
parentFolders This property is required. List<GetVirtualizationVmwareDatacenterResultParentFolder>
parents This property is required. List<GetVirtualizationVmwareDatacenterResultParent>
permissionResources This property is required. List<GetVirtualizationVmwareDatacenterResultPermissionResource>
registeredDevices This property is required. List<GetVirtualizationVmwareDatacenterResultRegisteredDevice>
sharedScope This property is required. String
Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
standardNetworkCount This property is required. Double
Count of all standard networks associated with this datacenter (DC).
tags This property is required. List<GetVirtualizationVmwareDatacenterResultTag>
uuid This property is required. String
The uuid of this placement. The uuid is internally generated and not user specified.
versionContexts This property is required. List<GetVirtualizationVmwareDatacenterResultVersionContext>
vmCount This property is required. Double
Count of all virtual machines (VMs) associated with this DC.
vmTemplateCount This property is required. Double
Count of all virtual machines templates associated with this DC.
accountMoid This property is required. string
The Account ID for this managed object.
additionalProperties This property is required. string
ancestors This property is required. GetVirtualizationVmwareDatacenterResultAncestor[]
classId This property is required. string
clusterCount This property is required. number
Count of all clusters associated with this DC.
createTime This property is required. string
The time when this managed object was created.
datastoreCount This property is required. number
Count of all datastores associated with this DC.
distributedNetworkCount This property is required. number
Count of all distributed networks associated with this datacenter (DC).
distributedVirtualSwitchCount This property is required. number
Count of all distributed virtual switches associated with this datacenter (DC).
domainGroupMoid This property is required. string
The DomainGroup ID for this managed object.
hostCount This property is required. number
Count of all hosts associated with this DC.
hypervisorManagers This property is required. GetVirtualizationVmwareDatacenterResultHypervisorManager[]
identity This property is required. string
The internally generated identity of this placement. This entity is not manipulated by users. It aids in uniquely identifying the placement object.
inventoryPath This property is required. string
Inventory path of the DC.
modTime This property is required. string
The time when this managed object was last modified.
moid This property is required. string
The unique identifier of this Managed Object instance.
name This property is required. string
Name of the virtual machine placement. It is datacenter name in case of VMware virtual machine.
networkCount This property is required. number
Count of all networks associated with this datacenter (DC).
objectType This property is required. string
owners This property is required. string[]
parentFolders This property is required. GetVirtualizationVmwareDatacenterResultParentFolder[]
parents This property is required. GetVirtualizationVmwareDatacenterResultParent[]
permissionResources This property is required. GetVirtualizationVmwareDatacenterResultPermissionResource[]
registeredDevices This property is required. GetVirtualizationVmwareDatacenterResultRegisteredDevice[]
sharedScope This property is required. string
Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
standardNetworkCount This property is required. number
Count of all standard networks associated with this datacenter (DC).
tags This property is required. GetVirtualizationVmwareDatacenterResultTag[]
uuid This property is required. string
The uuid of this placement. The uuid is internally generated and not user specified.
versionContexts This property is required. GetVirtualizationVmwareDatacenterResultVersionContext[]
vmCount This property is required. number
Count of all virtual machines (VMs) associated with this DC.
vmTemplateCount This property is required. number
Count of all virtual machines templates associated with this DC.
account_moid This property is required. str
The Account ID for this managed object.
additional_properties This property is required. str
ancestors This property is required. Sequence[GetVirtualizationVmwareDatacenterResultAncestor]
class_id This property is required. str
cluster_count This property is required. float
Count of all clusters associated with this DC.
create_time This property is required. str
The time when this managed object was created.
datastore_count This property is required. float
Count of all datastores associated with this DC.
distributed_network_count This property is required. float
Count of all distributed networks associated with this datacenter (DC).
distributed_virtual_switch_count This property is required. float
Count of all distributed virtual switches associated with this datacenter (DC).
domain_group_moid This property is required. str
The DomainGroup ID for this managed object.
host_count This property is required. float
Count of all hosts associated with this DC.
hypervisor_managers This property is required. Sequence[GetVirtualizationVmwareDatacenterResultHypervisorManager]
identity This property is required. str
The internally generated identity of this placement. This entity is not manipulated by users. It aids in uniquely identifying the placement object.
inventory_path This property is required. str
Inventory path of the DC.
mod_time This property is required. str
The time when this managed object was last modified.
moid This property is required. str
The unique identifier of this Managed Object instance.
name This property is required. str
Name of the virtual machine placement. It is datacenter name in case of VMware virtual machine.
network_count This property is required. float
Count of all networks associated with this datacenter (DC).
object_type This property is required. str
owners This property is required. Sequence[str]
parent_folders This property is required. Sequence[GetVirtualizationVmwareDatacenterResultParentFolder]
parents This property is required. Sequence[GetVirtualizationVmwareDatacenterResultParent]
permission_resources This property is required. Sequence[GetVirtualizationVmwareDatacenterResultPermissionResource]
registered_devices This property is required. Sequence[GetVirtualizationVmwareDatacenterResultRegisteredDevice]
shared_scope This property is required. str
Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
standard_network_count This property is required. float
Count of all standard networks associated with this datacenter (DC).
tags This property is required. Sequence[GetVirtualizationVmwareDatacenterResultTag]
uuid This property is required. str
The uuid of this placement. The uuid is internally generated and not user specified.
version_contexts This property is required. Sequence[GetVirtualizationVmwareDatacenterResultVersionContext]
vm_count This property is required. float
Count of all virtual machines (VMs) associated with this DC.
vm_template_count This property is required. float
Count of all virtual machines templates associated with this DC.
accountMoid This property is required. String
The Account ID for this managed object.
additionalProperties This property is required. String
ancestors This property is required. List<Property Map>
classId This property is required. String
clusterCount This property is required. Number
Count of all clusters associated with this DC.
createTime This property is required. String
The time when this managed object was created.
datastoreCount This property is required. Number
Count of all datastores associated with this DC.
distributedNetworkCount This property is required. Number
Count of all distributed networks associated with this datacenter (DC).
distributedVirtualSwitchCount This property is required. Number
Count of all distributed virtual switches associated with this datacenter (DC).
domainGroupMoid This property is required. String
The DomainGroup ID for this managed object.
hostCount This property is required. Number
Count of all hosts associated with this DC.
hypervisorManagers This property is required. List<Property Map>
identity This property is required. String
The internally generated identity of this placement. This entity is not manipulated by users. It aids in uniquely identifying the placement object.
inventoryPath This property is required. String
Inventory path of the DC.
modTime This property is required. String
The time when this managed object was last modified.
moid This property is required. String
The unique identifier of this Managed Object instance.
name This property is required. String
Name of the virtual machine placement. It is datacenter name in case of VMware virtual machine.
networkCount This property is required. Number
Count of all networks associated with this datacenter (DC).
objectType This property is required. String
owners This property is required. List<String>
parentFolders This property is required. List<Property Map>
parents This property is required. List<Property Map>
permissionResources This property is required. List<Property Map>
registeredDevices This property is required. List<Property Map>
sharedScope This property is required. String
Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
standardNetworkCount This property is required. Number
Count of all standard networks associated with this datacenter (DC).
tags This property is required. List<Property Map>
uuid This property is required. String
The uuid of this placement. The uuid is internally generated and not user specified.
versionContexts This property is required. List<Property Map>
vmCount This property is required. Number
Count of all virtual machines (VMs) associated with this DC.
vmTemplateCount This property is required. Number
Count of all virtual machines templates associated with this DC.

GetVirtualizationVmwareDatacenterResultAncestor

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

GetVirtualizationVmwareDatacenterResultHypervisorManager

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

GetVirtualizationVmwareDatacenterResultParent

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

GetVirtualizationVmwareDatacenterResultParentFolder

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

GetVirtualizationVmwareDatacenterResultPermissionResource

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

GetVirtualizationVmwareDatacenterResultRegisteredDevice

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

GetVirtualizationVmwareDatacenterResultTag

AdditionalProperties This property is required. string
Key This property is required. string
Value This property is required. string
AdditionalProperties This property is required. string
Key This property is required. string
Value This property is required. string
additionalProperties This property is required. String
key This property is required. String
value This property is required. String
additionalProperties This property is required. string
key This property is required. string
value This property is required. string
additional_properties This property is required. str
key This property is required. str
value This property is required. str
additionalProperties This property is required. String
key This property is required. String
value This property is required. String

GetVirtualizationVmwareDatacenterResultVersionContext

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

GetVirtualizationVmwareDatacenterResultVersionContextInterestedMo

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

GetVirtualizationVmwareDatacenterResultVersionContextRefMo

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

GetVirtualizationVmwareDatacenterTag

AdditionalProperties string
Key string
The string representation of a tag key.
Value string
The string representation of a tag value.
AdditionalProperties string
Key string
The string representation of a tag key.
Value string
The string representation of a tag value.
additionalProperties String
key String
The string representation of a tag key.
value String
The string representation of a tag value.
additionalProperties string
key string
The string representation of a tag key.
value string
The string representation of a tag value.
additional_properties str
key str
The string representation of a tag key.
value str
The string representation of a tag value.
additionalProperties String
key String
The string representation of a tag key.
value String
The string representation of a tag value.

GetVirtualizationVmwareDatacenterVersionContext

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

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

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

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

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

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

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

GetVirtualizationVmwareDatacenterVersionContextInterestedMo

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

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

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

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

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

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

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

GetVirtualizationVmwareDatacenterVersionContextRefMo

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

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

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

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

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

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

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

Package Details

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