Class AdvertisedNetworkCsvRecord.Builder

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      AdvertisedNetworkCsvRecord build()  
      AdvertisedNetworkCsvRecord.Builder setNetwork​(java.lang.String network)
      Advertised network address.
      AdvertisedNetworkCsvRecord.Builder setRuleFilterType​(java.lang.String ruleFilterType)
      Advertised rule filter type This property may be present in responses from the server, but if it is present in a request to server it will be ignored.
      AdvertisedNetworkCsvRecord.Builder setStatus​(java.lang.String status)
      advertisement status of network to connected gateway SUCCESS - network route successfully plumbed on target gateway DENIED_BY_TARGET_GATEWAY - network denied by target gateway because of in filter rules or missing inter vrf config This property may be present in responses from the server, but if it is present in a request to server it will be ignored.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • setNetwork

        public AdvertisedNetworkCsvRecord.Builder setNetwork​(java.lang.String network)
        Advertised network address. This property may be present in responses from the server, but if it is present in a request to server it will be ignored.
        Parameters:
        network - New value for the property.
      • setRuleFilterType

        public AdvertisedNetworkCsvRecord.Builder setRuleFilterType​(java.lang.String ruleFilterType)
        Advertised rule filter type This property may be present in responses from the server, but if it is present in a request to server it will be ignored.
        Parameters:
        ruleFilterType - New value for the property.
      • setStatus

        public AdvertisedNetworkCsvRecord.Builder setStatus​(java.lang.String status)
        advertisement status of network to connected gateway SUCCESS - network route successfully plumbed on target gateway DENIED_BY_TARGET_GATEWAY - network denied by target gateway because of in filter rules or missing inter vrf config This property may be present in responses from the server, but if it is present in a request to server it will be ignored.
        Parameters:
        status - New value for the property.