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

intersight.getVirtualizationVmwareDatacenter

Explore with Pulumi AI

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

    The following arguments are supported:

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

    getVirtualizationVmwareDatacenter Result

    The following output properties are available:

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

    Supporting Types

    GetVirtualizationVmwareDatacenterAncestor

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

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

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

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

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

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

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

    GetVirtualizationVmwareDatacenterHypervisorManager

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

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

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

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

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

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

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

    GetVirtualizationVmwareDatacenterParent

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

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

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

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

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

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

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

    GetVirtualizationVmwareDatacenterParentFolder

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

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

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

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

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

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

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

    GetVirtualizationVmwareDatacenterPermissionResource

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

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

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

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

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

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

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

    GetVirtualizationVmwareDatacenterRegisteredDevice

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

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

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

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

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

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

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

    GetVirtualizationVmwareDatacenterResult

    AccountMoid string
    The Account ID for this managed object.
    AdditionalProperties string
    Ancestors List<GetVirtualizationVmwareDatacenterResultAncestor>
    ClassId string
    ClusterCount double
    Count of all clusters associated with this DC.
    CreateTime string
    The time when this managed object was created.
    DatastoreCount double
    Count of all datastores associated with this DC.
    DistributedNetworkCount double
    Count of all distributed networks associated with this datacenter (DC).
    DistributedVirtualSwitchCount double
    Count of all distributed virtual switches associated with this datacenter (DC).
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    HostCount double
    Count of all hosts associated with this DC.
    HypervisorManagers List<GetVirtualizationVmwareDatacenterResultHypervisorManager>
    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<GetVirtualizationVmwareDatacenterResultParentFolder>
    Parents List<GetVirtualizationVmwareDatacenterResultParent>
    PermissionResources List<GetVirtualizationVmwareDatacenterResultPermissionResource>
    RegisteredDevices List<GetVirtualizationVmwareDatacenterResultRegisteredDevice>
    SharedScope string
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    StandardNetworkCount double
    Count of all standard networks associated with this datacenter (DC).
    Tags List<GetVirtualizationVmwareDatacenterResultTag>
    Uuid string
    The uuid of this placement. The uuid is internally generated and not user specified.
    VersionContexts List<GetVirtualizationVmwareDatacenterResultVersionContext>
    VmCount double
    Count of all virtual machines (VMs) associated with this DC.
    VmTemplateCount double
    Count of all virtual machines templates associated with this DC.
    AccountMoid string
    The Account ID for this managed object.
    AdditionalProperties string
    Ancestors []GetVirtualizationVmwareDatacenterResultAncestor
    ClassId string
    ClusterCount float64
    Count of all clusters associated with this DC.
    CreateTime string
    The time when this managed object was created.
    DatastoreCount float64
    Count of all datastores associated with this DC.
    DistributedNetworkCount float64
    Count of all distributed networks associated with this datacenter (DC).
    DistributedVirtualSwitchCount float64
    Count of all distributed virtual switches associated with this datacenter (DC).
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    HostCount float64
    Count of all hosts associated with this DC.
    HypervisorManagers []GetVirtualizationVmwareDatacenterResultHypervisorManager
    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 []GetVirtualizationVmwareDatacenterResultParentFolder
    Parents []GetVirtualizationVmwareDatacenterResultParent
    PermissionResources []GetVirtualizationVmwareDatacenterResultPermissionResource
    RegisteredDevices []GetVirtualizationVmwareDatacenterResultRegisteredDevice
    SharedScope string
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    StandardNetworkCount float64
    Count of all standard networks associated with this datacenter (DC).
    Tags []GetVirtualizationVmwareDatacenterResultTag
    Uuid string
    The uuid of this placement. The uuid is internally generated and not user specified.
    VersionContexts []GetVirtualizationVmwareDatacenterResultVersionContext
    VmCount float64
    Count of all virtual machines (VMs) associated with this DC.
    VmTemplateCount float64
    Count of all virtual machines templates associated with this DC.
    accountMoid String
    The Account ID for this managed object.
    additionalProperties String
    ancestors List<GetVirtualizationVmwareDatacenterResultAncestor>
    classId String
    clusterCount Double
    Count of all clusters associated with this DC.
    createTime String
    The time when this managed object was created.
    datastoreCount Double
    Count of all datastores associated with this DC.
    distributedNetworkCount Double
    Count of all distributed networks associated with this datacenter (DC).
    distributedVirtualSwitchCount Double
    Count of all distributed virtual switches associated with this datacenter (DC).
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    hostCount Double
    Count of all hosts associated with this DC.
    hypervisorManagers List<GetVirtualizationVmwareDatacenterResultHypervisorManager>
    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<GetVirtualizationVmwareDatacenterResultParentFolder>
    parents List<GetVirtualizationVmwareDatacenterResultParent>
    permissionResources List<GetVirtualizationVmwareDatacenterResultPermissionResource>
    registeredDevices List<GetVirtualizationVmwareDatacenterResultRegisteredDevice>
    sharedScope String
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    standardNetworkCount Double
    Count of all standard networks associated with this datacenter (DC).
    tags List<GetVirtualizationVmwareDatacenterResultTag>
    uuid String
    The uuid of this placement. The uuid is internally generated and not user specified.
    versionContexts List<GetVirtualizationVmwareDatacenterResultVersionContext>
    vmCount Double
    Count of all virtual machines (VMs) associated with this DC.
    vmTemplateCount Double
    Count of all virtual machines templates associated with this DC.
    accountMoid string
    The Account ID for this managed object.
    additionalProperties string
    ancestors GetVirtualizationVmwareDatacenterResultAncestor[]
    classId string
    clusterCount number
    Count of all clusters associated with this DC.
    createTime string
    The time when this managed object was created.
    datastoreCount number
    Count of all datastores associated with this DC.
    distributedNetworkCount number
    Count of all distributed networks associated with this datacenter (DC).
    distributedVirtualSwitchCount number
    Count of all distributed virtual switches associated with this datacenter (DC).
    domainGroupMoid string
    The DomainGroup ID for this managed object.
    hostCount number
    Count of all hosts associated with this DC.
    hypervisorManagers GetVirtualizationVmwareDatacenterResultHypervisorManager[]
    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 GetVirtualizationVmwareDatacenterResultParentFolder[]
    parents GetVirtualizationVmwareDatacenterResultParent[]
    permissionResources GetVirtualizationVmwareDatacenterResultPermissionResource[]
    registeredDevices GetVirtualizationVmwareDatacenterResultRegisteredDevice[]
    sharedScope string
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    standardNetworkCount number
    Count of all standard networks associated with this datacenter (DC).
    tags GetVirtualizationVmwareDatacenterResultTag[]
    uuid string
    The uuid of this placement. The uuid is internally generated and not user specified.
    versionContexts GetVirtualizationVmwareDatacenterResultVersionContext[]
    vmCount number
    Count of all virtual machines (VMs) associated with this DC.
    vmTemplateCount number
    Count of all virtual machines templates associated with this DC.
    account_moid str
    The Account ID for this managed object.
    additional_properties str
    ancestors Sequence[GetVirtualizationVmwareDatacenterResultAncestor]
    class_id str
    cluster_count float
    Count of all clusters associated with this DC.
    create_time str
    The time when this managed object was created.
    datastore_count float
    Count of all datastores associated with this DC.
    distributed_network_count float
    Count of all distributed networks associated with this datacenter (DC).
    distributed_virtual_switch_count float
    Count of all distributed virtual switches associated with this datacenter (DC).
    domain_group_moid str
    The DomainGroup ID for this managed object.
    host_count float
    Count of all hosts associated with this DC.
    hypervisor_managers Sequence[GetVirtualizationVmwareDatacenterResultHypervisorManager]
    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[GetVirtualizationVmwareDatacenterResultParentFolder]
    parents Sequence[GetVirtualizationVmwareDatacenterResultParent]
    permission_resources Sequence[GetVirtualizationVmwareDatacenterResultPermissionResource]
    registered_devices Sequence[GetVirtualizationVmwareDatacenterResultRegisteredDevice]
    shared_scope str
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    standard_network_count float
    Count of all standard networks associated with this datacenter (DC).
    tags Sequence[GetVirtualizationVmwareDatacenterResultTag]
    uuid str
    The uuid of this placement. The uuid is internally generated and not user specified.
    version_contexts Sequence[GetVirtualizationVmwareDatacenterResultVersionContext]
    vm_count float
    Count of all virtual machines (VMs) associated with this DC.
    vm_template_count float
    Count of all virtual machines templates associated with this DC.
    accountMoid String
    The Account ID for this managed object.
    additionalProperties String
    ancestors List<Property Map>
    classId String
    clusterCount Number
    Count of all clusters associated with this DC.
    createTime String
    The time when this managed object was created.
    datastoreCount Number
    Count of all datastores associated with this DC.
    distributedNetworkCount Number
    Count of all distributed networks associated with this datacenter (DC).
    distributedVirtualSwitchCount Number
    Count of all distributed virtual switches associated with this datacenter (DC).
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    hostCount Number
    Count of all hosts associated with this DC.
    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>
    sharedScope String
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    standardNetworkCount Number
    Count of all standard networks associated with this datacenter (DC).
    tags List<Property Map>
    uuid String
    The uuid of this placement. The uuid is internally generated and not user specified.
    versionContexts List<Property Map>
    vmCount Number
    Count of all virtual machines (VMs) associated with this DC.
    vmTemplateCount Number
    Count of all virtual machines templates associated with this DC.

    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
    additionalProperties String
    key String
    value String

    GetVirtualizationVmwareDatacenterResultVersionContext

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

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

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

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

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

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

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

    GetVirtualizationVmwareDatacenterVersionContextInterestedMo

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

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

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

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

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

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

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

    GetVirtualizationVmwareDatacenterVersionContextRefMo

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

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

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

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

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

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

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

    Package Details

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