com.xensource.xenapi
Class Secret.Record
java.lang.Object
com.xensource.xenapi.Secret.Record
- All Implemented Interfaces:
- Types.Record
- Enclosing class:
- Secret
public static class Secret.Record
- extends Object
- implements Types.Record
Represents all the fields in a Secret
uuid
public String uuid
- Unique identifier/object reference
value
public String value
- the secret
Secret.Record
public Secret.Record()
toString
public String toString()
- Overrides:
toString
in class Object
toMap
public Map<String,Object> toMap()
- Convert a secret.Record to a Map
- Specified by:
toMap
in interface Types.Record