ClusterInventoryItem Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The cluster inventory item.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ConnectedVMware.Models.ClusterInventoryItemTypeConverter))]
public class ClusterInventoryItem : Microsoft.Azure.PowerShell.Cmdlets.ConnectedVMware.Models.IClusterInventoryItem, Microsoft.Azure.PowerShell.Cmdlets.ConnectedVMware.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ConnectedVMware.Models.ClusterInventoryItemTypeConverter))>]
type ClusterInventoryItem = class
interface IClusterInventoryItem
interface IJsonSerializable
interface IInventoryItemProperties
interface IValidates
Public Class ClusterInventoryItem
Implements IClusterInventoryItem, IValidates
- Inheritance
-
ClusterInventoryItem
- Attributes
- Implements
Constructors
ClusterInventoryItem() |
Creates an new ClusterInventoryItem instance. |
Properties
InventoryType |
They inventory type. |
ManagedResourceId |
Gets or sets the tracked resource id corresponding to the inventory resource. |
MoName |
Gets or sets the vCenter Managed Object name for the inventory item. |
MoRefId |
Gets or sets the MoRef (Managed Object Reference) ID for the inventory item. |
ProvisioningState |
Gets the provisioning state. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of ClusterInventoryItem. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of ClusterInventoryItem. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ConnectedVMware.Models.IClusterInventoryItem. |
FromJsonString(String) |
Creates a new instance of ClusterInventoryItem, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of ClusterInventoryItem into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() | |
Validate(IEventListener) |
Validates that this object meets the validation criteria. |