Interface Ospf

  • All Superinterfaces:
    OspfTypes, com.vmware.vapi.bindings.Service
    All Known Implementing Classes:
    OspfStub

    public interface Ospf
    extends com.vmware.vapi.bindings.Service, OspfTypes
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      OspfRoutingConfig get​(java.lang.String tier0Id, java.lang.String localeServiceId)
      Read OSPF routing config
      void get​(java.lang.String tier0Id, java.lang.String localeServiceId, com.vmware.vapi.bindings.client.AsyncCallback<OspfRoutingConfig> asyncCallback)
      Read OSPF routing config
      void get​(java.lang.String tier0Id, java.lang.String localeServiceId, com.vmware.vapi.bindings.client.AsyncCallback<OspfRoutingConfig> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
      Read OSPF routing config
      OspfRoutingConfig get​(java.lang.String tier0Id, java.lang.String localeServiceId, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
      Read OSPF routing config
      OspfRoutingConfig patch​(java.lang.String tier0Id, java.lang.String localeServiceId, OspfRoutingConfig ospfRoutingConfig)
      If OSPF routing config is not already present, create OSPF routing config.
      void patch​(java.lang.String tier0Id, java.lang.String localeServiceId, OspfRoutingConfig ospfRoutingConfig, com.vmware.vapi.bindings.client.AsyncCallback<OspfRoutingConfig> asyncCallback)
      If OSPF routing config is not already present, create OSPF routing config.
      void patch​(java.lang.String tier0Id, java.lang.String localeServiceId, OspfRoutingConfig ospfRoutingConfig, com.vmware.vapi.bindings.client.AsyncCallback<OspfRoutingConfig> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
      If OSPF routing config is not already present, create OSPF routing config.
      OspfRoutingConfig patch​(java.lang.String tier0Id, java.lang.String localeServiceId, OspfRoutingConfig ospfRoutingConfig, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
      If OSPF routing config is not already present, create OSPF routing config.
      OspfRoutingConfig update​(java.lang.String tier0Id, java.lang.String localeServiceId, OspfRoutingConfig ospfRoutingConfig)
      If OSPF routing config is not already present, create OSPF routing config.
      void update​(java.lang.String tier0Id, java.lang.String localeServiceId, OspfRoutingConfig ospfRoutingConfig, com.vmware.vapi.bindings.client.AsyncCallback<OspfRoutingConfig> asyncCallback)
      If OSPF routing config is not already present, create OSPF routing config.
      void update​(java.lang.String tier0Id, java.lang.String localeServiceId, OspfRoutingConfig ospfRoutingConfig, com.vmware.vapi.bindings.client.AsyncCallback<OspfRoutingConfig> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
      If OSPF routing config is not already present, create OSPF routing config.
      OspfRoutingConfig update​(java.lang.String tier0Id, java.lang.String localeServiceId, OspfRoutingConfig ospfRoutingConfig, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
      If OSPF routing config is not already present, create OSPF routing config.
    • Method Detail

      • get

        OspfRoutingConfig get​(java.lang.String tier0Id,
                              java.lang.String localeServiceId)
        Read OSPF routing config

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

        Parameters:
        tier0Id - (required)
        localeServiceId - (required)
        Returns:
        com.vmware.nsx_policy.model.OspfRoutingConfig
        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

        OspfRoutingConfig get​(java.lang.String tier0Id,
                              java.lang.String localeServiceId,
                              com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
        Read OSPF routing config

        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:
        tier0Id - (required)
        localeServiceId - (required)
        invocationConfig - Configuration for the method invocation.
        Returns:
        com.vmware.nsx_policy.model.OspfRoutingConfig
        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 tier0Id,
                 java.lang.String localeServiceId,
                 com.vmware.vapi.bindings.client.AsyncCallback<OspfRoutingConfig> asyncCallback)
        Read OSPF routing config

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

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

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

        Parameters:
        tier0Id - (required)
        localeServiceId - (required)
        asyncCallback - Receives the status (progress, result or error) of the operation invocation.
      • get

        void get​(java.lang.String tier0Id,
                 java.lang.String localeServiceId,
                 com.vmware.vapi.bindings.client.AsyncCallback<OspfRoutingConfig> asyncCallback,
                 com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
        Read OSPF routing config

        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.OspfRoutingConfig

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

        Parameters:
        tier0Id - (required)
        localeServiceId - (required)
        asyncCallback - Receives the status (progress, result or error) of the operation invocation.
        invocationConfig - Configuration for the method invocation.
      • patch

        OspfRoutingConfig patch​(java.lang.String tier0Id,
                                java.lang.String localeServiceId,
                                OspfRoutingConfig ospfRoutingConfig)
        If OSPF routing config is not already present, create OSPF routing config. If it already exists, replace the OSPF routing config with this object.

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

        Parameters:
        tier0Id - (required)
        localeServiceId - (required)
        ospfRoutingConfig - (required)
        Returns:
        com.vmware.nsx_policy.model.OspfRoutingConfig
        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

        OspfRoutingConfig patch​(java.lang.String tier0Id,
                                java.lang.String localeServiceId,
                                OspfRoutingConfig ospfRoutingConfig,
                                com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
        If OSPF routing config is not already present, create OSPF routing config. If it already exists, replace the OSPF routing config with this object.

        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:
        tier0Id - (required)
        localeServiceId - (required)
        ospfRoutingConfig - (required)
        invocationConfig - Configuration for the method invocation.
        Returns:
        com.vmware.nsx_policy.model.OspfRoutingConfig
        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 tier0Id,
                   java.lang.String localeServiceId,
                   OspfRoutingConfig ospfRoutingConfig,
                   com.vmware.vapi.bindings.client.AsyncCallback<OspfRoutingConfig> asyncCallback)
        If OSPF routing config is not already present, create OSPF routing config. If it already exists, replace the OSPF routing config with this object.

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

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

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

        Parameters:
        tier0Id - (required)
        localeServiceId - (required)
        ospfRoutingConfig - (required)
        asyncCallback - Receives the status (progress, result or error) of the operation invocation.
      • patch

        void patch​(java.lang.String tier0Id,
                   java.lang.String localeServiceId,
                   OspfRoutingConfig ospfRoutingConfig,
                   com.vmware.vapi.bindings.client.AsyncCallback<OspfRoutingConfig> asyncCallback,
                   com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
        If OSPF routing config is not already present, create OSPF routing config. If it already exists, replace the OSPF routing config with this object.

        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.OspfRoutingConfig

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

        Parameters:
        tier0Id - (required)
        localeServiceId - (required)
        ospfRoutingConfig - (required)
        asyncCallback - Receives the status (progress, result or error) of the operation invocation.
        invocationConfig - Configuration for the method invocation.
      • update

        OspfRoutingConfig update​(java.lang.String tier0Id,
                                 java.lang.String localeServiceId,
                                 OspfRoutingConfig ospfRoutingConfig)
        If OSPF routing config is not already present, create OSPF routing config. If it already exists, replace the OSPF routing config with this object.

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

        Parameters:
        tier0Id - (required)
        localeServiceId - (required)
        ospfRoutingConfig - (required)
        Returns:
        com.vmware.nsx_policy.model.OspfRoutingConfig
        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

        OspfRoutingConfig update​(java.lang.String tier0Id,
                                 java.lang.String localeServiceId,
                                 OspfRoutingConfig ospfRoutingConfig,
                                 com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
        If OSPF routing config is not already present, create OSPF routing config. If it already exists, replace the OSPF routing config with this object.

        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:
        tier0Id - (required)
        localeServiceId - (required)
        ospfRoutingConfig - (required)
        invocationConfig - Configuration for the method invocation.
        Returns:
        com.vmware.nsx_policy.model.OspfRoutingConfig
        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 tier0Id,
                    java.lang.String localeServiceId,
                    OspfRoutingConfig ospfRoutingConfig,
                    com.vmware.vapi.bindings.client.AsyncCallback<OspfRoutingConfig> asyncCallback)
        If OSPF routing config is not already present, create OSPF routing config. If it already exists, replace the OSPF routing config with this object.

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

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

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

        Parameters:
        tier0Id - (required)
        localeServiceId - (required)
        ospfRoutingConfig - (required)
        asyncCallback - Receives the status (progress, result or error) of the operation invocation.
      • update

        void update​(java.lang.String tier0Id,
                    java.lang.String localeServiceId,
                    OspfRoutingConfig ospfRoutingConfig,
                    com.vmware.vapi.bindings.client.AsyncCallback<OspfRoutingConfig> asyncCallback,
                    com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
        If OSPF routing config is not already present, create OSPF routing config. If it already exists, replace the OSPF routing config with this object.

        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.OspfRoutingConfig

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

        Parameters:
        tier0Id - (required)
        localeServiceId - (required)
        ospfRoutingConfig - (required)
        asyncCallback - Receives the status (progress, result or error) of the operation invocation.
        invocationConfig - Configuration for the method invocation.