Interface Ospf
-
-
Field Summary
-
Fields inherited from interface com.vmware.nsx_policy.infra.tier_0s.locale_services.OspfTypes
_VAPI_SERVICE_ID
-
-
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 configvoid
get(java.lang.String tier0Id, java.lang.String localeServiceId, com.vmware.vapi.bindings.client.AsyncCallback<OspfRoutingConfig> asyncCallback)
Read OSPF routing configvoid
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 configOspfRoutingConfig
get(java.lang.String tier0Id, java.lang.String localeServiceId, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Read OSPF routing configOspfRoutingConfig
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 configSynchronous 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 Failedcom.vmware.vapi.std.errors.Unauthorized
- Forbiddencom.vmware.vapi.std.errors.ServiceUnavailable
- Service Unavailablecom.vmware.vapi.std.errors.InternalServerError
- Internal Server Errorcom.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 configSynchronous 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 Failedcom.vmware.vapi.std.errors.Unauthorized
- Forbiddencom.vmware.vapi.std.errors.ServiceUnavailable
- Service Unavailablecom.vmware.vapi.std.errors.InternalServerError
- Internal Server Errorcom.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 configAsynchronous method overload. Result of the invocation will be reported via the specified
asyncCallback
.Invocation Result:
com.vmware.nsx_policy.model.OspfRoutingConfigOperation 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 configAsynchronous method overload. Result of the invocation will be reported via the specified
asyncCallback
. UseinvocationConfig
to specify configuration for this particular invocation.Invocation Result:
com.vmware.nsx_policy.model.OspfRoutingConfigOperation 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 Failedcom.vmware.vapi.std.errors.Unauthorized
- Forbiddencom.vmware.vapi.std.errors.ServiceUnavailable
- Service Unavailablecom.vmware.vapi.std.errors.InternalServerError
- Internal Server Errorcom.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 Failedcom.vmware.vapi.std.errors.Unauthorized
- Forbiddencom.vmware.vapi.std.errors.ServiceUnavailable
- Service Unavailablecom.vmware.vapi.std.errors.InternalServerError
- Internal Server Errorcom.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.OspfRoutingConfigOperation 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
. UseinvocationConfig
to specify configuration for this particular invocation.Invocation Result:
com.vmware.nsx_policy.model.OspfRoutingConfigOperation 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 Failedcom.vmware.vapi.std.errors.Unauthorized
- Forbiddencom.vmware.vapi.std.errors.ServiceUnavailable
- Service Unavailablecom.vmware.vapi.std.errors.InternalServerError
- Internal Server Errorcom.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 Failedcom.vmware.vapi.std.errors.Unauthorized
- Forbiddencom.vmware.vapi.std.errors.ServiceUnavailable
- Service Unavailablecom.vmware.vapi.std.errors.InternalServerError
- Internal Server Errorcom.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.OspfRoutingConfigOperation 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
. UseinvocationConfig
to specify configuration for this particular invocation.Invocation Result:
com.vmware.nsx_policy.model.OspfRoutingConfigOperation 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.
-
-