Interface IpfixL2CollectorProfiles

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void delete​(java.lang.String ipfixL2CollectorProfileId, java.lang.Boolean override)
      API deletes IPFIX collector profile.
      void delete​(java.lang.String ipfixL2CollectorProfileId, java.lang.Boolean override, com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback)
      API deletes IPFIX collector profile.
      void delete​(java.lang.String ipfixL2CollectorProfileId, java.lang.Boolean override, com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
      API deletes IPFIX collector profile.
      void delete​(java.lang.String ipfixL2CollectorProfileId, java.lang.Boolean override, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
      API deletes IPFIX collector profile.
      IPFIXL2CollectorProfile get​(java.lang.String ipfixL2CollectorProfileId)
      API will return details of IPFIX collector profile.
      void get​(java.lang.String ipfixL2CollectorProfileId, com.vmware.vapi.bindings.client.AsyncCallback<IPFIXL2CollectorProfile> asyncCallback)
      API will return details of IPFIX collector profile.
      void get​(java.lang.String ipfixL2CollectorProfileId, com.vmware.vapi.bindings.client.AsyncCallback<IPFIXL2CollectorProfile> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
      API will return details of IPFIX collector profile.
      IPFIXL2CollectorProfile get​(java.lang.String ipfixL2CollectorProfileId, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
      API will return details of IPFIX collector profile.
      IPFIXL2CollectorProfileListResult list​(java.lang.String cursor, java.lang.Boolean includeMarkForDeleteObjects, java.lang.String includedFields, java.lang.Long pageSize, java.lang.Boolean sortAscending, java.lang.String sortBy)
      API will provide list of all IPFIX collector profiles and their details.
      void list​(java.lang.String cursor, java.lang.Boolean includeMarkForDeleteObjects, java.lang.String includedFields, java.lang.Long pageSize, java.lang.Boolean sortAscending, java.lang.String sortBy, com.vmware.vapi.bindings.client.AsyncCallback<IPFIXL2CollectorProfileListResult> asyncCallback)
      API will provide list of all IPFIX collector profiles and their details.
      void list​(java.lang.String cursor, java.lang.Boolean includeMarkForDeleteObjects, java.lang.String includedFields, java.lang.Long pageSize, java.lang.Boolean sortAscending, java.lang.String sortBy, com.vmware.vapi.bindings.client.AsyncCallback<IPFIXL2CollectorProfileListResult> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
      API will provide list of all IPFIX collector profiles and their details.
      IPFIXL2CollectorProfileListResult list​(java.lang.String cursor, java.lang.Boolean includeMarkForDeleteObjects, java.lang.String includedFields, java.lang.Long pageSize, java.lang.Boolean sortAscending, java.lang.String sortBy, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
      API will provide list of all IPFIX collector profiles and their details.
      void patch​(java.lang.String ipfixL2CollectorProfileId, IPFIXL2CollectorProfile iPFIXL2CollectorProfile, java.lang.Boolean override)
      Create a new IPFIX collector profile if the IPFIX collector profile with given id does not already exist.
      void patch​(java.lang.String ipfixL2CollectorProfileId, IPFIXL2CollectorProfile iPFIXL2CollectorProfile, java.lang.Boolean override, com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback)
      Create a new IPFIX collector profile if the IPFIX collector profile with given id does not already exist.
      void patch​(java.lang.String ipfixL2CollectorProfileId, IPFIXL2CollectorProfile iPFIXL2CollectorProfile, java.lang.Boolean override, com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
      Create a new IPFIX collector profile if the IPFIX collector profile with given id does not already exist.
      void patch​(java.lang.String ipfixL2CollectorProfileId, IPFIXL2CollectorProfile iPFIXL2CollectorProfile, java.lang.Boolean override, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
      Create a new IPFIX collector profile if the IPFIX collector profile with given id does not already exist.
      IPFIXL2CollectorProfile update​(java.lang.String ipfixL2CollectorProfileId, IPFIXL2CollectorProfile iPFIXL2CollectorProfile, java.lang.Boolean override)
      Create or Replace IPFIX collector profile.
      void update​(java.lang.String ipfixL2CollectorProfileId, IPFIXL2CollectorProfile iPFIXL2CollectorProfile, java.lang.Boolean override, com.vmware.vapi.bindings.client.AsyncCallback<IPFIXL2CollectorProfile> asyncCallback)
      Create or Replace IPFIX collector profile.
      void update​(java.lang.String ipfixL2CollectorProfileId, IPFIXL2CollectorProfile iPFIXL2CollectorProfile, java.lang.Boolean override, com.vmware.vapi.bindings.client.AsyncCallback<IPFIXL2CollectorProfile> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
      Create or Replace IPFIX collector profile.
      IPFIXL2CollectorProfile update​(java.lang.String ipfixL2CollectorProfileId, IPFIXL2CollectorProfile iPFIXL2CollectorProfile, java.lang.Boolean override, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
      Create or Replace IPFIX collector profile.
    • Method Detail

      • delete

        void delete​(java.lang.String ipfixL2CollectorProfileId,
                    java.lang.Boolean override)
        API deletes IPFIX collector profile. Flow forwarding to collector will be stopped.

        Synchronous method overload. Result of the invocation will be reported as a method return value.

        Parameters:
        ipfixL2CollectorProfileId - IPFIX collector Profile id (required)
        override - Locally override the global object (optional, default to false)
        Throws:
        com.vmware.vapi.std.errors.InvalidRequest - Bad Request, Precondition Failed
        com.vmware.vapi.std.errors.Unauthorized - Forbidden
        com.vmware.vapi.std.errors.ServiceUnavailable - Service Unavailable
        com.vmware.vapi.std.errors.InternalServerError - Internal Server Error
        com.vmware.vapi.std.errors.NotFound - Not Found
      • delete

        void delete​(java.lang.String ipfixL2CollectorProfileId,
                    java.lang.Boolean override,
                    com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
        API deletes IPFIX collector profile. Flow forwarding to collector will be stopped.

        Synchronous method overload. Result of the invocation will be reported as a method return value. Use invocationConfig to specify configuration for this particular invocation.

        Parameters:
        ipfixL2CollectorProfileId - IPFIX collector Profile id (required)
        override - Locally override the global object (optional, default to false)
        invocationConfig - Configuration for the method invocation.
        Throws:
        com.vmware.vapi.std.errors.InvalidRequest - Bad Request, Precondition Failed
        com.vmware.vapi.std.errors.Unauthorized - Forbidden
        com.vmware.vapi.std.errors.ServiceUnavailable - Service Unavailable
        com.vmware.vapi.std.errors.InternalServerError - Internal Server Error
        com.vmware.vapi.std.errors.NotFound - Not Found
      • delete

        void delete​(java.lang.String ipfixL2CollectorProfileId,
                    java.lang.Boolean override,
                    com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback)
        API deletes IPFIX collector profile. Flow forwarding to collector will be stopped.

        Asynchronous method overload. Result of the invocation will be reported via the specified asyncCallback.

        Operation Errors:
        InvalidRequest - Bad Request, Precondition Failed
        Unauthorized - Forbidden
        ServiceUnavailable - Service Unavailable
        InternalServerError - Internal Server Error
        NotFound - Not Found

        Parameters:
        ipfixL2CollectorProfileId - IPFIX collector Profile id (required)
        override - Locally override the global object (optional, default to false)
        asyncCallback - Receives the status (progress, result or error) of the operation invocation.
      • delete

        void delete​(java.lang.String ipfixL2CollectorProfileId,
                    java.lang.Boolean override,
                    com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback,
                    com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
        API deletes IPFIX collector profile. Flow forwarding to collector will be stopped.

        Asynchronous method overload. Result of the invocation will be reported via the specified asyncCallback. Use invocationConfig to specify configuration for this particular invocation.

        Operation Errors:
        InvalidRequest - Bad Request, Precondition Failed
        Unauthorized - Forbidden
        ServiceUnavailable - Service Unavailable
        InternalServerError - Internal Server Error
        NotFound - Not Found

        Parameters:
        ipfixL2CollectorProfileId - IPFIX collector Profile id (required)
        override - Locally override the global object (optional, default to false)
        asyncCallback - Receives the status (progress, result or error) of the operation invocation.
        invocationConfig - Configuration for the method invocation.
      • get

        IPFIXL2CollectorProfile get​(java.lang.String ipfixL2CollectorProfileId)
        API will return details of IPFIX collector profile.

        Synchronous method overload. Result of the invocation will be reported as a method return value.

        Parameters:
        ipfixL2CollectorProfileId - IPFIX collector profile id (required)
        Returns:
        com.vmware.nsx_policy.model.IPFIXL2CollectorProfile
        Throws:
        com.vmware.vapi.std.errors.InvalidRequest - Bad Request, Precondition Failed
        com.vmware.vapi.std.errors.Unauthorized - Forbidden
        com.vmware.vapi.std.errors.ServiceUnavailable - Service Unavailable
        com.vmware.vapi.std.errors.InternalServerError - Internal Server Error
        com.vmware.vapi.std.errors.NotFound - Not Found
      • get

        IPFIXL2CollectorProfile get​(java.lang.String ipfixL2CollectorProfileId,
                                    com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
        API will return details of IPFIX collector profile.

        Synchronous method overload. Result of the invocation will be reported as a method return value. Use invocationConfig to specify configuration for this particular invocation.

        Parameters:
        ipfixL2CollectorProfileId - IPFIX collector profile id (required)
        invocationConfig - Configuration for the method invocation.
        Returns:
        com.vmware.nsx_policy.model.IPFIXL2CollectorProfile
        Throws:
        com.vmware.vapi.std.errors.InvalidRequest - Bad Request, Precondition Failed
        com.vmware.vapi.std.errors.Unauthorized - Forbidden
        com.vmware.vapi.std.errors.ServiceUnavailable - Service Unavailable
        com.vmware.vapi.std.errors.InternalServerError - Internal Server Error
        com.vmware.vapi.std.errors.NotFound - Not Found
      • get

        void get​(java.lang.String ipfixL2CollectorProfileId,
                 com.vmware.vapi.bindings.client.AsyncCallback<IPFIXL2CollectorProfile> asyncCallback)
        API will return details of IPFIX collector profile.

        Asynchronous method overload. Result of the invocation will be reported via the specified asyncCallback.

        Invocation Result:
        com.vmware.nsx_policy.model.IPFIXL2CollectorProfile

        Operation Errors:
        InvalidRequest - Bad Request, Precondition Failed
        Unauthorized - Forbidden
        ServiceUnavailable - Service Unavailable
        InternalServerError - Internal Server Error
        NotFound - Not Found

        Parameters:
        ipfixL2CollectorProfileId - IPFIX collector profile id (required)
        asyncCallback - Receives the status (progress, result or error) of the operation invocation.
      • get

        void get​(java.lang.String ipfixL2CollectorProfileId,
                 com.vmware.vapi.bindings.client.AsyncCallback<IPFIXL2CollectorProfile> asyncCallback,
                 com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
        API will return details of IPFIX collector profile.

        Asynchronous method overload. Result of the invocation will be reported via the specified asyncCallback. Use invocationConfig to specify configuration for this particular invocation.

        Invocation Result:
        com.vmware.nsx_policy.model.IPFIXL2CollectorProfile

        Operation Errors:
        InvalidRequest - Bad Request, Precondition Failed
        Unauthorized - Forbidden
        ServiceUnavailable - Service Unavailable
        InternalServerError - Internal Server Error
        NotFound - Not Found

        Parameters:
        ipfixL2CollectorProfileId - IPFIX collector profile id (required)
        asyncCallback - Receives the status (progress, result or error) of the operation invocation.
        invocationConfig - Configuration for the method invocation.
      • list

        IPFIXL2CollectorProfileListResult list​(java.lang.String cursor,
                                               java.lang.Boolean includeMarkForDeleteObjects,
                                               java.lang.String includedFields,
                                               java.lang.Long pageSize,
                                               java.lang.Boolean sortAscending,
                                               java.lang.String sortBy)
        API will provide list of all IPFIX collector profiles and their details.

        Synchronous method overload. Result of the invocation will be reported as a method return value.

        Parameters:
        cursor - Opaque cursor to be used for getting next page of records (supplied by current result page) (optional)
        includeMarkForDeleteObjects - Include objects that are marked for deletion in results (optional, default to false)
        includedFields - Comma separated list of fields that should be included in query result (optional)
        pageSize - Maximum number of results to return in this page (server may return fewer) (optional, default to 1000)
        sortAscending - (optional)
        sortBy - Field by which records are sorted (optional)
        Returns:
        com.vmware.nsx_policy.model.IPFIXL2CollectorProfileListResult
        Throws:
        com.vmware.vapi.std.errors.InvalidRequest - Bad Request, Precondition Failed
        com.vmware.vapi.std.errors.Unauthorized - Forbidden
        com.vmware.vapi.std.errors.ServiceUnavailable - Service Unavailable
        com.vmware.vapi.std.errors.InternalServerError - Internal Server Error
        com.vmware.vapi.std.errors.NotFound - Not Found
      • list

        IPFIXL2CollectorProfileListResult list​(java.lang.String cursor,
                                               java.lang.Boolean includeMarkForDeleteObjects,
                                               java.lang.String includedFields,
                                               java.lang.Long pageSize,
                                               java.lang.Boolean sortAscending,
                                               java.lang.String sortBy,
                                               com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
        API will provide list of all IPFIX collector profiles and their details.

        Synchronous method overload. Result of the invocation will be reported as a method return value. Use invocationConfig to specify configuration for this particular invocation.

        Parameters:
        cursor - Opaque cursor to be used for getting next page of records (supplied by current result page) (optional)
        includeMarkForDeleteObjects - Include objects that are marked for deletion in results (optional, default to false)
        includedFields - Comma separated list of fields that should be included in query result (optional)
        pageSize - Maximum number of results to return in this page (server may return fewer) (optional, default to 1000)
        sortAscending - (optional)
        sortBy - Field by which records are sorted (optional)
        invocationConfig - Configuration for the method invocation.
        Returns:
        com.vmware.nsx_policy.model.IPFIXL2CollectorProfileListResult
        Throws:
        com.vmware.vapi.std.errors.InvalidRequest - Bad Request, Precondition Failed
        com.vmware.vapi.std.errors.Unauthorized - Forbidden
        com.vmware.vapi.std.errors.ServiceUnavailable - Service Unavailable
        com.vmware.vapi.std.errors.InternalServerError - Internal Server Error
        com.vmware.vapi.std.errors.NotFound - Not Found
      • list

        void list​(java.lang.String cursor,
                  java.lang.Boolean includeMarkForDeleteObjects,
                  java.lang.String includedFields,
                  java.lang.Long pageSize,
                  java.lang.Boolean sortAscending,
                  java.lang.String sortBy,
                  com.vmware.vapi.bindings.client.AsyncCallback<IPFIXL2CollectorProfileListResult> asyncCallback)
        API will provide list of all IPFIX collector profiles and their details.

        Asynchronous method overload. Result of the invocation will be reported via the specified asyncCallback.

        Invocation Result:
        com.vmware.nsx_policy.model.IPFIXL2CollectorProfileListResult

        Operation Errors:
        InvalidRequest - Bad Request, Precondition Failed
        Unauthorized - Forbidden
        ServiceUnavailable - Service Unavailable
        InternalServerError - Internal Server Error
        NotFound - Not Found

        Parameters:
        cursor - Opaque cursor to be used for getting next page of records (supplied by current result page) (optional)
        includeMarkForDeleteObjects - Include objects that are marked for deletion in results (optional, default to false)
        includedFields - Comma separated list of fields that should be included in query result (optional)
        pageSize - Maximum number of results to return in this page (server may return fewer) (optional, default to 1000)
        sortAscending - (optional)
        sortBy - Field by which records are sorted (optional)
        asyncCallback - Receives the status (progress, result or error) of the operation invocation.
      • list

        void list​(java.lang.String cursor,
                  java.lang.Boolean includeMarkForDeleteObjects,
                  java.lang.String includedFields,
                  java.lang.Long pageSize,
                  java.lang.Boolean sortAscending,
                  java.lang.String sortBy,
                  com.vmware.vapi.bindings.client.AsyncCallback<IPFIXL2CollectorProfileListResult> asyncCallback,
                  com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
        API will provide list of all IPFIX collector profiles and their details.

        Asynchronous method overload. Result of the invocation will be reported via the specified asyncCallback. Use invocationConfig to specify configuration for this particular invocation.

        Invocation Result:
        com.vmware.nsx_policy.model.IPFIXL2CollectorProfileListResult

        Operation Errors:
        InvalidRequest - Bad Request, Precondition Failed
        Unauthorized - Forbidden
        ServiceUnavailable - Service Unavailable
        InternalServerError - Internal Server Error
        NotFound - Not Found

        Parameters:
        cursor - Opaque cursor to be used for getting next page of records (supplied by current result page) (optional)
        includeMarkForDeleteObjects - Include objects that are marked for deletion in results (optional, default to false)
        includedFields - Comma separated list of fields that should be included in query result (optional)
        pageSize - Maximum number of results to return in this page (server may return fewer) (optional, default to 1000)
        sortAscending - (optional)
        sortBy - Field by which records are sorted (optional)
        asyncCallback - Receives the status (progress, result or error) of the operation invocation.
        invocationConfig - Configuration for the method invocation.
      • patch

        void patch​(java.lang.String ipfixL2CollectorProfileId,
                   IPFIXL2CollectorProfile iPFIXL2CollectorProfile,
                   java.lang.Boolean override)
        Create a new IPFIX collector profile if the IPFIX collector profile with given id does not already exist. If the IPFIX collector profile with the given id already exists, patch with the existing IPFIX collector profile.

        Synchronous method overload. Result of the invocation will be reported as a method return value.

        Parameters:
        ipfixL2CollectorProfileId - IPFIX collector profile id (required)
        iPFIXL2CollectorProfile - (required)
        override - Locally override the global object (optional, default to false)
        Throws:
        com.vmware.vapi.std.errors.InvalidRequest - Bad Request, Precondition Failed
        com.vmware.vapi.std.errors.Unauthorized - Forbidden
        com.vmware.vapi.std.errors.ServiceUnavailable - Service Unavailable
        com.vmware.vapi.std.errors.InternalServerError - Internal Server Error
        com.vmware.vapi.std.errors.NotFound - Not Found
      • patch

        void patch​(java.lang.String ipfixL2CollectorProfileId,
                   IPFIXL2CollectorProfile iPFIXL2CollectorProfile,
                   java.lang.Boolean override,
                   com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
        Create a new IPFIX collector profile if the IPFIX collector profile with given id does not already exist. If the IPFIX collector profile with the given id already exists, patch with the existing IPFIX collector profile.

        Synchronous method overload. Result of the invocation will be reported as a method return value. Use invocationConfig to specify configuration for this particular invocation.

        Parameters:
        ipfixL2CollectorProfileId - IPFIX collector profile id (required)
        iPFIXL2CollectorProfile - (required)
        override - Locally override the global object (optional, default to false)
        invocationConfig - Configuration for the method invocation.
        Throws:
        com.vmware.vapi.std.errors.InvalidRequest - Bad Request, Precondition Failed
        com.vmware.vapi.std.errors.Unauthorized - Forbidden
        com.vmware.vapi.std.errors.ServiceUnavailable - Service Unavailable
        com.vmware.vapi.std.errors.InternalServerError - Internal Server Error
        com.vmware.vapi.std.errors.NotFound - Not Found
      • patch

        void patch​(java.lang.String ipfixL2CollectorProfileId,
                   IPFIXL2CollectorProfile iPFIXL2CollectorProfile,
                   java.lang.Boolean override,
                   com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback)
        Create a new IPFIX collector profile if the IPFIX collector profile with given id does not already exist. If the IPFIX collector profile with the given id already exists, patch with the existing IPFIX collector profile.

        Asynchronous method overload. Result of the invocation will be reported via the specified asyncCallback.

        Operation Errors:
        InvalidRequest - Bad Request, Precondition Failed
        Unauthorized - Forbidden
        ServiceUnavailable - Service Unavailable
        InternalServerError - Internal Server Error
        NotFound - Not Found

        Parameters:
        ipfixL2CollectorProfileId - IPFIX collector profile id (required)
        iPFIXL2CollectorProfile - (required)
        override - Locally override the global object (optional, default to false)
        asyncCallback - Receives the status (progress, result or error) of the operation invocation.
      • patch

        void patch​(java.lang.String ipfixL2CollectorProfileId,
                   IPFIXL2CollectorProfile iPFIXL2CollectorProfile,
                   java.lang.Boolean override,
                   com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback,
                   com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
        Create a new IPFIX collector profile if the IPFIX collector profile with given id does not already exist. If the IPFIX collector profile with the given id already exists, patch with the existing IPFIX collector profile.

        Asynchronous method overload. Result of the invocation will be reported via the specified asyncCallback. Use invocationConfig to specify configuration for this particular invocation.

        Operation Errors:
        InvalidRequest - Bad Request, Precondition Failed
        Unauthorized - Forbidden
        ServiceUnavailable - Service Unavailable
        InternalServerError - Internal Server Error
        NotFound - Not Found

        Parameters:
        ipfixL2CollectorProfileId - IPFIX collector profile id (required)
        iPFIXL2CollectorProfile - (required)
        override - Locally override the global object (optional, default to false)
        asyncCallback - Receives the status (progress, result or error) of the operation invocation.
        invocationConfig - Configuration for the method invocation.
      • update

        IPFIXL2CollectorProfile update​(java.lang.String ipfixL2CollectorProfileId,
                                       IPFIXL2CollectorProfile iPFIXL2CollectorProfile,
                                       java.lang.Boolean override)
        Create or Replace IPFIX collector profile. IPFIX data will be sent to IPFIX collector.

        Synchronous method overload. Result of the invocation will be reported as a method return value.

        Parameters:
        ipfixL2CollectorProfileId - IPFIX collector profile id (required)
        iPFIXL2CollectorProfile - (required)
        override - Locally override the global object (optional, default to false)
        Returns:
        com.vmware.nsx_policy.model.IPFIXL2CollectorProfile
        Throws:
        com.vmware.vapi.std.errors.InvalidRequest - Bad Request, Precondition Failed
        com.vmware.vapi.std.errors.Unauthorized - Forbidden
        com.vmware.vapi.std.errors.ServiceUnavailable - Service Unavailable
        com.vmware.vapi.std.errors.InternalServerError - Internal Server Error
        com.vmware.vapi.std.errors.NotFound - Not Found
      • update

        IPFIXL2CollectorProfile update​(java.lang.String ipfixL2CollectorProfileId,
                                       IPFIXL2CollectorProfile iPFIXL2CollectorProfile,
                                       java.lang.Boolean override,
                                       com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
        Create or Replace IPFIX collector profile. IPFIX data will be sent to IPFIX collector.

        Synchronous method overload. Result of the invocation will be reported as a method return value. Use invocationConfig to specify configuration for this particular invocation.

        Parameters:
        ipfixL2CollectorProfileId - IPFIX collector profile id (required)
        iPFIXL2CollectorProfile - (required)
        override - Locally override the global object (optional, default to false)
        invocationConfig - Configuration for the method invocation.
        Returns:
        com.vmware.nsx_policy.model.IPFIXL2CollectorProfile
        Throws:
        com.vmware.vapi.std.errors.InvalidRequest - Bad Request, Precondition Failed
        com.vmware.vapi.std.errors.Unauthorized - Forbidden
        com.vmware.vapi.std.errors.ServiceUnavailable - Service Unavailable
        com.vmware.vapi.std.errors.InternalServerError - Internal Server Error
        com.vmware.vapi.std.errors.NotFound - Not Found
      • update

        void update​(java.lang.String ipfixL2CollectorProfileId,
                    IPFIXL2CollectorProfile iPFIXL2CollectorProfile,
                    java.lang.Boolean override,
                    com.vmware.vapi.bindings.client.AsyncCallback<IPFIXL2CollectorProfile> asyncCallback)
        Create or Replace IPFIX collector profile. IPFIX data will be sent to IPFIX collector.

        Asynchronous method overload. Result of the invocation will be reported via the specified asyncCallback.

        Invocation Result:
        com.vmware.nsx_policy.model.IPFIXL2CollectorProfile

        Operation Errors:
        InvalidRequest - Bad Request, Precondition Failed
        Unauthorized - Forbidden
        ServiceUnavailable - Service Unavailable
        InternalServerError - Internal Server Error
        NotFound - Not Found

        Parameters:
        ipfixL2CollectorProfileId - IPFIX collector profile id (required)
        iPFIXL2CollectorProfile - (required)
        override - Locally override the global object (optional, default to false)
        asyncCallback - Receives the status (progress, result or error) of the operation invocation.
      • update

        void update​(java.lang.String ipfixL2CollectorProfileId,
                    IPFIXL2CollectorProfile iPFIXL2CollectorProfile,
                    java.lang.Boolean override,
                    com.vmware.vapi.bindings.client.AsyncCallback<IPFIXL2CollectorProfile> asyncCallback,
                    com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
        Create or Replace IPFIX collector profile. IPFIX data will be sent to IPFIX collector.

        Asynchronous method overload. Result of the invocation will be reported via the specified asyncCallback. Use invocationConfig to specify configuration for this particular invocation.

        Invocation Result:
        com.vmware.nsx_policy.model.IPFIXL2CollectorProfile

        Operation Errors:
        InvalidRequest - Bad Request, Precondition Failed
        Unauthorized - Forbidden
        ServiceUnavailable - Service Unavailable
        InternalServerError - Internal Server Error
        NotFound - Not Found

        Parameters:
        ipfixL2CollectorProfileId - IPFIX collector profile id (required)
        iPFIXL2CollectorProfile - (required)
        override - Locally override the global object (optional, default to false)
        asyncCallback - Receives the status (progress, result or error) of the operation invocation.
        invocationConfig - Configuration for the method invocation.