Class PolicyPktCapResource.Builder

    • Constructor Summary

      Constructors 
      Constructor Description
      Builder​(java.lang.String resourceType)
      Constructor with parameters for the required properties of PolicyPktCapResource.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      PolicyPktCapResource build()  
      PolicyPktCapResource.Builder setLogicalPortPath​(java.lang.String logicalPortPath)
      The path of segment port or router port where the packets are captured This property may be present in responses from the server, but if it is present in a request to server it will be ignored.
      PolicyPktCapResource.Builder setPktcapFileDownloadUrl​(java.lang.String pktcapFileDownloadUrl)
      Packet capture file download URL This property may be present in responses from the server, but if it is present in a request to server it will be ignored.
      PolicyPktCapResource.Builder setPortId​(java.lang.String portId)
      The ID of logical port where packet capture action is performed 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
    • Constructor Detail

      • Builder

        public Builder​(java.lang.String resourceType)
        Constructor with parameters for the required properties of PolicyPktCapResource.
    • Method Detail

      • setLogicalPortPath

        public PolicyPktCapResource.Builder setLogicalPortPath​(java.lang.String logicalPortPath)
        The path of segment port or router port where the packets are captured 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:
        logicalPortPath - New value for the property.
      • setPktcapFileDownloadUrl

        public PolicyPktCapResource.Builder setPktcapFileDownloadUrl​(java.lang.String pktcapFileDownloadUrl)
        Packet capture file download URL 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:
        pktcapFileDownloadUrl - New value for the property.
      • setPortId

        public PolicyPktCapResource.Builder setPortId​(java.lang.String portId)
        The ID of logical port where packet capture action is performed 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:
        portId - New value for the property.