Share via


IDatastoreInventoryItem Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ConnectedVMware.Models.DatastoreInventoryItemTypeConverter))]
public interface IDatastoreInventoryItem : Microsoft.Azure.PowerShell.Cmdlets.ConnectedVMware.Models.IInventoryItemProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ConnectedVMware.Models.DatastoreInventoryItemTypeConverter))>]
type IDatastoreInventoryItem = interface
    interface IJsonSerializable
    interface IInventoryItemProperties
Public Interface IDatastoreInventoryItem
Implements IInventoryItemProperties
Derived
Attributes
Implements

Properties

CapacityGb

Gets or sets Maximum capacity of this datastore, in GBs.

FreeSpaceGb

Gets or sets Available space of this datastore, in GBs.

InventoryType

They inventory type.

(Inherited from IInventoryItemProperties)
ManagedResourceId

Gets or sets the tracked resource id corresponding to the inventory resource.

(Inherited from IInventoryItemProperties)
MoName

Gets or sets the vCenter Managed Object name for the inventory item.

(Inherited from IInventoryItemProperties)
MoRefId

Gets or sets the MoRef (Managed Object Reference) ID for the inventory item.

(Inherited from IInventoryItemProperties)
ProvisioningState

Gets the provisioning state.

(Inherited from IInventoryItemProperties)

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to