// Copyright (c) 2013 DMTF. All rights reserved. [Experimental, Version ( "2.42.0" ), UMLPackagePath ( "CIM::Device::Tape" ), Description ( "CIM_VirtualTapeLibrarySystemCapabilities describes the set of " "service methods that a VirtualTapeLibrarySystemService " "supports." )] class CIM_VirtualTapeLibrarySystemCapabilities : CIM_Capabilities { [Description ( "This Boolean is set to TRUE if the " "VirtualTapeLibrarySystemService supports methods to " "configure access ports to virtual tape libraries." )] boolean ConfigPort; [Description ( "This Boolean is set to TRUE if the " "VirtualTapeLibrarySystemService supports access to " "external physical libraries." )] boolean ExternalPhysicalLibrary; [Description ( "This Boolean is set to TRUE if the " "VirtualTapeLibrarySystemService supports access to " "external storage array." )] boolean ExternalArray; [Description ( "This Boolean is set to TRUE if the " "VirtualTapeLibrarySystemService supports methods to " "configure a StorageVolume." )] boolean ConfigureStorageVolume; };