Package com.xensource.xenapi
Class ProbeResult.Record
java.lang.Object
com.xensource.xenapi.ProbeResult.Record
- All Implemented Interfaces:
Types.Record
- Enclosing class:
- ProbeResult
Represents all the fields in a ProbeResult
-
Field Summary
FieldsModifier and TypeFieldDescriptionTrue if this configuration is complete and can be used to call SR.create.Plugin-specific configuration which describes where and how to locate the storage repository.Additional plugin-specific information about this configuration, that might be of use for an API user.Existing SR found for this configuration -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
configuration
Plugin-specific configuration which describes where and how to locate the storage repository. This may include the physical block device name, a remote NFS server and path or an RBD storage pool. -
complete
True if this configuration is complete and can be used to call SR.create. False if it requires further iterative calls to SR.probe, to potentially narrow down on a configuration that can be used. -
sr
Existing SR found for this configuration -
extraInfo
Additional plugin-specific information about this configuration, that might be of use for an API user. This can for example include the LUN or the WWPN.
-
-
Constructor Details
-
Record
public Record()
-
-
Method Details
-
toString
-
toMap
Convert a probe_result.Record to a Map- Specified by:
toMap
in interfaceTypes.Record
-