vcenter cluster modules: summary
The
summary
structure contains commonly used information about a module in a vCenter cluster. Warning: This structure is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented.Representation:
{
"cluster" : "obj-103",
"module" : "obj-103"
}
"cluster" : "obj-103",
"module" : "obj-103"
}
Attributes:
Name | Type | Description |
---|---|---|
Required | ||
cluster | string | Identifier of the cluster in which this module resides. Warning: This attribute is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented. When clients pass a value of this structure as a parameter, the field must be an identifier for the resource type: ClusterComputeResource . When operations return a value of this structure as a result, the field will be an identifier for the resource type: ClusterComputeResource . |
module | string | Identifier of the module. Warning: This attribute is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented. When clients pass a value of this structure as a parameter, the field must be an identifier for the resource type: com.vmware.vcenter.cluster.modules . When operations return a value of this structure as a result, the field will be an identifier for the resource type: com.vmware.vcenter.cluster.modules . |