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

intersight.getVirtualizationVmwareVcenter

Explore with Pulumi AI

VMware vCenter entity. The vCenter has a name assigned by user in Intersight.

Using getVirtualizationVmwareVcenter

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 getVirtualizationVmwareVcenter(args: GetVirtualizationVmwareVcenterArgs, opts?: InvokeOptions): Promise<GetVirtualizationVmwareVcenterResult>
function getVirtualizationVmwareVcenterOutput(args: GetVirtualizationVmwareVcenterOutputArgs, opts?: InvokeOptions): Output<GetVirtualizationVmwareVcenterResult>
Copy
def get_virtualization_vmware_vcenter(account_moid: Optional[str] = None,
                                      additional_properties: Optional[str] = None,
                                      ancestors: Optional[Sequence[GetVirtualizationVmwareVcenterAncestor]] = None,
                                      build: Optional[str] = None,
                                      class_id: Optional[str] = None,
                                      cluster_count: Optional[float] = None,
                                      create_time: Optional[str] = None,
                                      datacenter_count: Optional[float] = None,
                                      datastore_count: Optional[float] = None,
                                      distributed_virtual_switch_count: Optional[float] = None,
                                      domain_group_moid: Optional[str] = None,
                                      ds_cluster_count: Optional[float] = None,
                                      external_ip: Optional[str] = None,
                                      host_count: Optional[float] = None,
                                      id: Optional[str] = None,
                                      identity: Optional[str] = None,
                                      ip_addresses: Optional[Sequence[str]] = None,
                                      mod_time: Optional[str] = None,
                                      moid: Optional[str] = None,
                                      name: Optional[str] = None,
                                      nr_version: Optional[str] = None,
                                      object_type: Optional[str] = None,
                                      owners: Optional[Sequence[str]] = None,
                                      parent: Optional[GetVirtualizationVmwareVcenterParent] = None,
                                      permission_resources: Optional[Sequence[GetVirtualizationVmwareVcenterPermissionResource]] = None,
                                      registered_device: Optional[GetVirtualizationVmwareVcenterRegisteredDevice] = None,
                                      shared_scope: Optional[str] = None,
                                      tags: Optional[Sequence[GetVirtualizationVmwareVcenterTag]] = None,
                                      target_name: Optional[str] = None,
                                      version_context: Optional[GetVirtualizationVmwareVcenterVersionContext] = None,
                                      vm_count: Optional[float] = None,
                                      vm_templates_count: Optional[float] = None,
                                      opts: Optional[InvokeOptions] = None) -> GetVirtualizationVmwareVcenterResult
def get_virtualization_vmware_vcenter_output(account_moid: Optional[pulumi.Input[str]] = None,
                                      additional_properties: Optional[pulumi.Input[str]] = None,
                                      ancestors: Optional[pulumi.Input[Sequence[pulumi.Input[GetVirtualizationVmwareVcenterAncestorArgs]]]] = None,
                                      build: Optional[pulumi.Input[str]] = None,
                                      class_id: Optional[pulumi.Input[str]] = None,
                                      cluster_count: Optional[pulumi.Input[float]] = None,
                                      create_time: Optional[pulumi.Input[str]] = None,
                                      datacenter_count: Optional[pulumi.Input[float]] = None,
                                      datastore_count: Optional[pulumi.Input[float]] = None,
                                      distributed_virtual_switch_count: Optional[pulumi.Input[float]] = None,
                                      domain_group_moid: Optional[pulumi.Input[str]] = None,
                                      ds_cluster_count: Optional[pulumi.Input[float]] = None,
                                      external_ip: Optional[pulumi.Input[str]] = None,
                                      host_count: Optional[pulumi.Input[float]] = None,
                                      id: Optional[pulumi.Input[str]] = None,
                                      identity: Optional[pulumi.Input[str]] = None,
                                      ip_addresses: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
                                      mod_time: Optional[pulumi.Input[str]] = None,
                                      moid: Optional[pulumi.Input[str]] = None,
                                      name: Optional[pulumi.Input[str]] = None,
                                      nr_version: 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[GetVirtualizationVmwareVcenterParentArgs]] = None,
                                      permission_resources: Optional[pulumi.Input[Sequence[pulumi.Input[GetVirtualizationVmwareVcenterPermissionResourceArgs]]]] = None,
                                      registered_device: Optional[pulumi.Input[GetVirtualizationVmwareVcenterRegisteredDeviceArgs]] = None,
                                      shared_scope: Optional[pulumi.Input[str]] = None,
                                      tags: Optional[pulumi.Input[Sequence[pulumi.Input[GetVirtualizationVmwareVcenterTagArgs]]]] = None,
                                      target_name: Optional[pulumi.Input[str]] = None,
                                      version_context: Optional[pulumi.Input[GetVirtualizationVmwareVcenterVersionContextArgs]] = None,
                                      vm_count: Optional[pulumi.Input[float]] = None,
                                      vm_templates_count: Optional[pulumi.Input[float]] = None,
                                      opts: Optional[InvokeOptions] = None) -> Output[GetVirtualizationVmwareVcenterResult]
Copy
func LookupVirtualizationVmwareVcenter(ctx *Context, args *LookupVirtualizationVmwareVcenterArgs, opts ...InvokeOption) (*LookupVirtualizationVmwareVcenterResult, error)
func LookupVirtualizationVmwareVcenterOutput(ctx *Context, args *LookupVirtualizationVmwareVcenterOutputArgs, opts ...InvokeOption) LookupVirtualizationVmwareVcenterResultOutput
Copy

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

public static class GetVirtualizationVmwareVcenter 
{
    public static Task<GetVirtualizationVmwareVcenterResult> InvokeAsync(GetVirtualizationVmwareVcenterArgs args, InvokeOptions? opts = null)
    public static Output<GetVirtualizationVmwareVcenterResult> Invoke(GetVirtualizationVmwareVcenterInvokeArgs args, InvokeOptions? opts = null)
}
Copy
public static CompletableFuture<GetVirtualizationVmwareVcenterResult> getVirtualizationVmwareVcenter(GetVirtualizationVmwareVcenterArgs args, InvokeOptions options)
public static Output<GetVirtualizationVmwareVcenterResult> getVirtualizationVmwareVcenter(GetVirtualizationVmwareVcenterArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: intersight:index/getVirtualizationVmwareVcenter:getVirtualizationVmwareVcenter
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

AccountMoid string
The Account ID for this managed object.
AdditionalProperties string
Ancestors List<GetVirtualizationVmwareVcenterAncestor>
Build string
The build number of the Hypervisor Manger (e.g., 4541947, 6.3.9600.18692). The build number may indicate some feature support that applications might rely on. The build number may not always be an integer.
ClassId string
ClusterCount double
Count of all Clusters associated with the vcenter.
CreateTime string
The time when this managed object was created.
DatacenterCount double
Count of all Datacenters in the vcenter.
DatastoreCount double
Count of all Datastores Templates associated with the vcenter.
DistributedVirtualSwitchCount double
Count of all Distributed Virtual Switches associated with vcenter.
DomainGroupMoid string
The DomainGroup ID for this managed object.
DsClusterCount double
Count of all Datastore cluster associated with the vcenter.
ExternalIp string
External Ip address fot the vcenter.
HostCount double
Count of all Hosts associated with the vcenter.
Id string
Identity string
Identity of the hypervisor (not manipulated by user). It could be a UUID too. For example, c917093f-5443-4748-bc09-eec72ded7608.
IpAddresses List<string>
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 the hypervisor manager. For example, vCenterIreland. Usually, this name is subject to manipulation by the user. It is not the identity of the hypervisor.
NrVersion string
Release version of the Hypervisor Manger (VMware vCenter Server 6.0.0 build-4541947).
ObjectType string
Owners List<string>
Parent GetVirtualizationVmwareVcenterParent
PermissionResources List<GetVirtualizationVmwareVcenterPermissionResource>
RegisteredDevice GetVirtualizationVmwareVcenterRegisteredDevice
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.
Tags List<GetVirtualizationVmwareVcenterTag>
TargetName string
Name of th Target with which the vcenter was claimed.
VersionContext GetVirtualizationVmwareVcenterVersionContext
VmCount double
Count of all Virtual Machines associated with the vcenter.
VmTemplatesCount double
Count of all VM Templates associated with the vcenter.
AccountMoid string
The Account ID for this managed object.
AdditionalProperties string
Ancestors []GetVirtualizationVmwareVcenterAncestor
Build string
The build number of the Hypervisor Manger (e.g., 4541947, 6.3.9600.18692). The build number may indicate some feature support that applications might rely on. The build number may not always be an integer.
ClassId string
ClusterCount float64
Count of all Clusters associated with the vcenter.
CreateTime string
The time when this managed object was created.
DatacenterCount float64
Count of all Datacenters in the vcenter.
DatastoreCount float64
Count of all Datastores Templates associated with the vcenter.
DistributedVirtualSwitchCount float64
Count of all Distributed Virtual Switches associated with vcenter.
DomainGroupMoid string
The DomainGroup ID for this managed object.
DsClusterCount float64
Count of all Datastore cluster associated with the vcenter.
ExternalIp string
External Ip address fot the vcenter.
HostCount float64
Count of all Hosts associated with the vcenter.
Id string
Identity string
Identity of the hypervisor (not manipulated by user). It could be a UUID too. For example, c917093f-5443-4748-bc09-eec72ded7608.
IpAddresses []string
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 the hypervisor manager. For example, vCenterIreland. Usually, this name is subject to manipulation by the user. It is not the identity of the hypervisor.
NrVersion string
Release version of the Hypervisor Manger (VMware vCenter Server 6.0.0 build-4541947).
ObjectType string
Owners []string
Parent GetVirtualizationVmwareVcenterParent
PermissionResources []GetVirtualizationVmwareVcenterPermissionResource
RegisteredDevice GetVirtualizationVmwareVcenterRegisteredDevice
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.
Tags []GetVirtualizationVmwareVcenterTag
TargetName string
Name of th Target with which the vcenter was claimed.
VersionContext GetVirtualizationVmwareVcenterVersionContext
VmCount float64
Count of all Virtual Machines associated with the vcenter.
VmTemplatesCount float64
Count of all VM Templates associated with the vcenter.
accountMoid String
The Account ID for this managed object.
additionalProperties String
ancestors List<GetVirtualizationVmwareVcenterAncestor>
build String
The build number of the Hypervisor Manger (e.g., 4541947, 6.3.9600.18692). The build number may indicate some feature support that applications might rely on. The build number may not always be an integer.
classId String
clusterCount Double
Count of all Clusters associated with the vcenter.
createTime String
The time when this managed object was created.
datacenterCount Double
Count of all Datacenters in the vcenter.
datastoreCount Double
Count of all Datastores Templates associated with the vcenter.
distributedVirtualSwitchCount Double
Count of all Distributed Virtual Switches associated with vcenter.
domainGroupMoid String
The DomainGroup ID for this managed object.
dsClusterCount Double
Count of all Datastore cluster associated with the vcenter.
externalIp String
External Ip address fot the vcenter.
hostCount Double
Count of all Hosts associated with the vcenter.
id String
identity String
Identity of the hypervisor (not manipulated by user). It could be a UUID too. For example, c917093f-5443-4748-bc09-eec72ded7608.
ipAddresses List<String>
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 the hypervisor manager. For example, vCenterIreland. Usually, this name is subject to manipulation by the user. It is not the identity of the hypervisor.
nrVersion String
Release version of the Hypervisor Manger (VMware vCenter Server 6.0.0 build-4541947).
objectType String
owners List<String>
parent GetVirtualizationVmwareVcenterParent
permissionResources List<GetVirtualizationVmwareVcenterPermissionResource>
registeredDevice GetVirtualizationVmwareVcenterRegisteredDevice
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.
tags List<GetVirtualizationVmwareVcenterTag>
targetName String
Name of th Target with which the vcenter was claimed.
versionContext GetVirtualizationVmwareVcenterVersionContext
vmCount Double
Count of all Virtual Machines associated with the vcenter.
vmTemplatesCount Double
Count of all VM Templates associated with the vcenter.
accountMoid string
The Account ID for this managed object.
additionalProperties string
ancestors GetVirtualizationVmwareVcenterAncestor[]
build string
The build number of the Hypervisor Manger (e.g., 4541947, 6.3.9600.18692). The build number may indicate some feature support that applications might rely on. The build number may not always be an integer.
classId string
clusterCount number
Count of all Clusters associated with the vcenter.
createTime string
The time when this managed object was created.
datacenterCount number
Count of all Datacenters in the vcenter.
datastoreCount number
Count of all Datastores Templates associated with the vcenter.
distributedVirtualSwitchCount number
Count of all Distributed Virtual Switches associated with vcenter.
domainGroupMoid string
The DomainGroup ID for this managed object.
dsClusterCount number
Count of all Datastore cluster associated with the vcenter.
externalIp string
External Ip address fot the vcenter.
hostCount number
Count of all Hosts associated with the vcenter.
id string
identity string
Identity of the hypervisor (not manipulated by user). It could be a UUID too. For example, c917093f-5443-4748-bc09-eec72ded7608.
ipAddresses string[]
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 the hypervisor manager. For example, vCenterIreland. Usually, this name is subject to manipulation by the user. It is not the identity of the hypervisor.
nrVersion string
Release version of the Hypervisor Manger (VMware vCenter Server 6.0.0 build-4541947).
objectType string
owners string[]
parent GetVirtualizationVmwareVcenterParent
permissionResources GetVirtualizationVmwareVcenterPermissionResource[]
registeredDevice GetVirtualizationVmwareVcenterRegisteredDevice
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.
tags GetVirtualizationVmwareVcenterTag[]
targetName string
Name of th Target with which the vcenter was claimed.
versionContext GetVirtualizationVmwareVcenterVersionContext
vmCount number
Count of all Virtual Machines associated with the vcenter.
vmTemplatesCount number
Count of all VM Templates associated with the vcenter.
account_moid str
The Account ID for this managed object.
additional_properties str
ancestors Sequence[GetVirtualizationVmwareVcenterAncestor]
build str
The build number of the Hypervisor Manger (e.g., 4541947, 6.3.9600.18692). The build number may indicate some feature support that applications might rely on. The build number may not always be an integer.
class_id str
cluster_count float
Count of all Clusters associated with the vcenter.
create_time str
The time when this managed object was created.
datacenter_count float
Count of all Datacenters in the vcenter.
datastore_count float
Count of all Datastores Templates associated with the vcenter.
distributed_virtual_switch_count float
Count of all Distributed Virtual Switches associated with vcenter.
domain_group_moid str
The DomainGroup ID for this managed object.
ds_cluster_count float
Count of all Datastore cluster associated with the vcenter.
external_ip str
External Ip address fot the vcenter.
host_count float
Count of all Hosts associated with the vcenter.
id str
identity str
Identity of the hypervisor (not manipulated by user). It could be a UUID too. For example, c917093f-5443-4748-bc09-eec72ded7608.
ip_addresses Sequence[str]
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 the hypervisor manager. For example, vCenterIreland. Usually, this name is subject to manipulation by the user. It is not the identity of the hypervisor.
nr_version str
Release version of the Hypervisor Manger (VMware vCenter Server 6.0.0 build-4541947).
object_type str
owners Sequence[str]
parent GetVirtualizationVmwareVcenterParent
permission_resources Sequence[GetVirtualizationVmwareVcenterPermissionResource]
registered_device GetVirtualizationVmwareVcenterRegisteredDevice
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.
tags Sequence[GetVirtualizationVmwareVcenterTag]
target_name str
Name of th Target with which the vcenter was claimed.
version_context GetVirtualizationVmwareVcenterVersionContext
vm_count float
Count of all Virtual Machines associated with the vcenter.
vm_templates_count float
Count of all VM Templates associated with the vcenter.
accountMoid String
The Account ID for this managed object.
additionalProperties String
ancestors List<Property Map>
build String
The build number of the Hypervisor Manger (e.g., 4541947, 6.3.9600.18692). The build number may indicate some feature support that applications might rely on. The build number may not always be an integer.
classId String
clusterCount Number
Count of all Clusters associated with the vcenter.
createTime String
The time when this managed object was created.
datacenterCount Number
Count of all Datacenters in the vcenter.
datastoreCount Number
Count of all Datastores Templates associated with the vcenter.
distributedVirtualSwitchCount Number
Count of all Distributed Virtual Switches associated with vcenter.
domainGroupMoid String
The DomainGroup ID for this managed object.
dsClusterCount Number
Count of all Datastore cluster associated with the vcenter.
externalIp String
External Ip address fot the vcenter.
hostCount Number
Count of all Hosts associated with the vcenter.
id String
identity String
Identity of the hypervisor (not manipulated by user). It could be a UUID too. For example, c917093f-5443-4748-bc09-eec72ded7608.
ipAddresses List<String>
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 the hypervisor manager. For example, vCenterIreland. Usually, this name is subject to manipulation by the user. It is not the identity of the hypervisor.
nrVersion String
Release version of the Hypervisor Manger (VMware vCenter Server 6.0.0 build-4541947).
objectType String
owners List<String>
parent Property Map
permissionResources List<Property Map>
registeredDevice Property Map
sharedScope String
Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
tags List<Property Map>
targetName String
Name of th Target with which the vcenter was claimed.
versionContext Property Map
vmCount Number
Count of all Virtual Machines associated with the vcenter.
vmTemplatesCount Number
Count of all VM Templates associated with the vcenter.

getVirtualizationVmwareVcenter Result

The following output properties are available:

Id string
Results List<GetVirtualizationVmwareVcenterResult>
AccountMoid string
AdditionalProperties string
Ancestors List<GetVirtualizationVmwareVcenterAncestor>
Build string
ClassId string
ClusterCount double
CreateTime string
DatacenterCount double
DatastoreCount double
DistributedVirtualSwitchCount double
DomainGroupMoid string
DsClusterCount double
ExternalIp string
HostCount double
Identity string
IpAddresses List<string>
ModTime string
Moid string
Name string
NrVersion string
ObjectType string
Owners List<string>
Parent GetVirtualizationVmwareVcenterParent
PermissionResources List<GetVirtualizationVmwareVcenterPermissionResource>
RegisteredDevice GetVirtualizationVmwareVcenterRegisteredDevice
SharedScope string
Tags List<GetVirtualizationVmwareVcenterTag>
TargetName string
VersionContext GetVirtualizationVmwareVcenterVersionContext
VmCount double
VmTemplatesCount double
Id string
Results []GetVirtualizationVmwareVcenterResult
AccountMoid string
AdditionalProperties string
Ancestors []GetVirtualizationVmwareVcenterAncestor
Build string
ClassId string
ClusterCount float64
CreateTime string
DatacenterCount float64
DatastoreCount float64
DistributedVirtualSwitchCount float64
DomainGroupMoid string
DsClusterCount float64
ExternalIp string
HostCount float64
Identity string
IpAddresses []string
ModTime string
Moid string
Name string
NrVersion string
ObjectType string
Owners []string
Parent GetVirtualizationVmwareVcenterParent
PermissionResources []GetVirtualizationVmwareVcenterPermissionResource
RegisteredDevice GetVirtualizationVmwareVcenterRegisteredDevice
SharedScope string
Tags []GetVirtualizationVmwareVcenterTag
TargetName string
VersionContext GetVirtualizationVmwareVcenterVersionContext
VmCount float64
VmTemplatesCount float64
id String
results List<GetVirtualizationVmwareVcenterResult>
accountMoid String
additionalProperties String
ancestors List<GetVirtualizationVmwareVcenterAncestor>
build String
classId String
clusterCount Double
createTime String
datacenterCount Double
datastoreCount Double
distributedVirtualSwitchCount Double
domainGroupMoid String
dsClusterCount Double
externalIp String
hostCount Double
identity String
ipAddresses List<String>
modTime String
moid String
name String
nrVersion String
objectType String
owners List<String>
parent GetVirtualizationVmwareVcenterParent
permissionResources List<GetVirtualizationVmwareVcenterPermissionResource>
registeredDevice GetVirtualizationVmwareVcenterRegisteredDevice
sharedScope String
tags List<GetVirtualizationVmwareVcenterTag>
targetName String
versionContext GetVirtualizationVmwareVcenterVersionContext
vmCount Double
vmTemplatesCount Double
id str
results Sequence[GetVirtualizationVmwareVcenterResult]
account_moid str
additional_properties str
ancestors Sequence[GetVirtualizationVmwareVcenterAncestor]
build str
class_id str
cluster_count float
create_time str
datacenter_count float
datastore_count float
distributed_virtual_switch_count float
domain_group_moid str
ds_cluster_count float
external_ip str
host_count float
identity str
ip_addresses Sequence[str]
mod_time str
moid str
name str
nr_version str
object_type str
owners Sequence[str]
parent GetVirtualizationVmwareVcenterParent
permission_resources Sequence[GetVirtualizationVmwareVcenterPermissionResource]
registered_device GetVirtualizationVmwareVcenterRegisteredDevice
shared_scope str
tags Sequence[GetVirtualizationVmwareVcenterTag]
target_name str
version_context GetVirtualizationVmwareVcenterVersionContext
vm_count float
vm_templates_count float

Supporting Types

GetVirtualizationVmwareVcenterAncestor

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

GetVirtualizationVmwareVcenterParent

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

GetVirtualizationVmwareVcenterPermissionResource

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

GetVirtualizationVmwareVcenterRegisteredDevice

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

GetVirtualizationVmwareVcenterResult

AccountMoid This property is required. string
The Account ID for this managed object.
AdditionalProperties This property is required. string
Ancestors This property is required. List<GetVirtualizationVmwareVcenterResultAncestor>
Build This property is required. string
The build number of the Hypervisor Manger (e.g., 4541947, 6.3.9600.18692). The build number may indicate some feature support that applications might rely on. The build number may not always be an integer.
ClassId This property is required. string
ClusterCount This property is required. double
Count of all Clusters associated with the vcenter.
CreateTime This property is required. string
The time when this managed object was created.
DatacenterCount This property is required. double
Count of all Datacenters in the vcenter.
DatastoreCount This property is required. double
Count of all Datastores Templates associated with the vcenter.
DistributedVirtualSwitchCount This property is required. double
Count of all Distributed Virtual Switches associated with vcenter.
DomainGroupMoid This property is required. string
The DomainGroup ID for this managed object.
DsClusterCount This property is required. double
Count of all Datastore cluster associated with the vcenter.
ExternalIp This property is required. string
External Ip address fot the vcenter.
HostCount This property is required. double
Count of all Hosts associated with the vcenter.
Identity This property is required. string
Identity of the hypervisor (not manipulated by user). It could be a UUID too. For example, c917093f-5443-4748-bc09-eec72ded7608.
IpAddresses This property is required. List<string>
ModTime This property is required. string
The time when this managed object was last modified.
Moid This property is required. string
The unique identifier of this Managed Object instance.
Name This property is required. string
The user provided name for the hypervisor manager. For example, vCenterIreland. Usually, this name is subject to manipulation by the user. It is not the identity of the hypervisor.
NrVersion This property is required. string
Release version of the Hypervisor Manger (VMware vCenter Server 6.0.0 build-4541947).
ObjectType This property is required. string
Owners This property is required. List<string>
Parents This property is required. List<GetVirtualizationVmwareVcenterResultParent>
PermissionResources This property is required. List<GetVirtualizationVmwareVcenterResultPermissionResource>
RegisteredDevices This property is required. List<GetVirtualizationVmwareVcenterResultRegisteredDevice>
SharedScope This property is required. string
Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
Tags This property is required. List<GetVirtualizationVmwareVcenterResultTag>
TargetName This property is required. string
Name of th Target with which the vcenter was claimed.
VersionContexts This property is required. List<GetVirtualizationVmwareVcenterResultVersionContext>
VmCount This property is required. double
Count of all Virtual Machines associated with the vcenter.
VmTemplatesCount This property is required. double
Count of all VM Templates associated with the vcenter.
AccountMoid This property is required. string
The Account ID for this managed object.
AdditionalProperties This property is required. string
Ancestors This property is required. []GetVirtualizationVmwareVcenterResultAncestor
Build This property is required. string
The build number of the Hypervisor Manger (e.g., 4541947, 6.3.9600.18692). The build number may indicate some feature support that applications might rely on. The build number may not always be an integer.
ClassId This property is required. string
ClusterCount This property is required. float64
Count of all Clusters associated with the vcenter.
CreateTime This property is required. string
The time when this managed object was created.
DatacenterCount This property is required. float64
Count of all Datacenters in the vcenter.
DatastoreCount This property is required. float64
Count of all Datastores Templates associated with the vcenter.
DistributedVirtualSwitchCount This property is required. float64
Count of all Distributed Virtual Switches associated with vcenter.
DomainGroupMoid This property is required. string
The DomainGroup ID for this managed object.
DsClusterCount This property is required. float64
Count of all Datastore cluster associated with the vcenter.
ExternalIp This property is required. string
External Ip address fot the vcenter.
HostCount This property is required. float64
Count of all Hosts associated with the vcenter.
Identity This property is required. string
Identity of the hypervisor (not manipulated by user). It could be a UUID too. For example, c917093f-5443-4748-bc09-eec72ded7608.
IpAddresses This property is required. []string
ModTime This property is required. string
The time when this managed object was last modified.
Moid This property is required. string
The unique identifier of this Managed Object instance.
Name This property is required. string
The user provided name for the hypervisor manager. For example, vCenterIreland. Usually, this name is subject to manipulation by the user. It is not the identity of the hypervisor.
NrVersion This property is required. string
Release version of the Hypervisor Manger (VMware vCenter Server 6.0.0 build-4541947).
ObjectType This property is required. string
Owners This property is required. []string
Parents This property is required. []GetVirtualizationVmwareVcenterResultParent
PermissionResources This property is required. []GetVirtualizationVmwareVcenterResultPermissionResource
RegisteredDevices This property is required. []GetVirtualizationVmwareVcenterResultRegisteredDevice
SharedScope This property is required. string
Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
Tags This property is required. []GetVirtualizationVmwareVcenterResultTag
TargetName This property is required. string
Name of th Target with which the vcenter was claimed.
VersionContexts This property is required. []GetVirtualizationVmwareVcenterResultVersionContext
VmCount This property is required. float64
Count of all Virtual Machines associated with the vcenter.
VmTemplatesCount This property is required. float64
Count of all VM Templates associated with the vcenter.
accountMoid This property is required. String
The Account ID for this managed object.
additionalProperties This property is required. String
ancestors This property is required. List<GetVirtualizationVmwareVcenterResultAncestor>
build This property is required. String
The build number of the Hypervisor Manger (e.g., 4541947, 6.3.9600.18692). The build number may indicate some feature support that applications might rely on. The build number may not always be an integer.
classId This property is required. String
clusterCount This property is required. Double
Count of all Clusters associated with the vcenter.
createTime This property is required. String
The time when this managed object was created.
datacenterCount This property is required. Double
Count of all Datacenters in the vcenter.
datastoreCount This property is required. Double
Count of all Datastores Templates associated with the vcenter.
distributedVirtualSwitchCount This property is required. Double
Count of all Distributed Virtual Switches associated with vcenter.
domainGroupMoid This property is required. String
The DomainGroup ID for this managed object.
dsClusterCount This property is required. Double
Count of all Datastore cluster associated with the vcenter.
externalIp This property is required. String
External Ip address fot the vcenter.
hostCount This property is required. Double
Count of all Hosts associated with the vcenter.
identity This property is required. String
Identity of the hypervisor (not manipulated by user). It could be a UUID too. For example, c917093f-5443-4748-bc09-eec72ded7608.
ipAddresses This property is required. List<String>
modTime This property is required. String
The time when this managed object was last modified.
moid This property is required. String
The unique identifier of this Managed Object instance.
name This property is required. String
The user provided name for the hypervisor manager. For example, vCenterIreland. Usually, this name is subject to manipulation by the user. It is not the identity of the hypervisor.
nrVersion This property is required. String
Release version of the Hypervisor Manger (VMware vCenter Server 6.0.0 build-4541947).
objectType This property is required. String
owners This property is required. List<String>
parents This property is required. List<GetVirtualizationVmwareVcenterResultParent>
permissionResources This property is required. List<GetVirtualizationVmwareVcenterResultPermissionResource>
registeredDevices This property is required. List<GetVirtualizationVmwareVcenterResultRegisteredDevice>
sharedScope This property is required. String
Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
tags This property is required. List<GetVirtualizationVmwareVcenterResultTag>
targetName This property is required. String
Name of th Target with which the vcenter was claimed.
versionContexts This property is required. List<GetVirtualizationVmwareVcenterResultVersionContext>
vmCount This property is required. Double
Count of all Virtual Machines associated with the vcenter.
vmTemplatesCount This property is required. Double
Count of all VM Templates associated with the vcenter.
accountMoid This property is required. string
The Account ID for this managed object.
additionalProperties This property is required. string
ancestors This property is required. GetVirtualizationVmwareVcenterResultAncestor[]
build This property is required. string
The build number of the Hypervisor Manger (e.g., 4541947, 6.3.9600.18692). The build number may indicate some feature support that applications might rely on. The build number may not always be an integer.
classId This property is required. string
clusterCount This property is required. number
Count of all Clusters associated with the vcenter.
createTime This property is required. string
The time when this managed object was created.
datacenterCount This property is required. number
Count of all Datacenters in the vcenter.
datastoreCount This property is required. number
Count of all Datastores Templates associated with the vcenter.
distributedVirtualSwitchCount This property is required. number
Count of all Distributed Virtual Switches associated with vcenter.
domainGroupMoid This property is required. string
The DomainGroup ID for this managed object.
dsClusterCount This property is required. number
Count of all Datastore cluster associated with the vcenter.
externalIp This property is required. string
External Ip address fot the vcenter.
hostCount This property is required. number
Count of all Hosts associated with the vcenter.
identity This property is required. string
Identity of the hypervisor (not manipulated by user). It could be a UUID too. For example, c917093f-5443-4748-bc09-eec72ded7608.
ipAddresses This property is required. string[]
modTime This property is required. string
The time when this managed object was last modified.
moid This property is required. string
The unique identifier of this Managed Object instance.
name This property is required. string
The user provided name for the hypervisor manager. For example, vCenterIreland. Usually, this name is subject to manipulation by the user. It is not the identity of the hypervisor.
nrVersion This property is required. string
Release version of the Hypervisor Manger (VMware vCenter Server 6.0.0 build-4541947).
objectType This property is required. string
owners This property is required. string[]
parents This property is required. GetVirtualizationVmwareVcenterResultParent[]
permissionResources This property is required. GetVirtualizationVmwareVcenterResultPermissionResource[]
registeredDevices This property is required. GetVirtualizationVmwareVcenterResultRegisteredDevice[]
sharedScope This property is required. string
Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
tags This property is required. GetVirtualizationVmwareVcenterResultTag[]
targetName This property is required. string
Name of th Target with which the vcenter was claimed.
versionContexts This property is required. GetVirtualizationVmwareVcenterResultVersionContext[]
vmCount This property is required. number
Count of all Virtual Machines associated with the vcenter.
vmTemplatesCount This property is required. number
Count of all VM Templates associated with the vcenter.
account_moid This property is required. str
The Account ID for this managed object.
additional_properties This property is required. str
ancestors This property is required. Sequence[GetVirtualizationVmwareVcenterResultAncestor]
build This property is required. str
The build number of the Hypervisor Manger (e.g., 4541947, 6.3.9600.18692). The build number may indicate some feature support that applications might rely on. The build number may not always be an integer.
class_id This property is required. str
cluster_count This property is required. float
Count of all Clusters associated with the vcenter.
create_time This property is required. str
The time when this managed object was created.
datacenter_count This property is required. float
Count of all Datacenters in the vcenter.
datastore_count This property is required. float
Count of all Datastores Templates associated with the vcenter.
distributed_virtual_switch_count This property is required. float
Count of all Distributed Virtual Switches associated with vcenter.
domain_group_moid This property is required. str
The DomainGroup ID for this managed object.
ds_cluster_count This property is required. float
Count of all Datastore cluster associated with the vcenter.
external_ip This property is required. str
External Ip address fot the vcenter.
host_count This property is required. float
Count of all Hosts associated with the vcenter.
identity This property is required. str
Identity of the hypervisor (not manipulated by user). It could be a UUID too. For example, c917093f-5443-4748-bc09-eec72ded7608.
ip_addresses This property is required. Sequence[str]
mod_time This property is required. str
The time when this managed object was last modified.
moid This property is required. str
The unique identifier of this Managed Object instance.
name This property is required. str
The user provided name for the hypervisor manager. For example, vCenterIreland. Usually, this name is subject to manipulation by the user. It is not the identity of the hypervisor.
nr_version This property is required. str
Release version of the Hypervisor Manger (VMware vCenter Server 6.0.0 build-4541947).
object_type This property is required. str
owners This property is required. Sequence[str]
parents This property is required. Sequence[GetVirtualizationVmwareVcenterResultParent]
permission_resources This property is required. Sequence[GetVirtualizationVmwareVcenterResultPermissionResource]
registered_devices This property is required. Sequence[GetVirtualizationVmwareVcenterResultRegisteredDevice]
shared_scope This property is required. str
Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
tags This property is required. Sequence[GetVirtualizationVmwareVcenterResultTag]
target_name This property is required. str
Name of th Target with which the vcenter was claimed.
version_contexts This property is required. Sequence[GetVirtualizationVmwareVcenterResultVersionContext]
vm_count This property is required. float
Count of all Virtual Machines associated with the vcenter.
vm_templates_count This property is required. float
Count of all VM Templates associated with the vcenter.
accountMoid This property is required. String
The Account ID for this managed object.
additionalProperties This property is required. String
ancestors This property is required. List<Property Map>
build This property is required. String
The build number of the Hypervisor Manger (e.g., 4541947, 6.3.9600.18692). The build number may indicate some feature support that applications might rely on. The build number may not always be an integer.
classId This property is required. String
clusterCount This property is required. Number
Count of all Clusters associated with the vcenter.
createTime This property is required. String
The time when this managed object was created.
datacenterCount This property is required. Number
Count of all Datacenters in the vcenter.
datastoreCount This property is required. Number
Count of all Datastores Templates associated with the vcenter.
distributedVirtualSwitchCount This property is required. Number
Count of all Distributed Virtual Switches associated with vcenter.
domainGroupMoid This property is required. String
The DomainGroup ID for this managed object.
dsClusterCount This property is required. Number
Count of all Datastore cluster associated with the vcenter.
externalIp This property is required. String
External Ip address fot the vcenter.
hostCount This property is required. Number
Count of all Hosts associated with the vcenter.
identity This property is required. String
Identity of the hypervisor (not manipulated by user). It could be a UUID too. For example, c917093f-5443-4748-bc09-eec72ded7608.
ipAddresses This property is required. List<String>
modTime This property is required. String
The time when this managed object was last modified.
moid This property is required. String
The unique identifier of this Managed Object instance.
name This property is required. String
The user provided name for the hypervisor manager. For example, vCenterIreland. Usually, this name is subject to manipulation by the user. It is not the identity of the hypervisor.
nrVersion This property is required. String
Release version of the Hypervisor Manger (VMware vCenter Server 6.0.0 build-4541947).
objectType This property is required. String
owners This property is required. List<String>
parents This property is required. List<Property Map>
permissionResources This property is required. List<Property Map>
registeredDevices This property is required. List<Property Map>
sharedScope This property is required. String
Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
tags This property is required. List<Property Map>
targetName This property is required. String
Name of th Target with which the vcenter was claimed.
versionContexts This property is required. List<Property Map>
vmCount This property is required. Number
Count of all Virtual Machines associated with the vcenter.
vmTemplatesCount This property is required. Number
Count of all VM Templates associated with the vcenter.

GetVirtualizationVmwareVcenterResultAncestor

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

GetVirtualizationVmwareVcenterResultParent

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

GetVirtualizationVmwareVcenterResultPermissionResource

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

GetVirtualizationVmwareVcenterResultRegisteredDevice

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

GetVirtualizationVmwareVcenterResultTag

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

GetVirtualizationVmwareVcenterResultVersionContext

AdditionalProperties This property is required. string
ClassId This property is required. string
InterestedMos This property is required. List<GetVirtualizationVmwareVcenterResultVersionContextInterestedMo>
MarkedForDeletion This property is required. bool
NrVersion This property is required. string
Release version of the Hypervisor Manger (VMware vCenter Server 6.0.0 build-4541947).
ObjectType This property is required. string
RefMos This property is required. List<GetVirtualizationVmwareVcenterResultVersionContextRefMo>
Timestamp This property is required. string
VersionType This property is required. string
AdditionalProperties This property is required. string
ClassId This property is required. string
InterestedMos This property is required. []GetVirtualizationVmwareVcenterResultVersionContextInterestedMo
MarkedForDeletion This property is required. bool
NrVersion This property is required. string
Release version of the Hypervisor Manger (VMware vCenter Server 6.0.0 build-4541947).
ObjectType This property is required. string
RefMos This property is required. []GetVirtualizationVmwareVcenterResultVersionContextRefMo
Timestamp This property is required. string
VersionType This property is required. string
additionalProperties This property is required. String
classId This property is required. String
interestedMos This property is required. List<GetVirtualizationVmwareVcenterResultVersionContextInterestedMo>
markedForDeletion This property is required. Boolean
nrVersion This property is required. String
Release version of the Hypervisor Manger (VMware vCenter Server 6.0.0 build-4541947).
objectType This property is required. String
refMos This property is required. List<GetVirtualizationVmwareVcenterResultVersionContextRefMo>
timestamp This property is required. String
versionType This property is required. String
additionalProperties This property is required. string
classId This property is required. string
interestedMos This property is required. GetVirtualizationVmwareVcenterResultVersionContextInterestedMo[]
markedForDeletion This property is required. boolean
nrVersion This property is required. string
Release version of the Hypervisor Manger (VMware vCenter Server 6.0.0 build-4541947).
objectType This property is required. string
refMos This property is required. GetVirtualizationVmwareVcenterResultVersionContextRefMo[]
timestamp This property is required. string
versionType This property is required. string
additional_properties This property is required. str
class_id This property is required. str
interested_mos This property is required. Sequence[GetVirtualizationVmwareVcenterResultVersionContextInterestedMo]
marked_for_deletion This property is required. bool
nr_version This property is required. str
Release version of the Hypervisor Manger (VMware vCenter Server 6.0.0 build-4541947).
object_type This property is required. str
ref_mos This property is required. Sequence[GetVirtualizationVmwareVcenterResultVersionContextRefMo]
timestamp This property is required. str
version_type This property is required. str
additionalProperties This property is required. String
classId This property is required. String
interestedMos This property is required. List<Property Map>
markedForDeletion This property is required. Boolean
nrVersion This property is required. String
Release version of the Hypervisor Manger (VMware vCenter Server 6.0.0 build-4541947).
objectType This property is required. String
refMos This property is required. List<Property Map>
timestamp This property is required. String
versionType This property is required. String

GetVirtualizationVmwareVcenterResultVersionContextInterestedMo

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

GetVirtualizationVmwareVcenterResultVersionContextRefMo

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

GetVirtualizationVmwareVcenterTag

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.

GetVirtualizationVmwareVcenterVersionContext

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<GetVirtualizationVmwareVcenterVersionContextInterestedMo>
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
Release version of the Hypervisor Manger (VMware vCenter Server 6.0.0 build-4541947).
ObjectType string
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
RefMo GetVirtualizationVmwareVcenterVersionContextRefMo
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 []GetVirtualizationVmwareVcenterVersionContextInterestedMo
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
Release version of the Hypervisor Manger (VMware vCenter Server 6.0.0 build-4541947).
ObjectType string
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
RefMo GetVirtualizationVmwareVcenterVersionContextRefMo
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<GetVirtualizationVmwareVcenterVersionContextInterestedMo>
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
Release version of the Hypervisor Manger (VMware vCenter Server 6.0.0 build-4541947).
objectType String
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
refMo GetVirtualizationVmwareVcenterVersionContextRefMo
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 GetVirtualizationVmwareVcenterVersionContextInterestedMo[]
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
Release version of the Hypervisor Manger (VMware vCenter Server 6.0.0 build-4541947).
objectType string
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
refMo GetVirtualizationVmwareVcenterVersionContextRefMo
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[GetVirtualizationVmwareVcenterVersionContextInterestedMo]
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
Release version of the Hypervisor Manger (VMware vCenter Server 6.0.0 build-4541947).
object_type str
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
ref_mo GetVirtualizationVmwareVcenterVersionContextRefMo
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
Release version of the Hypervisor Manger (VMware vCenter Server 6.0.0 build-4541947).
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.

GetVirtualizationVmwareVcenterVersionContextInterestedMo

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

GetVirtualizationVmwareVcenterVersionContextRefMo

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.