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

intersight.getVirtualizationVmwareCluster

Explore with Pulumi AI

intersight logo
intersight 1.0.64 published on Wednesday, Apr 30, 2025 by ciscodevnet

    A real cluster of resources within a data center in VMware. A cluster is a convenient grouping of resources such as Host, Datastore, etc.

    Using getVirtualizationVmwareCluster

    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 getVirtualizationVmwareCluster(args: GetVirtualizationVmwareClusterArgs, opts?: InvokeOptions): Promise<GetVirtualizationVmwareClusterResult>
    function getVirtualizationVmwareClusterOutput(args: GetVirtualizationVmwareClusterOutputArgs, opts?: InvokeOptions): Output<GetVirtualizationVmwareClusterResult>
    def get_virtualization_vmware_cluster(account_moid: Optional[str] = None,
                                          additional_properties: Optional[str] = None,
                                          alarm_summary: Optional[GetVirtualizationVmwareClusterAlarmSummary] = None,
                                          ancestors: Optional[Sequence[GetVirtualizationVmwareClusterAncestor]] = None,
                                          class_id: Optional[str] = None,
                                          cpu_over_commitment: Optional[float] = None,
                                          create_time: Optional[str] = None,
                                          datacenter: Optional[GetVirtualizationVmwareClusterDatacenter] = None,
                                          datastore_count: Optional[float] = None,
                                          domain_group_moid: Optional[str] = None,
                                          hypervisor_type: Optional[str] = None,
                                          hypervisor_version: Optional[str] = None,
                                          id: Optional[str] = None,
                                          identity: Optional[str] = None,
                                          inventory_path: Optional[str] = None,
                                          memory_capacity: Optional[GetVirtualizationVmwareClusterMemoryCapacity] = None,
                                          mod_time: Optional[str] = None,
                                          moid: Optional[str] = None,
                                          name: Optional[str] = None,
                                          object_type: Optional[str] = None,
                                          owners: Optional[Sequence[str]] = None,
                                          parent: Optional[GetVirtualizationVmwareClusterParent] = None,
                                          permission_resources: Optional[Sequence[GetVirtualizationVmwareClusterPermissionResource]] = None,
                                          proactive_ha_enabled: Optional[bool] = None,
                                          processor_capacity: Optional[GetVirtualizationVmwareClusterProcessorCapacity] = None,
                                          registered_device: Optional[GetVirtualizationVmwareClusterRegisteredDevice] = None,
                                          shared_scope: Optional[str] = None,
                                          status: Optional[str] = None,
                                          storage_clusters: Optional[Sequence[GetVirtualizationVmwareClusterStorageCluster]] = None,
                                          tags: Optional[Sequence[GetVirtualizationVmwareClusterTag]] = None,
                                          total_cores: Optional[float] = None,
                                          version_context: Optional[GetVirtualizationVmwareClusterVersionContext] = None,
                                          opts: Optional[InvokeOptions] = None) -> GetVirtualizationVmwareClusterResult
    def get_virtualization_vmware_cluster_output(account_moid: Optional[pulumi.Input[str]] = None,
                                          additional_properties: Optional[pulumi.Input[str]] = None,
                                          alarm_summary: Optional[pulumi.Input[GetVirtualizationVmwareClusterAlarmSummaryArgs]] = None,
                                          ancestors: Optional[pulumi.Input[Sequence[pulumi.Input[GetVirtualizationVmwareClusterAncestorArgs]]]] = None,
                                          class_id: Optional[pulumi.Input[str]] = None,
                                          cpu_over_commitment: Optional[pulumi.Input[float]] = None,
                                          create_time: Optional[pulumi.Input[str]] = None,
                                          datacenter: Optional[pulumi.Input[GetVirtualizationVmwareClusterDatacenterArgs]] = None,
                                          datastore_count: Optional[pulumi.Input[float]] = None,
                                          domain_group_moid: Optional[pulumi.Input[str]] = None,
                                          hypervisor_type: Optional[pulumi.Input[str]] = None,
                                          hypervisor_version: Optional[pulumi.Input[str]] = None,
                                          id: Optional[pulumi.Input[str]] = None,
                                          identity: Optional[pulumi.Input[str]] = None,
                                          inventory_path: Optional[pulumi.Input[str]] = None,
                                          memory_capacity: Optional[pulumi.Input[GetVirtualizationVmwareClusterMemoryCapacityArgs]] = None,
                                          mod_time: Optional[pulumi.Input[str]] = None,
                                          moid: Optional[pulumi.Input[str]] = None,
                                          name: Optional[pulumi.Input[str]] = None,
                                          object_type: Optional[pulumi.Input[str]] = None,
                                          owners: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
                                          parent: Optional[pulumi.Input[GetVirtualizationVmwareClusterParentArgs]] = None,
                                          permission_resources: Optional[pulumi.Input[Sequence[pulumi.Input[GetVirtualizationVmwareClusterPermissionResourceArgs]]]] = None,
                                          proactive_ha_enabled: Optional[pulumi.Input[bool]] = None,
                                          processor_capacity: Optional[pulumi.Input[GetVirtualizationVmwareClusterProcessorCapacityArgs]] = None,
                                          registered_device: Optional[pulumi.Input[GetVirtualizationVmwareClusterRegisteredDeviceArgs]] = None,
                                          shared_scope: Optional[pulumi.Input[str]] = None,
                                          status: Optional[pulumi.Input[str]] = None,
                                          storage_clusters: Optional[pulumi.Input[Sequence[pulumi.Input[GetVirtualizationVmwareClusterStorageClusterArgs]]]] = None,
                                          tags: Optional[pulumi.Input[Sequence[pulumi.Input[GetVirtualizationVmwareClusterTagArgs]]]] = None,
                                          total_cores: Optional[pulumi.Input[float]] = None,
                                          version_context: Optional[pulumi.Input[GetVirtualizationVmwareClusterVersionContextArgs]] = None,
                                          opts: Optional[InvokeOptions] = None) -> Output[GetVirtualizationVmwareClusterResult]
    func LookupVirtualizationVmwareCluster(ctx *Context, args *LookupVirtualizationVmwareClusterArgs, opts ...InvokeOption) (*LookupVirtualizationVmwareClusterResult, error)
    func LookupVirtualizationVmwareClusterOutput(ctx *Context, args *LookupVirtualizationVmwareClusterOutputArgs, opts ...InvokeOption) LookupVirtualizationVmwareClusterResultOutput

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

    public static class GetVirtualizationVmwareCluster 
    {
        public static Task<GetVirtualizationVmwareClusterResult> InvokeAsync(GetVirtualizationVmwareClusterArgs args, InvokeOptions? opts = null)
        public static Output<GetVirtualizationVmwareClusterResult> Invoke(GetVirtualizationVmwareClusterInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetVirtualizationVmwareClusterResult> getVirtualizationVmwareCluster(GetVirtualizationVmwareClusterArgs args, InvokeOptions options)
    public static Output<GetVirtualizationVmwareClusterResult> getVirtualizationVmwareCluster(GetVirtualizationVmwareClusterArgs args, InvokeOptions options)
    
    fn::invoke:
      function: intersight:index/getVirtualizationVmwareCluster:getVirtualizationVmwareCluster
      arguments:
        # arguments dictionary

    The following arguments are supported:

    AccountMoid string
    The Account ID for this managed object.
    AdditionalProperties string
    AlarmSummary GetVirtualizationVmwareClusterAlarmSummary
    Ancestors List<GetVirtualizationVmwareClusterAncestor>
    ClassId string
    CpuOverCommitment double
    CPU over commitment associated with this cluster.
    CreateTime string
    The time when this managed object was created.
    Datacenter GetVirtualizationVmwareClusterDatacenter
    DatastoreCount double
    Count of all datastores associated with this cluster.
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    HypervisorType string
    Identifies the broad type of the underlying hypervisor.* ESXi - The hypervisor running on the HyperFlex cluster is a Vmware ESXi hypervisor of any version.* Hyper-V - The hypervisor running on the HyperFlex cluster is Microsoft Hyper-V.* Unknown - The hypervisor running on the HyperFlex cluster is not known.
    HypervisorVersion string
    Identifies the version of the hypervisor running on this cluster. Keeping the hypervisor version in the cluster makes it convenient for applications to validate their deployment needs. Defaults to an empty string.
    Id string
    Identity string
    The internally generated identity of this cluster. This entity is not manipulated by users.
    InventoryPath string
    Inventory path of the cluster.
    MemoryCapacity GetVirtualizationVmwareClusterMemoryCapacity
    ModTime string
    The time when this managed object was last modified.
    Moid string
    The unique identifier of this Managed Object instance.
    Name string
    The user-provided name for this cluster to facilitate identification.
    ObjectType string
    Owners List<string>
    Parent GetVirtualizationVmwareClusterParent
    PermissionResources List<GetVirtualizationVmwareClusterPermissionResource>
    ProactiveHaEnabled bool
    Every cluster has an option to enable proactive HA in vCenter. Set to true when the vCenter admin has enabled proactive HA for the cluster.
    ProcessorCapacity GetVirtualizationVmwareClusterProcessorCapacity
    RegisteredDevice GetVirtualizationVmwareClusterRegisteredDevice
    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.
    Status string
    Cluster health status as reported by the hypervisor platform.* Unknown - Entity status is unknown.* Degraded - State is degraded, and might impact normal operation of the entity.* Critical - Entity is in a critical state, impacting operations.* Ok - Entity status is in a stable state, operating normally.
    StorageClusters List<GetVirtualizationVmwareClusterStorageCluster>
    Tags List<GetVirtualizationVmwareClusterTag>
    TotalCores double
    Total number of CPU cores in this cluster. It is a cumulative number across all hosts in the cluster.
    VersionContext GetVirtualizationVmwareClusterVersionContext
    AccountMoid string
    The Account ID for this managed object.
    AdditionalProperties string
    AlarmSummary GetVirtualizationVmwareClusterAlarmSummary
    Ancestors []GetVirtualizationVmwareClusterAncestor
    ClassId string
    CpuOverCommitment float64
    CPU over commitment associated with this cluster.
    CreateTime string
    The time when this managed object was created.
    Datacenter GetVirtualizationVmwareClusterDatacenter
    DatastoreCount float64
    Count of all datastores associated with this cluster.
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    HypervisorType string
    Identifies the broad type of the underlying hypervisor.* ESXi - The hypervisor running on the HyperFlex cluster is a Vmware ESXi hypervisor of any version.* Hyper-V - The hypervisor running on the HyperFlex cluster is Microsoft Hyper-V.* Unknown - The hypervisor running on the HyperFlex cluster is not known.
    HypervisorVersion string
    Identifies the version of the hypervisor running on this cluster. Keeping the hypervisor version in the cluster makes it convenient for applications to validate their deployment needs. Defaults to an empty string.
    Id string
    Identity string
    The internally generated identity of this cluster. This entity is not manipulated by users.
    InventoryPath string
    Inventory path of the cluster.
    MemoryCapacity GetVirtualizationVmwareClusterMemoryCapacity
    ModTime string
    The time when this managed object was last modified.
    Moid string
    The unique identifier of this Managed Object instance.
    Name string
    The user-provided name for this cluster to facilitate identification.
    ObjectType string
    Owners []string
    Parent GetVirtualizationVmwareClusterParent
    PermissionResources []GetVirtualizationVmwareClusterPermissionResource
    ProactiveHaEnabled bool
    Every cluster has an option to enable proactive HA in vCenter. Set to true when the vCenter admin has enabled proactive HA for the cluster.
    ProcessorCapacity GetVirtualizationVmwareClusterProcessorCapacity
    RegisteredDevice GetVirtualizationVmwareClusterRegisteredDevice
    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.
    Status string
    Cluster health status as reported by the hypervisor platform.* Unknown - Entity status is unknown.* Degraded - State is degraded, and might impact normal operation of the entity.* Critical - Entity is in a critical state, impacting operations.* Ok - Entity status is in a stable state, operating normally.
    StorageClusters []GetVirtualizationVmwareClusterStorageCluster
    Tags []GetVirtualizationVmwareClusterTag
    TotalCores float64
    Total number of CPU cores in this cluster. It is a cumulative number across all hosts in the cluster.
    VersionContext GetVirtualizationVmwareClusterVersionContext
    accountMoid String
    The Account ID for this managed object.
    additionalProperties String
    alarmSummary GetVirtualizationVmwareClusterAlarmSummary
    ancestors List<GetVirtualizationVmwareClusterAncestor>
    classId String
    cpuOverCommitment Double
    CPU over commitment associated with this cluster.
    createTime String
    The time when this managed object was created.
    datacenter GetVirtualizationVmwareClusterDatacenter
    datastoreCount Double
    Count of all datastores associated with this cluster.
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    hypervisorType String
    Identifies the broad type of the underlying hypervisor.* ESXi - The hypervisor running on the HyperFlex cluster is a Vmware ESXi hypervisor of any version.* Hyper-V - The hypervisor running on the HyperFlex cluster is Microsoft Hyper-V.* Unknown - The hypervisor running on the HyperFlex cluster is not known.
    hypervisorVersion String
    Identifies the version of the hypervisor running on this cluster. Keeping the hypervisor version in the cluster makes it convenient for applications to validate their deployment needs. Defaults to an empty string.
    id String
    identity String
    The internally generated identity of this cluster. This entity is not manipulated by users.
    inventoryPath String
    Inventory path of the cluster.
    memoryCapacity GetVirtualizationVmwareClusterMemoryCapacity
    modTime String
    The time when this managed object was last modified.
    moid String
    The unique identifier of this Managed Object instance.
    name String
    The user-provided name for this cluster to facilitate identification.
    objectType String
    owners List<String>
    parent GetVirtualizationVmwareClusterParent
    permissionResources List<GetVirtualizationVmwareClusterPermissionResource>
    proactiveHaEnabled Boolean
    Every cluster has an option to enable proactive HA in vCenter. Set to true when the vCenter admin has enabled proactive HA for the cluster.
    processorCapacity GetVirtualizationVmwareClusterProcessorCapacity
    registeredDevice GetVirtualizationVmwareClusterRegisteredDevice
    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.
    status String
    Cluster health status as reported by the hypervisor platform.* Unknown - Entity status is unknown.* Degraded - State is degraded, and might impact normal operation of the entity.* Critical - Entity is in a critical state, impacting operations.* Ok - Entity status is in a stable state, operating normally.
    storageClusters List<GetVirtualizationVmwareClusterStorageCluster>
    tags List<GetVirtualizationVmwareClusterTag>
    totalCores Double
    Total number of CPU cores in this cluster. It is a cumulative number across all hosts in the cluster.
    versionContext GetVirtualizationVmwareClusterVersionContext
    accountMoid string
    The Account ID for this managed object.
    additionalProperties string
    alarmSummary GetVirtualizationVmwareClusterAlarmSummary
    ancestors GetVirtualizationVmwareClusterAncestor[]
    classId string
    cpuOverCommitment number
    CPU over commitment associated with this cluster.
    createTime string
    The time when this managed object was created.
    datacenter GetVirtualizationVmwareClusterDatacenter
    datastoreCount number
    Count of all datastores associated with this cluster.
    domainGroupMoid string
    The DomainGroup ID for this managed object.
    hypervisorType string
    Identifies the broad type of the underlying hypervisor.* ESXi - The hypervisor running on the HyperFlex cluster is a Vmware ESXi hypervisor of any version.* Hyper-V - The hypervisor running on the HyperFlex cluster is Microsoft Hyper-V.* Unknown - The hypervisor running on the HyperFlex cluster is not known.
    hypervisorVersion string
    Identifies the version of the hypervisor running on this cluster. Keeping the hypervisor version in the cluster makes it convenient for applications to validate their deployment needs. Defaults to an empty string.
    id string
    identity string
    The internally generated identity of this cluster. This entity is not manipulated by users.
    inventoryPath string
    Inventory path of the cluster.
    memoryCapacity GetVirtualizationVmwareClusterMemoryCapacity
    modTime string
    The time when this managed object was last modified.
    moid string
    The unique identifier of this Managed Object instance.
    name string
    The user-provided name for this cluster to facilitate identification.
    objectType string
    owners string[]
    parent GetVirtualizationVmwareClusterParent
    permissionResources GetVirtualizationVmwareClusterPermissionResource[]
    proactiveHaEnabled boolean
    Every cluster has an option to enable proactive HA in vCenter. Set to true when the vCenter admin has enabled proactive HA for the cluster.
    processorCapacity GetVirtualizationVmwareClusterProcessorCapacity
    registeredDevice GetVirtualizationVmwareClusterRegisteredDevice
    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.
    status string
    Cluster health status as reported by the hypervisor platform.* Unknown - Entity status is unknown.* Degraded - State is degraded, and might impact normal operation of the entity.* Critical - Entity is in a critical state, impacting operations.* Ok - Entity status is in a stable state, operating normally.
    storageClusters GetVirtualizationVmwareClusterStorageCluster[]
    tags GetVirtualizationVmwareClusterTag[]
    totalCores number
    Total number of CPU cores in this cluster. It is a cumulative number across all hosts in the cluster.
    versionContext GetVirtualizationVmwareClusterVersionContext
    account_moid str
    The Account ID for this managed object.
    additional_properties str
    alarm_summary GetVirtualizationVmwareClusterAlarmSummary
    ancestors Sequence[GetVirtualizationVmwareClusterAncestor]
    class_id str
    cpu_over_commitment float
    CPU over commitment associated with this cluster.
    create_time str
    The time when this managed object was created.
    datacenter GetVirtualizationVmwareClusterDatacenter
    datastore_count float
    Count of all datastores associated with this cluster.
    domain_group_moid str
    The DomainGroup ID for this managed object.
    hypervisor_type str
    Identifies the broad type of the underlying hypervisor.* ESXi - The hypervisor running on the HyperFlex cluster is a Vmware ESXi hypervisor of any version.* Hyper-V - The hypervisor running on the HyperFlex cluster is Microsoft Hyper-V.* Unknown - The hypervisor running on the HyperFlex cluster is not known.
    hypervisor_version str
    Identifies the version of the hypervisor running on this cluster. Keeping the hypervisor version in the cluster makes it convenient for applications to validate their deployment needs. Defaults to an empty string.
    id str
    identity str
    The internally generated identity of this cluster. This entity is not manipulated by users.
    inventory_path str
    Inventory path of the cluster.
    memory_capacity GetVirtualizationVmwareClusterMemoryCapacity
    mod_time str
    The time when this managed object was last modified.
    moid str
    The unique identifier of this Managed Object instance.
    name str
    The user-provided name for this cluster to facilitate identification.
    object_type str
    owners Sequence[str]
    parent GetVirtualizationVmwareClusterParent
    permission_resources Sequence[GetVirtualizationVmwareClusterPermissionResource]
    proactive_ha_enabled bool
    Every cluster has an option to enable proactive HA in vCenter. Set to true when the vCenter admin has enabled proactive HA for the cluster.
    processor_capacity GetVirtualizationVmwareClusterProcessorCapacity
    registered_device GetVirtualizationVmwareClusterRegisteredDevice
    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.
    status str
    Cluster health status as reported by the hypervisor platform.* Unknown - Entity status is unknown.* Degraded - State is degraded, and might impact normal operation of the entity.* Critical - Entity is in a critical state, impacting operations.* Ok - Entity status is in a stable state, operating normally.
    storage_clusters Sequence[GetVirtualizationVmwareClusterStorageCluster]
    tags Sequence[GetVirtualizationVmwareClusterTag]
    total_cores float
    Total number of CPU cores in this cluster. It is a cumulative number across all hosts in the cluster.
    version_context GetVirtualizationVmwareClusterVersionContext
    accountMoid String
    The Account ID for this managed object.
    additionalProperties String
    alarmSummary Property Map
    ancestors List<Property Map>
    classId String
    cpuOverCommitment Number
    CPU over commitment associated with this cluster.
    createTime String
    The time when this managed object was created.
    datacenter Property Map
    datastoreCount Number
    Count of all datastores associated with this cluster.
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    hypervisorType String
    Identifies the broad type of the underlying hypervisor.* ESXi - The hypervisor running on the HyperFlex cluster is a Vmware ESXi hypervisor of any version.* Hyper-V - The hypervisor running on the HyperFlex cluster is Microsoft Hyper-V.* Unknown - The hypervisor running on the HyperFlex cluster is not known.
    hypervisorVersion String
    Identifies the version of the hypervisor running on this cluster. Keeping the hypervisor version in the cluster makes it convenient for applications to validate their deployment needs. Defaults to an empty string.
    id String
    identity String
    The internally generated identity of this cluster. This entity is not manipulated by users.
    inventoryPath String
    Inventory path of the cluster.
    memoryCapacity Property Map
    modTime String
    The time when this managed object was last modified.
    moid String
    The unique identifier of this Managed Object instance.
    name String
    The user-provided name for this cluster to facilitate identification.
    objectType String
    owners List<String>
    parent Property Map
    permissionResources List<Property Map>
    proactiveHaEnabled Boolean
    Every cluster has an option to enable proactive HA in vCenter. Set to true when the vCenter admin has enabled proactive HA for the cluster.
    processorCapacity 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.
    status String
    Cluster health status as reported by the hypervisor platform.* Unknown - Entity status is unknown.* Degraded - State is degraded, and might impact normal operation of the entity.* Critical - Entity is in a critical state, impacting operations.* Ok - Entity status is in a stable state, operating normally.
    storageClusters List<Property Map>
    tags List<Property Map>
    totalCores Number
    Total number of CPU cores in this cluster. It is a cumulative number across all hosts in the cluster.
    versionContext Property Map

    getVirtualizationVmwareCluster Result

    The following output properties are available:

    Id string
    Results List<GetVirtualizationVmwareClusterResult>
    AccountMoid string
    AdditionalProperties string
    AlarmSummary GetVirtualizationVmwareClusterAlarmSummary
    Ancestors List<GetVirtualizationVmwareClusterAncestor>
    ClassId string
    CpuOverCommitment double
    CreateTime string
    Datacenter GetVirtualizationVmwareClusterDatacenter
    DatastoreCount double
    DomainGroupMoid string
    HypervisorType string
    HypervisorVersion string
    Identity string
    InventoryPath string
    MemoryCapacity GetVirtualizationVmwareClusterMemoryCapacity
    ModTime string
    Moid string
    Name string
    ObjectType string
    Owners List<string>
    Parent GetVirtualizationVmwareClusterParent
    PermissionResources List<GetVirtualizationVmwareClusterPermissionResource>
    ProactiveHaEnabled bool
    ProcessorCapacity GetVirtualizationVmwareClusterProcessorCapacity
    RegisteredDevice GetVirtualizationVmwareClusterRegisteredDevice
    SharedScope string
    Status string
    StorageClusters List<GetVirtualizationVmwareClusterStorageCluster>
    Tags List<GetVirtualizationVmwareClusterTag>
    TotalCores double
    VersionContext GetVirtualizationVmwareClusterVersionContext
    Id string
    Results []GetVirtualizationVmwareClusterResult
    AccountMoid string
    AdditionalProperties string
    AlarmSummary GetVirtualizationVmwareClusterAlarmSummary
    Ancestors []GetVirtualizationVmwareClusterAncestor
    ClassId string
    CpuOverCommitment float64
    CreateTime string
    Datacenter GetVirtualizationVmwareClusterDatacenter
    DatastoreCount float64
    DomainGroupMoid string
    HypervisorType string
    HypervisorVersion string
    Identity string
    InventoryPath string
    MemoryCapacity GetVirtualizationVmwareClusterMemoryCapacity
    ModTime string
    Moid string
    Name string
    ObjectType string
    Owners []string
    Parent GetVirtualizationVmwareClusterParent
    PermissionResources []GetVirtualizationVmwareClusterPermissionResource
    ProactiveHaEnabled bool
    ProcessorCapacity GetVirtualizationVmwareClusterProcessorCapacity
    RegisteredDevice GetVirtualizationVmwareClusterRegisteredDevice
    SharedScope string
    Status string
    StorageClusters []GetVirtualizationVmwareClusterStorageCluster
    Tags []GetVirtualizationVmwareClusterTag
    TotalCores float64
    VersionContext GetVirtualizationVmwareClusterVersionContext
    id String
    results List<GetVirtualizationVmwareClusterResult>
    accountMoid String
    additionalProperties String
    alarmSummary GetVirtualizationVmwareClusterAlarmSummary
    ancestors List<GetVirtualizationVmwareClusterAncestor>
    classId String
    cpuOverCommitment Double
    createTime String
    datacenter GetVirtualizationVmwareClusterDatacenter
    datastoreCount Double
    domainGroupMoid String
    hypervisorType String
    hypervisorVersion String
    identity String
    inventoryPath String
    memoryCapacity GetVirtualizationVmwareClusterMemoryCapacity
    modTime String
    moid String
    name String
    objectType String
    owners List<String>
    parent GetVirtualizationVmwareClusterParent
    permissionResources List<GetVirtualizationVmwareClusterPermissionResource>
    proactiveHaEnabled Boolean
    processorCapacity GetVirtualizationVmwareClusterProcessorCapacity
    registeredDevice GetVirtualizationVmwareClusterRegisteredDevice
    sharedScope String
    status String
    storageClusters List<GetVirtualizationVmwareClusterStorageCluster>
    tags List<GetVirtualizationVmwareClusterTag>
    totalCores Double
    versionContext GetVirtualizationVmwareClusterVersionContext
    id string
    results GetVirtualizationVmwareClusterResult[]
    accountMoid string
    additionalProperties string
    alarmSummary GetVirtualizationVmwareClusterAlarmSummary
    ancestors GetVirtualizationVmwareClusterAncestor[]
    classId string
    cpuOverCommitment number
    createTime string
    datacenter GetVirtualizationVmwareClusterDatacenter
    datastoreCount number
    domainGroupMoid string
    hypervisorType string
    hypervisorVersion string
    identity string
    inventoryPath string
    memoryCapacity GetVirtualizationVmwareClusterMemoryCapacity
    modTime string
    moid string
    name string
    objectType string
    owners string[]
    parent GetVirtualizationVmwareClusterParent
    permissionResources GetVirtualizationVmwareClusterPermissionResource[]
    proactiveHaEnabled boolean
    processorCapacity GetVirtualizationVmwareClusterProcessorCapacity
    registeredDevice GetVirtualizationVmwareClusterRegisteredDevice
    sharedScope string
    status string
    storageClusters GetVirtualizationVmwareClusterStorageCluster[]
    tags GetVirtualizationVmwareClusterTag[]
    totalCores number
    versionContext GetVirtualizationVmwareClusterVersionContext
    id str
    results Sequence[GetVirtualizationVmwareClusterResult]
    account_moid str
    additional_properties str
    alarm_summary GetVirtualizationVmwareClusterAlarmSummary
    ancestors Sequence[GetVirtualizationVmwareClusterAncestor]
    class_id str
    cpu_over_commitment float
    create_time str
    datacenter GetVirtualizationVmwareClusterDatacenter
    datastore_count float
    domain_group_moid str
    hypervisor_type str
    hypervisor_version str
    identity str
    inventory_path str
    memory_capacity GetVirtualizationVmwareClusterMemoryCapacity
    mod_time str
    moid str
    name str
    object_type str
    owners Sequence[str]
    parent GetVirtualizationVmwareClusterParent
    permission_resources Sequence[GetVirtualizationVmwareClusterPermissionResource]
    proactive_ha_enabled bool
    processor_capacity GetVirtualizationVmwareClusterProcessorCapacity
    registered_device GetVirtualizationVmwareClusterRegisteredDevice
    shared_scope str
    status str
    storage_clusters Sequence[GetVirtualizationVmwareClusterStorageCluster]
    tags Sequence[GetVirtualizationVmwareClusterTag]
    total_cores float
    version_context GetVirtualizationVmwareClusterVersionContext

    Supporting Types

    GetVirtualizationVmwareClusterAlarmSummary

    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.
    Critical double
    The count of active alarms that have severity type Critical.
    Health string
    Health of the managed end point. The highest severity computed from alarmSummary property is set as the health.

    • Healthy - The Enum value represents that the entity is healthy.
    • Warning - The Enum value Warning represents that the entity has one or more active warnings on it.
    • Critical - The Enum value Critical represents that the entity is in a critical state.
    Info double
    The count of active alarms that have severity type Info.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    SuppressedCritical double
    The count of active suppressed alarms that have severity type Critical.
    SuppressedInfo double
    The count of active suppressed alarms that have severity type Info.
    SuppressedWarning double
    The count of active suppressed alarms that have severity type Warning.
    Warning double
    The count of active alarms that have severity type Warning.
    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.
    Critical float64
    The count of active alarms that have severity type Critical.
    Health string
    Health of the managed end point. The highest severity computed from alarmSummary property is set as the health.

    • Healthy - The Enum value represents that the entity is healthy.
    • Warning - The Enum value Warning represents that the entity has one or more active warnings on it.
    • Critical - The Enum value Critical represents that the entity is in a critical state.
    Info float64
    The count of active alarms that have severity type Info.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    SuppressedCritical float64
    The count of active suppressed alarms that have severity type Critical.
    SuppressedInfo float64
    The count of active suppressed alarms that have severity type Info.
    SuppressedWarning float64
    The count of active suppressed alarms that have severity type Warning.
    Warning float64
    The count of active alarms that have severity type Warning.
    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.
    critical Double
    The count of active alarms that have severity type Critical.
    health String
    Health of the managed end point. The highest severity computed from alarmSummary property is set as the health.

    • Healthy - The Enum value represents that the entity is healthy.
    • Warning - The Enum value Warning represents that the entity has one or more active warnings on it.
    • Critical - The Enum value Critical represents that the entity is in a critical state.
    info Double
    The count of active alarms that have severity type Info.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    suppressedCritical Double
    The count of active suppressed alarms that have severity type Critical.
    suppressedInfo Double
    The count of active suppressed alarms that have severity type Info.
    suppressedWarning Double
    The count of active suppressed alarms that have severity type Warning.
    warning Double
    The count of active alarms that have severity type Warning.
    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.
    critical number
    The count of active alarms that have severity type Critical.
    health string
    Health of the managed end point. The highest severity computed from alarmSummary property is set as the health.

    • Healthy - The Enum value represents that the entity is healthy.
    • Warning - The Enum value Warning represents that the entity has one or more active warnings on it.
    • Critical - The Enum value Critical represents that the entity is in a critical state.
    info number
    The count of active alarms that have severity type Info.
    objectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    suppressedCritical number
    The count of active suppressed alarms that have severity type Critical.
    suppressedInfo number
    The count of active suppressed alarms that have severity type Info.
    suppressedWarning number
    The count of active suppressed alarms that have severity type Warning.
    warning number
    The count of active alarms that have severity type Warning.
    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.
    critical float
    The count of active alarms that have severity type Critical.
    health str
    Health of the managed end point. The highest severity computed from alarmSummary property is set as the health.

    • Healthy - The Enum value represents that the entity is healthy.
    • Warning - The Enum value Warning represents that the entity has one or more active warnings on it.
    • Critical - The Enum value Critical represents that the entity is in a critical state.
    info float
    The count of active alarms that have severity type Info.
    object_type str
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    suppressed_critical float
    The count of active suppressed alarms that have severity type Critical.
    suppressed_info float
    The count of active suppressed alarms that have severity type Info.
    suppressed_warning float
    The count of active suppressed alarms that have severity type Warning.
    warning float
    The count of active alarms that have severity type Warning.
    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.
    critical Number
    The count of active alarms that have severity type Critical.
    health String
    Health of the managed end point. The highest severity computed from alarmSummary property is set as the health.

    • Healthy - The Enum value represents that the entity is healthy.
    • Warning - The Enum value Warning represents that the entity has one or more active warnings on it.
    • Critical - The Enum value Critical represents that the entity is in a critical state.
    info Number
    The count of active alarms that have severity type Info.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    suppressedCritical Number
    The count of active suppressed alarms that have severity type Critical.
    suppressedInfo Number
    The count of active suppressed alarms that have severity type Info.
    suppressedWarning Number
    The count of active suppressed alarms that have severity type Warning.
    warning Number
    The count of active alarms that have severity type Warning.

    GetVirtualizationVmwareClusterAncestor

    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'.

    GetVirtualizationVmwareClusterDatacenter

    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'.

    GetVirtualizationVmwareClusterMemoryCapacity

    AdditionalProperties string
    Capacity double
    The total memory capacity of the entity in bytes.
    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.
    Free double
    Free memory (bytes) that is unused and available for allocation, as a point-in-time snapshot. The available memory capacity is reported for an entity (such as Host or Cluster) when inventory data is collected for that entity. As part of the inventory data, a snapshot of the free and used memory capacity is also reported.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    Used double
    Memory (bytes) that has been already used up, as a point-in-time snapshot.
    AdditionalProperties string
    Capacity float64
    The total memory capacity of the entity in bytes.
    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.
    Free float64
    Free memory (bytes) that is unused and available for allocation, as a point-in-time snapshot. The available memory capacity is reported for an entity (such as Host or Cluster) when inventory data is collected for that entity. As part of the inventory data, a snapshot of the free and used memory capacity is also reported.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    Used float64
    Memory (bytes) that has been already used up, as a point-in-time snapshot.
    additionalProperties String
    capacity Double
    The total memory capacity of the entity in bytes.
    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.
    free Double
    Free memory (bytes) that is unused and available for allocation, as a point-in-time snapshot. The available memory capacity is reported for an entity (such as Host or Cluster) when inventory data is collected for that entity. As part of the inventory data, a snapshot of the free and used memory capacity is also reported.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    used Double
    Memory (bytes) that has been already used up, as a point-in-time snapshot.
    additionalProperties string
    capacity number
    The total memory capacity of the entity in bytes.
    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.
    free number
    Free memory (bytes) that is unused and available for allocation, as a point-in-time snapshot. The available memory capacity is reported for an entity (such as Host or Cluster) when inventory data is collected for that entity. As part of the inventory data, a snapshot of the free and used memory capacity is also reported.
    objectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    used number
    Memory (bytes) that has been already used up, as a point-in-time snapshot.
    additional_properties str
    capacity float
    The total memory capacity of the entity in bytes.
    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.
    free float
    Free memory (bytes) that is unused and available for allocation, as a point-in-time snapshot. The available memory capacity is reported for an entity (such as Host or Cluster) when inventory data is collected for that entity. As part of the inventory data, a snapshot of the free and used memory capacity is also reported.
    object_type str
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    used float
    Memory (bytes) that has been already used up, as a point-in-time snapshot.
    additionalProperties String
    capacity Number
    The total memory capacity of the entity in bytes.
    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.
    free Number
    Free memory (bytes) that is unused and available for allocation, as a point-in-time snapshot. The available memory capacity is reported for an entity (such as Host or Cluster) when inventory data is collected for that entity. As part of the inventory data, a snapshot of the free and used memory capacity is also reported.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    used Number
    Memory (bytes) that has been already used up, as a point-in-time snapshot.

    GetVirtualizationVmwareClusterParent

    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'.

    GetVirtualizationVmwareClusterPermissionResource

    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'.

    GetVirtualizationVmwareClusterProcessorCapacity

    AdditionalProperties string
    Capacity double
    Total capacity of the entity in MHz.
    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.
    Free double
    Free CPU capacity in MHz, as a point-in-time snapshot. The available CPU capacity is reported for an entity (such as Host or Cluster) when inventory data is collected for that entity. As part of the inventory data, a snapshot of the free and used CPU capacity is also reported.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    Used double
    Used CPU capacity of the entity in MHz, as a point-in-time snapshot.
    AdditionalProperties string
    Capacity float64
    Total capacity of the entity in MHz.
    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.
    Free float64
    Free CPU capacity in MHz, as a point-in-time snapshot. The available CPU capacity is reported for an entity (such as Host or Cluster) when inventory data is collected for that entity. As part of the inventory data, a snapshot of the free and used CPU capacity is also reported.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    Used float64
    Used CPU capacity of the entity in MHz, as a point-in-time snapshot.
    additionalProperties String
    capacity Double
    Total capacity of the entity in MHz.
    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.
    free Double
    Free CPU capacity in MHz, as a point-in-time snapshot. The available CPU capacity is reported for an entity (such as Host or Cluster) when inventory data is collected for that entity. As part of the inventory data, a snapshot of the free and used CPU capacity is also reported.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    used Double
    Used CPU capacity of the entity in MHz, as a point-in-time snapshot.
    additionalProperties string
    capacity number
    Total capacity of the entity in MHz.
    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.
    free number
    Free CPU capacity in MHz, as a point-in-time snapshot. The available CPU capacity is reported for an entity (such as Host or Cluster) when inventory data is collected for that entity. As part of the inventory data, a snapshot of the free and used CPU capacity is also reported.
    objectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    used number
    Used CPU capacity of the entity in MHz, as a point-in-time snapshot.
    additional_properties str
    capacity float
    Total capacity of the entity in MHz.
    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.
    free float
    Free CPU capacity in MHz, as a point-in-time snapshot. The available CPU capacity is reported for an entity (such as Host or Cluster) when inventory data is collected for that entity. As part of the inventory data, a snapshot of the free and used CPU capacity is also reported.
    object_type str
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    used float
    Used CPU capacity of the entity in MHz, as a point-in-time snapshot.
    additionalProperties String
    capacity Number
    Total capacity of the entity in MHz.
    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.
    free Number
    Free CPU capacity in MHz, as a point-in-time snapshot. The available CPU capacity is reported for an entity (such as Host or Cluster) when inventory data is collected for that entity. As part of the inventory data, a snapshot of the free and used CPU capacity is also reported.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    used Number
    Used CPU capacity of the entity in MHz, as a point-in-time snapshot.

    GetVirtualizationVmwareClusterRegisteredDevice

    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'.

    GetVirtualizationVmwareClusterResult

    AccountMoid string
    The Account ID for this managed object.
    AdditionalProperties string
    AlarmSummaries List<GetVirtualizationVmwareClusterResultAlarmSummary>
    Ancestors List<GetVirtualizationVmwareClusterResultAncestor>
    ClassId string
    CpuOverCommitment double
    CPU over commitment associated with this cluster.
    CreateTime string
    The time when this managed object was created.
    Datacenters List<GetVirtualizationVmwareClusterResultDatacenter>
    DatastoreCount double
    Count of all datastores associated with this cluster.
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    HypervisorType string
    Identifies the broad type of the underlying hypervisor.* ESXi - The hypervisor running on the HyperFlex cluster is a Vmware ESXi hypervisor of any version.* Hyper-V - The hypervisor running on the HyperFlex cluster is Microsoft Hyper-V.* Unknown - The hypervisor running on the HyperFlex cluster is not known.
    HypervisorVersion string
    Identifies the version of the hypervisor running on this cluster. Keeping the hypervisor version in the cluster makes it convenient for applications to validate their deployment needs. Defaults to an empty string.
    Identity string
    The internally generated identity of this cluster. This entity is not manipulated by users.
    InventoryPath string
    Inventory path of the cluster.
    MemoryCapacities List<GetVirtualizationVmwareClusterResultMemoryCapacity>
    ModTime string
    The time when this managed object was last modified.
    Moid string
    The unique identifier of this Managed Object instance.
    Name string
    The user-provided name for this cluster to facilitate identification.
    ObjectType string
    Owners List<string>
    Parents List<GetVirtualizationVmwareClusterResultParent>
    PermissionResources List<GetVirtualizationVmwareClusterResultPermissionResource>
    ProactiveHaEnabled bool
    Every cluster has an option to enable proactive HA in vCenter. Set to true when the vCenter admin has enabled proactive HA for the cluster.
    ProcessorCapacities List<GetVirtualizationVmwareClusterResultProcessorCapacity>
    RegisteredDevices List<GetVirtualizationVmwareClusterResultRegisteredDevice>
    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.
    Status string
    Cluster health status as reported by the hypervisor platform.* Unknown - Entity status is unknown.* Degraded - State is degraded, and might impact normal operation of the entity.* Critical - Entity is in a critical state, impacting operations.* Ok - Entity status is in a stable state, operating normally.
    StorageClusters List<GetVirtualizationVmwareClusterResultStorageCluster>
    Tags List<GetVirtualizationVmwareClusterResultTag>
    TotalCores double
    Total number of CPU cores in this cluster. It is a cumulative number across all hosts in the cluster.
    VersionContexts List<GetVirtualizationVmwareClusterResultVersionContext>
    AccountMoid string
    The Account ID for this managed object.
    AdditionalProperties string
    AlarmSummaries []GetVirtualizationVmwareClusterResultAlarmSummary
    Ancestors []GetVirtualizationVmwareClusterResultAncestor
    ClassId string
    CpuOverCommitment float64
    CPU over commitment associated with this cluster.
    CreateTime string
    The time when this managed object was created.
    Datacenters []GetVirtualizationVmwareClusterResultDatacenter
    DatastoreCount float64
    Count of all datastores associated with this cluster.
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    HypervisorType string
    Identifies the broad type of the underlying hypervisor.* ESXi - The hypervisor running on the HyperFlex cluster is a Vmware ESXi hypervisor of any version.* Hyper-V - The hypervisor running on the HyperFlex cluster is Microsoft Hyper-V.* Unknown - The hypervisor running on the HyperFlex cluster is not known.
    HypervisorVersion string
    Identifies the version of the hypervisor running on this cluster. Keeping the hypervisor version in the cluster makes it convenient for applications to validate their deployment needs. Defaults to an empty string.
    Identity string
    The internally generated identity of this cluster. This entity is not manipulated by users.
    InventoryPath string
    Inventory path of the cluster.
    MemoryCapacities []GetVirtualizationVmwareClusterResultMemoryCapacity
    ModTime string
    The time when this managed object was last modified.
    Moid string
    The unique identifier of this Managed Object instance.
    Name string
    The user-provided name for this cluster to facilitate identification.
    ObjectType string
    Owners []string
    Parents []GetVirtualizationVmwareClusterResultParent
    PermissionResources []GetVirtualizationVmwareClusterResultPermissionResource
    ProactiveHaEnabled bool
    Every cluster has an option to enable proactive HA in vCenter. Set to true when the vCenter admin has enabled proactive HA for the cluster.
    ProcessorCapacities []GetVirtualizationVmwareClusterResultProcessorCapacity
    RegisteredDevices []GetVirtualizationVmwareClusterResultRegisteredDevice
    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.
    Status string
    Cluster health status as reported by the hypervisor platform.* Unknown - Entity status is unknown.* Degraded - State is degraded, and might impact normal operation of the entity.* Critical - Entity is in a critical state, impacting operations.* Ok - Entity status is in a stable state, operating normally.
    StorageClusters []GetVirtualizationVmwareClusterResultStorageCluster
    Tags []GetVirtualizationVmwareClusterResultTag
    TotalCores float64
    Total number of CPU cores in this cluster. It is a cumulative number across all hosts in the cluster.
    VersionContexts []GetVirtualizationVmwareClusterResultVersionContext
    accountMoid String
    The Account ID for this managed object.
    additionalProperties String
    alarmSummaries List<GetVirtualizationVmwareClusterResultAlarmSummary>
    ancestors List<GetVirtualizationVmwareClusterResultAncestor>
    classId String
    cpuOverCommitment Double
    CPU over commitment associated with this cluster.
    createTime String
    The time when this managed object was created.
    datacenters List<GetVirtualizationVmwareClusterResultDatacenter>
    datastoreCount Double
    Count of all datastores associated with this cluster.
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    hypervisorType String
    Identifies the broad type of the underlying hypervisor.* ESXi - The hypervisor running on the HyperFlex cluster is a Vmware ESXi hypervisor of any version.* Hyper-V - The hypervisor running on the HyperFlex cluster is Microsoft Hyper-V.* Unknown - The hypervisor running on the HyperFlex cluster is not known.
    hypervisorVersion String
    Identifies the version of the hypervisor running on this cluster. Keeping the hypervisor version in the cluster makes it convenient for applications to validate their deployment needs. Defaults to an empty string.
    identity String
    The internally generated identity of this cluster. This entity is not manipulated by users.
    inventoryPath String
    Inventory path of the cluster.
    memoryCapacities List<GetVirtualizationVmwareClusterResultMemoryCapacity>
    modTime String
    The time when this managed object was last modified.
    moid String
    The unique identifier of this Managed Object instance.
    name String
    The user-provided name for this cluster to facilitate identification.
    objectType String
    owners List<String>
    parents List<GetVirtualizationVmwareClusterResultParent>
    permissionResources List<GetVirtualizationVmwareClusterResultPermissionResource>
    proactiveHaEnabled Boolean
    Every cluster has an option to enable proactive HA in vCenter. Set to true when the vCenter admin has enabled proactive HA for the cluster.
    processorCapacities List<GetVirtualizationVmwareClusterResultProcessorCapacity>
    registeredDevices List<GetVirtualizationVmwareClusterResultRegisteredDevice>
    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.
    status String
    Cluster health status as reported by the hypervisor platform.* Unknown - Entity status is unknown.* Degraded - State is degraded, and might impact normal operation of the entity.* Critical - Entity is in a critical state, impacting operations.* Ok - Entity status is in a stable state, operating normally.
    storageClusters List<GetVirtualizationVmwareClusterResultStorageCluster>
    tags List<GetVirtualizationVmwareClusterResultTag>
    totalCores Double
    Total number of CPU cores in this cluster. It is a cumulative number across all hosts in the cluster.
    versionContexts List<GetVirtualizationVmwareClusterResultVersionContext>
    accountMoid string
    The Account ID for this managed object.
    additionalProperties string
    alarmSummaries GetVirtualizationVmwareClusterResultAlarmSummary[]
    ancestors GetVirtualizationVmwareClusterResultAncestor[]
    classId string
    cpuOverCommitment number
    CPU over commitment associated with this cluster.
    createTime string
    The time when this managed object was created.
    datacenters GetVirtualizationVmwareClusterResultDatacenter[]
    datastoreCount number
    Count of all datastores associated with this cluster.
    domainGroupMoid string
    The DomainGroup ID for this managed object.
    hypervisorType string
    Identifies the broad type of the underlying hypervisor.* ESXi - The hypervisor running on the HyperFlex cluster is a Vmware ESXi hypervisor of any version.* Hyper-V - The hypervisor running on the HyperFlex cluster is Microsoft Hyper-V.* Unknown - The hypervisor running on the HyperFlex cluster is not known.
    hypervisorVersion string
    Identifies the version of the hypervisor running on this cluster. Keeping the hypervisor version in the cluster makes it convenient for applications to validate their deployment needs. Defaults to an empty string.
    identity string
    The internally generated identity of this cluster. This entity is not manipulated by users.
    inventoryPath string
    Inventory path of the cluster.
    memoryCapacities GetVirtualizationVmwareClusterResultMemoryCapacity[]
    modTime string
    The time when this managed object was last modified.
    moid string
    The unique identifier of this Managed Object instance.
    name string
    The user-provided name for this cluster to facilitate identification.
    objectType string
    owners string[]
    parents GetVirtualizationVmwareClusterResultParent[]
    permissionResources GetVirtualizationVmwareClusterResultPermissionResource[]
    proactiveHaEnabled boolean
    Every cluster has an option to enable proactive HA in vCenter. Set to true when the vCenter admin has enabled proactive HA for the cluster.
    processorCapacities GetVirtualizationVmwareClusterResultProcessorCapacity[]
    registeredDevices GetVirtualizationVmwareClusterResultRegisteredDevice[]
    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.
    status string
    Cluster health status as reported by the hypervisor platform.* Unknown - Entity status is unknown.* Degraded - State is degraded, and might impact normal operation of the entity.* Critical - Entity is in a critical state, impacting operations.* Ok - Entity status is in a stable state, operating normally.
    storageClusters GetVirtualizationVmwareClusterResultStorageCluster[]
    tags GetVirtualizationVmwareClusterResultTag[]
    totalCores number
    Total number of CPU cores in this cluster. It is a cumulative number across all hosts in the cluster.
    versionContexts GetVirtualizationVmwareClusterResultVersionContext[]
    account_moid str
    The Account ID for this managed object.
    additional_properties str
    alarm_summaries Sequence[GetVirtualizationVmwareClusterResultAlarmSummary]
    ancestors Sequence[GetVirtualizationVmwareClusterResultAncestor]
    class_id str
    cpu_over_commitment float
    CPU over commitment associated with this cluster.
    create_time str
    The time when this managed object was created.
    datacenters Sequence[GetVirtualizationVmwareClusterResultDatacenter]
    datastore_count float
    Count of all datastores associated with this cluster.
    domain_group_moid str
    The DomainGroup ID for this managed object.
    hypervisor_type str
    Identifies the broad type of the underlying hypervisor.* ESXi - The hypervisor running on the HyperFlex cluster is a Vmware ESXi hypervisor of any version.* Hyper-V - The hypervisor running on the HyperFlex cluster is Microsoft Hyper-V.* Unknown - The hypervisor running on the HyperFlex cluster is not known.
    hypervisor_version str
    Identifies the version of the hypervisor running on this cluster. Keeping the hypervisor version in the cluster makes it convenient for applications to validate their deployment needs. Defaults to an empty string.
    identity str
    The internally generated identity of this cluster. This entity is not manipulated by users.
    inventory_path str
    Inventory path of the cluster.
    memory_capacities Sequence[GetVirtualizationVmwareClusterResultMemoryCapacity]
    mod_time str
    The time when this managed object was last modified.
    moid str
    The unique identifier of this Managed Object instance.
    name str
    The user-provided name for this cluster to facilitate identification.
    object_type str
    owners Sequence[str]
    parents Sequence[GetVirtualizationVmwareClusterResultParent]
    permission_resources Sequence[GetVirtualizationVmwareClusterResultPermissionResource]
    proactive_ha_enabled bool
    Every cluster has an option to enable proactive HA in vCenter. Set to true when the vCenter admin has enabled proactive HA for the cluster.
    processor_capacities Sequence[GetVirtualizationVmwareClusterResultProcessorCapacity]
    registered_devices Sequence[GetVirtualizationVmwareClusterResultRegisteredDevice]
    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.
    status str
    Cluster health status as reported by the hypervisor platform.* Unknown - Entity status is unknown.* Degraded - State is degraded, and might impact normal operation of the entity.* Critical - Entity is in a critical state, impacting operations.* Ok - Entity status is in a stable state, operating normally.
    storage_clusters Sequence[GetVirtualizationVmwareClusterResultStorageCluster]
    tags Sequence[GetVirtualizationVmwareClusterResultTag]
    total_cores float
    Total number of CPU cores in this cluster. It is a cumulative number across all hosts in the cluster.
    version_contexts Sequence[GetVirtualizationVmwareClusterResultVersionContext]
    accountMoid String
    The Account ID for this managed object.
    additionalProperties String
    alarmSummaries List<Property Map>
    ancestors List<Property Map>
    classId String
    cpuOverCommitment Number
    CPU over commitment associated with this cluster.
    createTime String
    The time when this managed object was created.
    datacenters List<Property Map>
    datastoreCount Number
    Count of all datastores associated with this cluster.
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    hypervisorType String
    Identifies the broad type of the underlying hypervisor.* ESXi - The hypervisor running on the HyperFlex cluster is a Vmware ESXi hypervisor of any version.* Hyper-V - The hypervisor running on the HyperFlex cluster is Microsoft Hyper-V.* Unknown - The hypervisor running on the HyperFlex cluster is not known.
    hypervisorVersion String
    Identifies the version of the hypervisor running on this cluster. Keeping the hypervisor version in the cluster makes it convenient for applications to validate their deployment needs. Defaults to an empty string.
    identity String
    The internally generated identity of this cluster. This entity is not manipulated by users.
    inventoryPath String
    Inventory path of the cluster.
    memoryCapacities List<Property Map>
    modTime String
    The time when this managed object was last modified.
    moid String
    The unique identifier of this Managed Object instance.
    name String
    The user-provided name for this cluster to facilitate identification.
    objectType String
    owners List<String>
    parents List<Property Map>
    permissionResources List<Property Map>
    proactiveHaEnabled Boolean
    Every cluster has an option to enable proactive HA in vCenter. Set to true when the vCenter admin has enabled proactive HA for the cluster.
    processorCapacities 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.
    status String
    Cluster health status as reported by the hypervisor platform.* Unknown - Entity status is unknown.* Degraded - State is degraded, and might impact normal operation of the entity.* Critical - Entity is in a critical state, impacting operations.* Ok - Entity status is in a stable state, operating normally.
    storageClusters List<Property Map>
    tags List<Property Map>
    totalCores Number
    Total number of CPU cores in this cluster. It is a cumulative number across all hosts in the cluster.
    versionContexts List<Property Map>

    GetVirtualizationVmwareClusterResultAlarmSummary

    AdditionalProperties string
    ClassId string
    Critical float64
    Health string
    Info float64
    ObjectType string
    SuppressedCritical float64
    SuppressedInfo float64
    SuppressedWarning float64
    Warning float64

    GetVirtualizationVmwareClusterResultAncestor

    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

    GetVirtualizationVmwareClusterResultDatacenter

    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

    GetVirtualizationVmwareClusterResultMemoryCapacity

    AdditionalProperties string
    Capacity double
    ClassId string
    Free double
    ObjectType string
    Used double
    AdditionalProperties string
    Capacity float64
    ClassId string
    Free float64
    ObjectType string
    Used float64
    additionalProperties String
    capacity Double
    classId String
    free Double
    objectType String
    used Double
    additionalProperties string
    capacity number
    classId string
    free number
    objectType string
    used number
    additionalProperties String
    capacity Number
    classId String
    free Number
    objectType String
    used Number

    GetVirtualizationVmwareClusterResultParent

    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

    GetVirtualizationVmwareClusterResultPermissionResource

    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

    GetVirtualizationVmwareClusterResultProcessorCapacity

    AdditionalProperties string
    Capacity double
    ClassId string
    Free double
    ObjectType string
    Used double
    AdditionalProperties string
    Capacity float64
    ClassId string
    Free float64
    ObjectType string
    Used float64
    additionalProperties String
    capacity Double
    classId String
    free Double
    objectType String
    used Double
    additionalProperties string
    capacity number
    classId string
    free number
    objectType string
    used number
    additionalProperties String
    capacity Number
    classId String
    free Number
    objectType String
    used Number

    GetVirtualizationVmwareClusterResultRegisteredDevice

    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

    GetVirtualizationVmwareClusterResultStorageCluster

    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

    GetVirtualizationVmwareClusterResultTag

    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

    GetVirtualizationVmwareClusterResultVersionContext

    GetVirtualizationVmwareClusterResultVersionContextInterestedMo

    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

    GetVirtualizationVmwareClusterResultVersionContextRefMo

    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

    GetVirtualizationVmwareClusterStorageCluster

    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'.

    GetVirtualizationVmwareClusterTag

    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.

    GetVirtualizationVmwareClusterVersionContext

    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<GetVirtualizationVmwareClusterVersionContextInterestedMo>
    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 GetVirtualizationVmwareClusterVersionContextRefMo
    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 []GetVirtualizationVmwareClusterVersionContextInterestedMo
    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 GetVirtualizationVmwareClusterVersionContextRefMo
    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<GetVirtualizationVmwareClusterVersionContextInterestedMo>
    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 GetVirtualizationVmwareClusterVersionContextRefMo
    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 GetVirtualizationVmwareClusterVersionContextInterestedMo[]
    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 GetVirtualizationVmwareClusterVersionContextRefMo
    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[GetVirtualizationVmwareClusterVersionContextInterestedMo]
    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 GetVirtualizationVmwareClusterVersionContextRefMo
    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.

    GetVirtualizationVmwareClusterVersionContextInterestedMo

    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'.

    GetVirtualizationVmwareClusterVersionContextRefMo

    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