Class ProxyRulesRecord

All Implemented Interfaces:
Serializable

@Deprecated(since="8.3.0") public class ProxyRulesRecord extends PersistentRecord
Deprecated.
Use ProxyRulesResource instead.
Rules used by a proxy gateway that determines whether to allow routes to be established between gateways on either side of the proxy gateway.
See Also:
  • Field Details

    • META

      public static final RecordMeta<ProxyRulesRecord> META
      Deprecated.
    • ID

      public static final IdentityField ID
      Deprecated.
    • SOURCE_GATEWAYS

      public static final StringField SOURCE_GATEWAYS
      Deprecated.
    • DESTINATION_GATEWAYS

      public static final StringField DESTINATION_GATEWAYS
      Deprecated.
    • RANK

      public static final IntField RANK
      Deprecated.
    • DESCR

      public static final StringField DESCR
      Deprecated.
    • ACTION

      public static final EnumField<com.inductiveautomation.metro.impl.ProxyRule.Action> ACTION
      Deprecated.
  • Constructor Details

    • ProxyRulesRecord

      public ProxyRulesRecord()
      Deprecated.
  • Method Details

    • getMeta

      public RecordMeta<?> getMeta()
      Deprecated.
      Description copied from class: SRecordInstance
      This must be defined in every user record's definition to access the SRecord which provides the meta data for this instance. It is normally defined as:-

       SRecord getMeta() {
         return meta;
       };
       

      The actual meta variable is thus not Serialized, but it would not be anyway as it is usually static.

      Specified by:
      getMeta in class PersistentRecord