Class AggregateL2VpnStatistics.Builder

    • Constructor Detail

    • Method Detail

      • setIntentPath

        public AggregateL2VpnStatistics.Builder setIntentPath​(java.lang.String intentPath)
        Intent path of object, forward slashes must be escaped using %2F.
        Parameters:
        intentPath - New value for the property.
      • setL2vpnStatisticsPerEnforcementPoint

        public AggregateL2VpnStatistics.Builder setL2vpnStatisticsPerEnforcementPoint​(java.util.List<com.vmware.vapi.bindings.Structure> l2vpnStatisticsPerEnforcementPoint)
        List of L2Vpn Statistics per Enforcement Point. 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:
        l2vpnStatisticsPerEnforcementPoint - New value for the property. When clients pass a value of this class as a parameter, the property must contain all the properties defined in L2VpnStatisticsPerEnforcementPoint. When methods return a value of this class as a return value, the property will contain all the properties defined in L2VpnStatisticsPerEnforcementPoint.