// Copyright (c) 2013 DMTF. All rights reserved. [Experimental, Version ( "2.42.0" ), UMLPackagePath ( "CIM::Device::Tape" ), Description ( "The CIM_VirtualTapeServiceCapabilities describes a set of " "properties that a VirtualTapeService can support when creating " "or maintaining a VirtualTape. Each supported combination of " "properties is specified by a VirtualTapeSetting that is " "associated with the VirtualTapeServiceCapabilities element via " "ElementSettingData. A VirtualTapeServiceCapabilities element " "specifies the properties supported when using it." )] class CIM_VirtualTapeServiceCapabilities : CIM_Capabilities { [Description ( "The types of physical tapes this virtual library is " "capable of emulating. These strings are vendor specific. " "A vendor may support emulating multiple physical tape " "types as listed in the capabilities." ), ModelCorrespondence { "CIM_VirtualTapeLibrarySetting.LibraryType" }] string SupportedTypes[]; [Description ( "The list of methods supported by the VirtualTapeService." )] string SupportedMethods[]; };