Class FeaturesMigration

    • Constructor Detail

      • FeaturesMigration

        public FeaturesMigration()
        No args constructor for use in serialization
      • FeaturesMigration

        public FeaturesMigration​(Boolean egressFirewall,
                                 Boolean egressIP,
                                 Boolean multicast)
    • Method Detail

      • getEgressFirewall

        public Boolean getEgressFirewall()
        egressFirewall specified whether or not the Egress Firewall configuration was migrated. DEPRECATED: network type migration is no longer supported.
      • setEgressFirewall

        public void setEgressFirewall​(Boolean egressFirewall)
        egressFirewall specified whether or not the Egress Firewall configuration was migrated. DEPRECATED: network type migration is no longer supported.
      • getEgressIP

        public Boolean getEgressIP()
        egressIP specified whether or not the Egress IP configuration was migrated. DEPRECATED: network type migration is no longer supported.
      • setEgressIP

        public void setEgressIP​(Boolean egressIP)
        egressIP specified whether or not the Egress IP configuration was migrated. DEPRECATED: network type migration is no longer supported.
      • getMulticast

        public Boolean getMulticast()
        multicast specified whether or not the multicast configuration was migrated. DEPRECATED: network type migration is no longer supported.
      • setMulticast

        public void setMulticast​(Boolean multicast)
        multicast specified whether or not the multicast configuration was migrated. DEPRECATED: network type migration is no longer supported.
      • getAdditionalProperties

        public Map<String,​Object> getAdditionalProperties()
      • setAdditionalProperty

        public void setAdditionalProperty​(String name,
                                          Object value)
      • setAdditionalProperties

        public void setAdditionalProperties​(Map<String,​Object> additionalProperties)