Package | Description |
---|---|
org.ovirt.engine.sdk |
Modifier and Type | Method and Description |
---|---|
Api |
ApiBuilder.build()
Creates an API entry point object.
|
String |
Api.getComment()
Gets the value of the Comment property.
|
ApiSummary |
Api.getSummary()
Gets the value of the Summary property.
|
XMLGregorianCalendar |
Api.getTime()
Gets the value of the Time property.
|
Constructor and Description |
---|
Api(String url,
String sessionid)
Deprecated.
Use the
ApiBuilder class instead. |
Api(String url,
String sessionid,
boolean noHostVerification)
Deprecated.
Use the
ApiBuilder class instead. |
Api(String url,
String username,
String password)
Deprecated.
Use the
ApiBuilder class instead. |
Api(String url,
String username,
String password,
boolean noHostVerification)
Deprecated.
Use the
ApiBuilder class instead. |
Api(String url,
String username,
String password,
Boolean noHostVerification,
Boolean filter)
Deprecated.
Use the
ApiBuilder class instead. |
Api(String url,
String username,
String password,
String keyStorePath)
Deprecated.
Use the
ApiBuilder class instead. |
Api(String url,
String username,
String password,
String sessionid,
Integer port,
Integer requestTimeout,
Boolean persistentAuth,
Boolean noHostVerification,
Boolean filter,
Boolean debug)
Deprecated.
Use the
ApiBuilder class instead. |
Api(String url,
String username,
String password,
String sessionid,
Integer port,
Integer requestTimeout,
Integer sessionTimeout,
Boolean persistentAuth,
Boolean noHostVerification,
Boolean filter,
Boolean debug)
Deprecated.
Use the
ApiBuilder class instead. |
Api(String url,
String username,
String password,
String sessionid,
Integer port,
Integer requestTimeout,
Integer sessionTimeout,
Boolean persistentAuth,
String keyStorePath,
String keyStorePassword,
Boolean filter,
Boolean debug)
Deprecated.
Use the
ApiBuilder class instead. |
Api(String url,
String username,
String password,
String keyStorePath,
String keyStorePassword,
Boolean filter)
Deprecated.
Use the
ApiBuilder class instead. |
Copyright ? 2010 Red Hat, Inc - released under the Apache License Version 2.0