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
  • Field Details

    • uuid

      public String uuid
      Unique identifier/object reference
    • value

      public String value
      the secret
    • otherConfig

      public Map<String,String> otherConfig
      other_config
  • Constructor Details

    • Record

      public Record()
  • Method Details