intersight 1.0.65 published on Wednesday, May 7, 2025 by ciscodevnet
intersight.getVirtualizationVmwareDatacenter
Explore with Pulumi AI
intersight 1.0.65 published on Wednesday, May 7, 2025 by ciscodevnet
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>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]func LookupVirtualizationVmwareDatacenter(ctx *Context, args *LookupVirtualizationVmwareDatacenterArgs, opts ...InvokeOption) (*LookupVirtualizationVmwareDatacenterResult, error)
func LookupVirtualizationVmwareDatacenterOutput(ctx *Context, args *LookupVirtualizationVmwareDatacenterOutputArgs, opts ...InvokeOption) LookupVirtualizationVmwareDatacenterResultOutput> 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)
}public static CompletableFuture<GetVirtualizationVmwareDatacenterResult> getVirtualizationVmwareDatacenter(GetVirtualizationVmwareDatacenterArgs args, InvokeOptions options)
public static Output<GetVirtualizationVmwareDatacenterResult> getVirtualizationVmwareDatacenter(GetVirtualizationVmwareDatacenterArgs args, InvokeOptions options)
fn::invoke:
  function: intersight:index/getVirtualizationVmwareDatacenter:getVirtualizationVmwareDatacenter
  arguments:
    # arguments dictionaryThe following arguments are supported:
- AccountMoid string
- The Account ID for this managed object.
- AdditionalProperties string
- Ancestors
List<GetVirtualization Vmware Datacenter Ancestor> 
- 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.
- DistributedNetwork doubleCount 
- Count of all distributed networks associated with this datacenter (DC).
- DistributedVirtual doubleSwitch Count 
- Count of all distributed virtual switches associated with this datacenter (DC).
- DomainGroup stringMoid 
- The DomainGroup ID for this managed object.
- HostCount double
- Count of all hosts associated with this DC.
- HypervisorManager GetVirtualization Vmware Datacenter Hypervisor Manager 
- 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
GetVirtualization Vmware Datacenter Parent 
- ParentFolder GetVirtualization Vmware Datacenter Parent Folder 
- PermissionResources List<GetVirtualization Vmware Datacenter Permission Resource> 
- RegisteredDevice GetVirtualization Vmware Datacenter Registered Device 
- string
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- StandardNetwork doubleCount 
- Count of all standard networks associated with this datacenter (DC).
- 
List<GetVirtualization Vmware Datacenter Tag> 
- Uuid string
- The uuid of this placement. The uuid is internally generated and not user specified.
- VersionContext GetVirtualization Vmware Datacenter Version Context 
- VmCount double
- Count of all virtual machines (VMs) associated with this DC.
- VmTemplate doubleCount 
- Count of all virtual machines templates associated with this DC.
- AccountMoid string
- The Account ID for this managed object.
- AdditionalProperties string
- Ancestors
[]GetVirtualization Vmware Datacenter Ancestor 
- 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.
- DistributedNetwork float64Count 
- Count of all distributed networks associated with this datacenter (DC).
- DistributedVirtual float64Switch Count 
- Count of all distributed virtual switches associated with this datacenter (DC).
- DomainGroup stringMoid 
- The DomainGroup ID for this managed object.
- HostCount float64
- Count of all hosts associated with this DC.
- HypervisorManager GetVirtualization Vmware Datacenter Hypervisor Manager 
- 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
GetVirtualization Vmware Datacenter Parent 
- ParentFolder GetVirtualization Vmware Datacenter Parent Folder 
- PermissionResources []GetVirtualization Vmware Datacenter Permission Resource 
- RegisteredDevice GetVirtualization Vmware Datacenter Registered Device 
- string
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- StandardNetwork float64Count 
- Count of all standard networks associated with this datacenter (DC).
- 
[]GetVirtualization Vmware Datacenter Tag 
- Uuid string
- The uuid of this placement. The uuid is internally generated and not user specified.
- VersionContext GetVirtualization Vmware Datacenter Version Context 
- VmCount float64
- Count of all virtual machines (VMs) associated with this DC.
- VmTemplate float64Count 
- Count of all virtual machines templates associated with this DC.
- accountMoid String
- The Account ID for this managed object.
- additionalProperties String
- ancestors
List<GetVirtualization Vmware Datacenter Ancestor> 
- 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.
- distributedNetwork DoubleCount 
- Count of all distributed networks associated with this datacenter (DC).
- distributedVirtual DoubleSwitch Count 
- Count of all distributed virtual switches associated with this datacenter (DC).
- domainGroup StringMoid 
- The DomainGroup ID for this managed object.
- hostCount Double
- Count of all hosts associated with this DC.
- hypervisorManager GetVirtualization Vmware Datacenter Hypervisor Manager 
- 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
GetVirtualization Vmware Datacenter Parent 
- parentFolder GetVirtualization Vmware Datacenter Parent Folder 
- permissionResources List<GetVirtualization Vmware Datacenter Permission Resource> 
- registeredDevice GetVirtualization Vmware Datacenter Registered Device 
- String
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- standardNetwork DoubleCount 
- Count of all standard networks associated with this datacenter (DC).
- 
List<GetVirtualization Vmware Datacenter Tag> 
- uuid String
- The uuid of this placement. The uuid is internally generated and not user specified.
- versionContext GetVirtualization Vmware Datacenter Version Context 
- vmCount Double
- Count of all virtual machines (VMs) associated with this DC.
- vmTemplate DoubleCount 
- Count of all virtual machines templates associated with this DC.
- accountMoid string
- The Account ID for this managed object.
- additionalProperties string
- ancestors
GetVirtualization Vmware Datacenter Ancestor[] 
- 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.
- distributedNetwork numberCount 
- Count of all distributed networks associated with this datacenter (DC).
- distributedVirtual numberSwitch Count 
- Count of all distributed virtual switches associated with this datacenter (DC).
- domainGroup stringMoid 
- The DomainGroup ID for this managed object.
- hostCount number
- Count of all hosts associated with this DC.
- hypervisorManager GetVirtualization Vmware Datacenter Hypervisor Manager 
- 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
GetVirtualization Vmware Datacenter Parent 
- parentFolder GetVirtualization Vmware Datacenter Parent Folder 
- permissionResources GetVirtualization Vmware Datacenter Permission Resource[] 
- registeredDevice GetVirtualization Vmware Datacenter Registered Device 
- string
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- standardNetwork numberCount 
- Count of all standard networks associated with this datacenter (DC).
- 
GetVirtualization Vmware Datacenter Tag[] 
- uuid string
- The uuid of this placement. The uuid is internally generated and not user specified.
- versionContext GetVirtualization Vmware Datacenter Version Context 
- vmCount number
- Count of all virtual machines (VMs) associated with this DC.
- vmTemplate numberCount 
- 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[GetVirtualization Vmware Datacenter Ancestor] 
- 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_ floatcount 
- Count of all distributed networks associated with this datacenter (DC).
- distributed_virtual_ floatswitch_ count 
- Count of all distributed virtual switches associated with this datacenter (DC).
- domain_group_ strmoid 
- The DomainGroup ID for this managed object.
- host_count float
- Count of all hosts associated with this DC.
- hypervisor_manager GetVirtualization Vmware Datacenter Hypervisor Manager 
- 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
GetVirtualization Vmware Datacenter Parent 
- parent_folder GetVirtualization Vmware Datacenter Parent Folder 
- permission_resources Sequence[GetVirtualization Vmware Datacenter Permission Resource] 
- registered_device GetVirtualization Vmware Datacenter Registered Device 
- str
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- standard_network_ floatcount 
- Count of all standard networks associated with this datacenter (DC).
- 
Sequence[GetVirtualization Vmware Datacenter Tag] 
- uuid str
- The uuid of this placement. The uuid is internally generated and not user specified.
- version_context GetVirtualization Vmware Datacenter Version Context 
- vm_count float
- Count of all virtual machines (VMs) associated with this DC.
- vm_template_ floatcount 
- 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.
- distributedNetwork NumberCount 
- Count of all distributed networks associated with this datacenter (DC).
- distributedVirtual NumberSwitch Count 
- Count of all distributed virtual switches associated with this datacenter (DC).
- domainGroup StringMoid 
- 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
- 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.
- standardNetwork NumberCount 
- Count of all standard networks associated with this datacenter (DC).
- 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.
- vmTemplate NumberCount 
- Count of all virtual machines templates associated with this DC.
getVirtualizationVmwareDatacenter Result
The following output properties are available:
- Id string
- Results
List<GetVirtualization Vmware Datacenter Result> 
- AccountMoid string
- AdditionalProperties string
- Ancestors
List<GetVirtualization Vmware Datacenter Ancestor> 
- ClassId string
- ClusterCount double
- CreateTime string
- DatastoreCount double
- DistributedNetwork doubleCount 
- DistributedVirtual doubleSwitch Count 
- DomainGroup stringMoid 
- HostCount double
- HypervisorManager GetVirtualization Vmware Datacenter Hypervisor Manager 
- Identity string
- InventoryPath string
- ModTime string
- Moid string
- Name string
- NetworkCount double
- ObjectType string
- Owners List<string>
- Parent
GetVirtualization Vmware Datacenter Parent 
- ParentFolder GetVirtualization Vmware Datacenter Parent Folder 
- PermissionResources List<GetVirtualization Vmware Datacenter Permission Resource> 
- RegisteredDevice GetVirtualization Vmware Datacenter Registered Device 
- string
- StandardNetwork doubleCount 
- 
List<GetVirtualization Vmware Datacenter Tag> 
- Uuid string
- VersionContext GetVirtualization Vmware Datacenter Version Context 
- VmCount double
- VmTemplate doubleCount 
- Id string
- Results
[]GetVirtualization Vmware Datacenter Result 
- AccountMoid string
- AdditionalProperties string
- Ancestors
[]GetVirtualization Vmware Datacenter Ancestor 
- ClassId string
- ClusterCount float64
- CreateTime string
- DatastoreCount float64
- DistributedNetwork float64Count 
- DistributedVirtual float64Switch Count 
- DomainGroup stringMoid 
- HostCount float64
- HypervisorManager GetVirtualization Vmware Datacenter Hypervisor Manager 
- Identity string
- InventoryPath string
- ModTime string
- Moid string
- Name string
- NetworkCount float64
- ObjectType string
- Owners []string
- Parent
GetVirtualization Vmware Datacenter Parent 
- ParentFolder GetVirtualization Vmware Datacenter Parent Folder 
- PermissionResources []GetVirtualization Vmware Datacenter Permission Resource 
- RegisteredDevice GetVirtualization Vmware Datacenter Registered Device 
- string
- StandardNetwork float64Count 
- 
[]GetVirtualization Vmware Datacenter Tag 
- Uuid string
- VersionContext GetVirtualization Vmware Datacenter Version Context 
- VmCount float64
- VmTemplate float64Count 
- id String
- results
List<GetVirtualization Vmware Datacenter Result> 
- accountMoid String
- additionalProperties String
- ancestors
List<GetVirtualization Vmware Datacenter Ancestor> 
- classId String
- clusterCount Double
- createTime String
- datastoreCount Double
- distributedNetwork DoubleCount 
- distributedVirtual DoubleSwitch Count 
- domainGroup StringMoid 
- hostCount Double
- hypervisorManager GetVirtualization Vmware Datacenter Hypervisor Manager 
- identity String
- inventoryPath String
- modTime String
- moid String
- name String
- networkCount Double
- objectType String
- owners List<String>
- parent
GetVirtualization Vmware Datacenter Parent 
- parentFolder GetVirtualization Vmware Datacenter Parent Folder 
- permissionResources List<GetVirtualization Vmware Datacenter Permission Resource> 
- registeredDevice GetVirtualization Vmware Datacenter Registered Device 
- String
- standardNetwork DoubleCount 
- 
List<GetVirtualization Vmware Datacenter Tag> 
- uuid String
- versionContext GetVirtualization Vmware Datacenter Version Context 
- vmCount Double
- vmTemplate DoubleCount 
- id string
- results
GetVirtualization Vmware Datacenter Result[] 
- accountMoid string
- additionalProperties string
- ancestors
GetVirtualization Vmware Datacenter Ancestor[] 
- classId string
- clusterCount number
- createTime string
- datastoreCount number
- distributedNetwork numberCount 
- distributedVirtual numberSwitch Count 
- domainGroup stringMoid 
- hostCount number
- hypervisorManager GetVirtualization Vmware Datacenter Hypervisor Manager 
- identity string
- inventoryPath string
- modTime string
- moid string
- name string
- networkCount number
- objectType string
- owners string[]
- parent
GetVirtualization Vmware Datacenter Parent 
- parentFolder GetVirtualization Vmware Datacenter Parent Folder 
- permissionResources GetVirtualization Vmware Datacenter Permission Resource[] 
- registeredDevice GetVirtualization Vmware Datacenter Registered Device 
- string
- standardNetwork numberCount 
- 
GetVirtualization Vmware Datacenter Tag[] 
- uuid string
- versionContext GetVirtualization Vmware Datacenter Version Context 
- vmCount number
- vmTemplate numberCount 
- id str
- results
Sequence[GetVirtualization Vmware Datacenter Result] 
- account_moid str
- additional_properties str
- ancestors
Sequence[GetVirtualization Vmware Datacenter Ancestor] 
- class_id str
- cluster_count float
- create_time str
- datastore_count float
- distributed_network_ floatcount 
- distributed_virtual_ floatswitch_ count 
- domain_group_ strmoid 
- host_count float
- hypervisor_manager GetVirtualization Vmware Datacenter Hypervisor Manager 
- identity str
- inventory_path str
- mod_time str
- moid str
- name str
- network_count float
- object_type str
- owners Sequence[str]
- parent
GetVirtualization Vmware Datacenter Parent 
- parent_folder GetVirtualization Vmware Datacenter Parent Folder 
- permission_resources Sequence[GetVirtualization Vmware Datacenter Permission Resource] 
- registered_device GetVirtualization Vmware Datacenter Registered Device 
- str
- standard_network_ floatcount 
- 
Sequence[GetVirtualization Vmware Datacenter Tag] 
- uuid str
- version_context GetVirtualization Vmware Datacenter Version Context 
- vm_count float
- vm_template_ floatcount 
- id String
- results List<Property Map>
- accountMoid String
- additionalProperties String
- ancestors List<Property Map>
- classId String
- clusterCount Number
- createTime String
- datastoreCount Number
- distributedNetwork NumberCount 
- distributedVirtual NumberSwitch Count 
- domainGroup StringMoid 
- hostCount Number
- hypervisorManager Property Map
- identity String
- inventoryPath String
- modTime String
- moid String
- name String
- networkCount Number
- objectType String
- owners List<String>
- parent Property Map
- parentFolder Property Map
- permissionResources List<Property Map>
- registeredDevice Property Map
- String
- standardNetwork NumberCount 
- List<Property Map>
- uuid String
- versionContext Property Map
- vmCount Number
- vmTemplate NumberCount 
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.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
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.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
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.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
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.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
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.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
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.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
GetVirtualizationVmwareDatacenterResult    
- AccountMoid string
- The Account ID for this managed object.
- AdditionalProperties string
- Ancestors
List<GetVirtualization Vmware Datacenter Result Ancestor> 
- 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.
- DistributedNetwork doubleCount 
- Count of all distributed networks associated with this datacenter (DC).
- DistributedVirtual doubleSwitch Count 
- Count of all distributed virtual switches associated with this datacenter (DC).
- DomainGroup stringMoid 
- The DomainGroup ID for this managed object.
- HostCount double
- Count of all hosts associated with this DC.
- HypervisorManagers List<GetVirtualization Vmware Datacenter Result Hypervisor Manager> 
- 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>
- ParentFolders List<GetVirtualization Vmware Datacenter Result Parent Folder> 
- Parents
List<GetVirtualization Vmware Datacenter Result Parent> 
- PermissionResources List<GetVirtualization Vmware Datacenter Result Permission Resource> 
- RegisteredDevices List<GetVirtualization Vmware Datacenter Result Registered Device> 
- string
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- StandardNetwork doubleCount 
- Count of all standard networks associated with this datacenter (DC).
- 
List<GetVirtualization Vmware Datacenter Result Tag> 
- Uuid string
- The uuid of this placement. The uuid is internally generated and not user specified.
- VersionContexts List<GetVirtualization Vmware Datacenter Result Version Context> 
- VmCount double
- Count of all virtual machines (VMs) associated with this DC.
- VmTemplate doubleCount 
- Count of all virtual machines templates associated with this DC.
- AccountMoid string
- The Account ID for this managed object.
- AdditionalProperties string
- Ancestors
[]GetVirtualization Vmware Datacenter Result Ancestor 
- 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.
- DistributedNetwork float64Count 
- Count of all distributed networks associated with this datacenter (DC).
- DistributedVirtual float64Switch Count 
- Count of all distributed virtual switches associated with this datacenter (DC).
- DomainGroup stringMoid 
- The DomainGroup ID for this managed object.
- HostCount float64
- Count of all hosts associated with this DC.
- HypervisorManagers []GetVirtualization Vmware Datacenter Result Hypervisor Manager 
- 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
- ParentFolders []GetVirtualization Vmware Datacenter Result Parent Folder 
- Parents
[]GetVirtualization Vmware Datacenter Result Parent 
- PermissionResources []GetVirtualization Vmware Datacenter Result Permission Resource 
- RegisteredDevices []GetVirtualization Vmware Datacenter Result Registered Device 
- string
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- StandardNetwork float64Count 
- Count of all standard networks associated with this datacenter (DC).
- 
[]GetVirtualization Vmware Datacenter Result Tag 
- Uuid string
- The uuid of this placement. The uuid is internally generated and not user specified.
- VersionContexts []GetVirtualization Vmware Datacenter Result Version Context 
- VmCount float64
- Count of all virtual machines (VMs) associated with this DC.
- VmTemplate float64Count 
- Count of all virtual machines templates associated with this DC.
- accountMoid String
- The Account ID for this managed object.
- additionalProperties String
- ancestors
List<GetVirtualization Vmware Datacenter Result Ancestor> 
- 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.
- distributedNetwork DoubleCount 
- Count of all distributed networks associated with this datacenter (DC).
- distributedVirtual DoubleSwitch Count 
- Count of all distributed virtual switches associated with this datacenter (DC).
- domainGroup StringMoid 
- The DomainGroup ID for this managed object.
- hostCount Double
- Count of all hosts associated with this DC.
- hypervisorManagers List<GetVirtualization Vmware Datacenter Result Hypervisor Manager> 
- 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>
- parentFolders List<GetVirtualization Vmware Datacenter Result Parent Folder> 
- parents
List<GetVirtualization Vmware Datacenter Result Parent> 
- permissionResources List<GetVirtualization Vmware Datacenter Result Permission Resource> 
- registeredDevices List<GetVirtualization Vmware Datacenter Result Registered Device> 
- String
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- standardNetwork DoubleCount 
- Count of all standard networks associated with this datacenter (DC).
- 
List<GetVirtualization Vmware Datacenter Result Tag> 
- uuid String
- The uuid of this placement. The uuid is internally generated and not user specified.
- versionContexts List<GetVirtualization Vmware Datacenter Result Version Context> 
- vmCount Double
- Count of all virtual machines (VMs) associated with this DC.
- vmTemplate DoubleCount 
- Count of all virtual machines templates associated with this DC.
- accountMoid string
- The Account ID for this managed object.
- additionalProperties string
- ancestors
GetVirtualization Vmware Datacenter Result Ancestor[] 
- 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.
- distributedNetwork numberCount 
- Count of all distributed networks associated with this datacenter (DC).
- distributedVirtual numberSwitch Count 
- Count of all distributed virtual switches associated with this datacenter (DC).
- domainGroup stringMoid 
- The DomainGroup ID for this managed object.
- hostCount number
- Count of all hosts associated with this DC.
- hypervisorManagers GetVirtualization Vmware Datacenter Result Hypervisor Manager[] 
- 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[]
- parentFolders GetVirtualization Vmware Datacenter Result Parent Folder[] 
- parents
GetVirtualization Vmware Datacenter Result Parent[] 
- permissionResources GetVirtualization Vmware Datacenter Result Permission Resource[] 
- registeredDevices GetVirtualization Vmware Datacenter Result Registered Device[] 
- string
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- standardNetwork numberCount 
- Count of all standard networks associated with this datacenter (DC).
- 
GetVirtualization Vmware Datacenter Result Tag[] 
- uuid string
- The uuid of this placement. The uuid is internally generated and not user specified.
- versionContexts GetVirtualization Vmware Datacenter Result Version Context[] 
- vmCount number
- Count of all virtual machines (VMs) associated with this DC.
- vmTemplate numberCount 
- 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[GetVirtualization Vmware Datacenter Result Ancestor] 
- 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_ floatcount 
- Count of all distributed networks associated with this datacenter (DC).
- distributed_virtual_ floatswitch_ count 
- Count of all distributed virtual switches associated with this datacenter (DC).
- domain_group_ strmoid 
- The DomainGroup ID for this managed object.
- host_count float
- Count of all hosts associated with this DC.
- hypervisor_managers Sequence[GetVirtualization Vmware Datacenter Result Hypervisor Manager] 
- 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_folders Sequence[GetVirtualization Vmware Datacenter Result Parent Folder] 
- parents
Sequence[GetVirtualization Vmware Datacenter Result Parent] 
- permission_resources Sequence[GetVirtualization Vmware Datacenter Result Permission Resource] 
- registered_devices Sequence[GetVirtualization Vmware Datacenter Result Registered Device] 
- str
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- standard_network_ floatcount 
- Count of all standard networks associated with this datacenter (DC).
- 
Sequence[GetVirtualization Vmware Datacenter Result Tag] 
- uuid str
- The uuid of this placement. The uuid is internally generated and not user specified.
- version_contexts Sequence[GetVirtualization Vmware Datacenter Result Version Context] 
- vm_count float
- Count of all virtual machines (VMs) associated with this DC.
- vm_template_ floatcount 
- 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.
- distributedNetwork NumberCount 
- Count of all distributed networks associated with this datacenter (DC).
- distributedVirtual NumberSwitch Count 
- Count of all distributed virtual switches associated with this datacenter (DC).
- domainGroup StringMoid 
- The DomainGroup ID for this managed object.
- hostCount Number
- Count of all hosts associated with this DC.
- hypervisorManagers List<Property Map>
- 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>
- parentFolders List<Property Map>
- parents List<Property Map>
- permissionResources List<Property Map>
- registeredDevices List<Property Map>
- String
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- standardNetwork NumberCount 
- Count of all standard networks associated with this datacenter (DC).
- List<Property Map>
- uuid String
- The uuid of this placement. The uuid is internally generated and not user specified.
- versionContexts List<Property Map>
- vmCount Number
- Count of all virtual machines (VMs) associated with this DC.
- vmTemplate NumberCount 
- Count of all virtual machines templates associated with this DC.
GetVirtualizationVmwareDatacenterResultAncestor     
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetVirtualizationVmwareDatacenterResultHypervisorManager      
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetVirtualizationVmwareDatacenterResultParent     
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetVirtualizationVmwareDatacenterResultParentFolder      
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetVirtualizationVmwareDatacenterResultPermissionResource      
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetVirtualizationVmwareDatacenterResultRegisteredDevice      
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetVirtualizationVmwareDatacenterResultTag     
- AdditionalProperties string
- Key string
- Value string
- AdditionalProperties string
- Key string
- Value string
- additionalProperties String
- key String
- value String
- additionalProperties string
- key string
- value string
- additional_properties str
- key str
- value str
- additionalProperties String
- key String
- value String
GetVirtualizationVmwareDatacenterResultVersionContext      
- additionalProperties String
- classId String
- interestedMos List<Property Map>
- markedFor BooleanDeletion 
- nrVersion String
- objectType String
- refMos List<Property Map>
- timestamp String
- versionType String
GetVirtualizationVmwareDatacenterResultVersionContextInterestedMo        
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetVirtualizationVmwareDatacenterResultVersionContextRefMo        
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
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<GetVirtualization Vmware Datacenter Version Context Interested Mo> 
- MarkedFor boolDeletion 
- The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- NrVersion string
- The version of the Managed Object, e.g. an incrementing number or a hash id.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- RefMo GetVirtualization Vmware Datacenter Version Context Ref Mo 
- A reference to the original Managed Object.
- Timestamp string
- The time this versioned Managed Object was created.
- VersionType string
- Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.- Modified- Version created every time an object is modified.
- Configured- Version created every time an object is configured to the service profile.
- Deployed- Version created for objects related to a service profile when it is deployed.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- InterestedMos []GetVirtualization Vmware Datacenter Version Context Interested Mo 
- MarkedFor boolDeletion 
- The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- NrVersion string
- The version of the Managed Object, e.g. an incrementing number or a hash id.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- RefMo GetVirtualization Vmware Datacenter Version Context Ref Mo 
- A reference to the original Managed Object.
- Timestamp string
- The time this versioned Managed Object was created.
- VersionType string
- Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.- Modified- Version created every time an object is modified.
- Configured- Version created every time an object is configured to the service profile.
- Deployed- Version created for objects related to a service profile when it is deployed.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- interestedMos List<GetVirtualization Vmware Datacenter Version Context Interested Mo> 
- markedFor BooleanDeletion 
- The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nrVersion String
- The version of the Managed Object, e.g. an incrementing number or a hash id.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- refMo GetVirtualization Vmware Datacenter Version Context Ref Mo 
- A reference to the original Managed Object.
- timestamp String
- The time this versioned Managed Object was created.
- versionType String
- Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.- Modified- Version created every time an object is modified.
- Configured- Version created every time an object is configured to the service profile.
- Deployed- Version created for objects related to a service profile when it is deployed.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- interestedMos GetVirtualization Vmware Datacenter Version Context Interested Mo[] 
- markedFor booleanDeletion 
- The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nrVersion string
- The version of the Managed Object, e.g. an incrementing number or a hash id.
- objectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- refMo GetVirtualization Vmware Datacenter Version Context Ref Mo 
- A reference to the original Managed Object.
- timestamp string
- The time this versioned Managed Object was created.
- versionType string
- Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.- Modified- Version created every time an object is modified.
- Configured- Version created every time an object is configured to the service profile.
- Deployed- Version created for objects related to a service profile when it is deployed.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- interested_mos Sequence[GetVirtualization Vmware Datacenter Version Context Interested Mo] 
- marked_for_ booldeletion 
- The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nr_version str
- The version of the Managed Object, e.g. an incrementing number or a hash id.
- object_type str
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- ref_mo GetVirtualization Vmware Datacenter Version Context Ref Mo 
- A reference to the original Managed Object.
- timestamp str
- The time this versioned Managed Object was created.
- version_type str
- Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.- Modified- Version created every time an object is modified.
- Configured- Version created every time an object is configured to the service profile.
- Deployed- Version created for objects related to a service profile when it is deployed.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- interestedMos List<Property Map>
- markedFor BooleanDeletion 
- The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nrVersion String
- The version of the Managed Object, e.g. an incrementing number or a hash id.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- refMo Property Map
- A reference to the original Managed Object.
- timestamp String
- The time this versioned Managed Object was created.
- versionType String
- Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.- Modified- Version created every time an object is modified.
- Configured- Version created every time an object is configured to the service profile.
- Deployed- Version created for objects related to a service profile when it is deployed.
 
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.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
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.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
Package Details
- Repository
- intersight ciscodevnet/terraform-provider-intersight
- License
- Notes
- This Pulumi package is based on the intersightTerraform Provider.
intersight 1.0.65 published on Wednesday, May 7, 2025 by ciscodevnet