Class ZosmfSystems
- java.lang.Object
-
- zowe.client.sdk.zosmfinfo.methods.ZosmfSystems
-
public class ZosmfSystems extends Object
This class is used to list the systems defined to z/OSMF through the z/OSMF APIs.- Version:
- 4.0
- Author:
- Frank Giordano
-
-
Constructor Summary
Constructors Constructor Description ZosmfSystems(ZosConnection connection)ListDefinedSystems Constructor.
-
-
-
Constructor Detail
-
ZosmfSystems
public ZosmfSystems(ZosConnection connection)
ListDefinedSystems Constructor.- Parameters:
connection- for connection information, see ZosConnection object
-
-
Method Detail
-
get
public ZosmfSystemsResponse get() throws ZosmfRequestException
List systems defined to z/OSMF- Returns:
- ZosmfListDefinedSystemsResponse object
- Throws:
ZosmfRequestException- request error state
-
-