GetVirtualMachineManagerInventoryItemsPlainArgs

data class GetVirtualMachineManagerInventoryItemsPlainArgs(val inventoryType: String, val systemCenterVirtualMachineManagerServerId: String) : ConvertibleToJava<GetVirtualMachineManagerInventoryItemsPlainArgs>

A collection of arguments for invoking getVirtualMachineManagerInventoryItems.

Constructors

constructor(inventoryType: String, systemCenterVirtualMachineManagerServerId: String)

Properties

Link copied to clipboard

The inventory type of the System Center Virtual Machine Manager Inventory Item. Possible values are Cloud, VirtualMachine, VirtualMachineTemplate and VirtualNetwork.

The ID of the System Center Virtual Machine Manager Server.

Functions

Link copied to clipboard
open override fun toJava(): GetVirtualMachineManagerInventoryItemsPlainArgs