apiProvider, converter, ifaceId, retryPolicy, securityContext_VAPI_SERVICE_ID| Constructor and Description |
|---|
OspfStub(com.vmware.vapi.core.ApiProvider apiProvider,
com.vmware.vapi.bindings.StubConfigurationBase config) |
OspfStub(com.vmware.vapi.core.ApiProvider apiProvider,
com.vmware.vapi.internal.bindings.TypeConverter typeConverter,
com.vmware.vapi.bindings.StubConfigurationBase config) |
| Modifier and Type | Method and 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.
|
public OspfStub(com.vmware.vapi.core.ApiProvider apiProvider,
com.vmware.vapi.internal.bindings.TypeConverter typeConverter,
com.vmware.vapi.bindings.StubConfigurationBase config)
public OspfStub(com.vmware.vapi.core.ApiProvider apiProvider,
com.vmware.vapi.bindings.StubConfigurationBase config)
public OspfRoutingConfig get(java.lang.String tier0Id, java.lang.String localeServiceId)
OspfSynchronous method overload. Result of the invocation will be reported as a method return value.
public OspfRoutingConfig get(java.lang.String tier0Id, java.lang.String localeServiceId, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
OspfSynchronous method overload. Result of the invocation will be
reported as a method return value.
Use invocationConfig to specify configuration for this particular invocation.
public void get(java.lang.String tier0Id,
java.lang.String localeServiceId,
com.vmware.vapi.bindings.client.AsyncCallback<OspfRoutingConfig> asyncCallback)
OspfAsynchronous 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
public 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)
OspfAsynchronous 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
public OspfRoutingConfig patch(java.lang.String tier0Id, java.lang.String localeServiceId, OspfRoutingConfig ospfRoutingConfig)
OspfSynchronous method overload. Result of the invocation will be reported as a method return value.
public OspfRoutingConfig patch(java.lang.String tier0Id, java.lang.String localeServiceId, OspfRoutingConfig ospfRoutingConfig, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
OspfSynchronous method overload. Result of the invocation will be
reported as a method return value.
Use invocationConfig to specify configuration for this particular invocation.
public void patch(java.lang.String tier0Id,
java.lang.String localeServiceId,
OspfRoutingConfig ospfRoutingConfig,
com.vmware.vapi.bindings.client.AsyncCallback<OspfRoutingConfig> asyncCallback)
OspfAsynchronous 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
public 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)
OspfAsynchronous 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
public OspfRoutingConfig update(java.lang.String tier0Id, java.lang.String localeServiceId, OspfRoutingConfig ospfRoutingConfig)
OspfSynchronous method overload. Result of the invocation will be reported as a method return value.
public OspfRoutingConfig update(java.lang.String tier0Id, java.lang.String localeServiceId, OspfRoutingConfig ospfRoutingConfig, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
OspfSynchronous method overload. Result of the invocation will be
reported as a method return value.
Use invocationConfig to specify configuration for this particular invocation.
public void update(java.lang.String tier0Id,
java.lang.String localeServiceId,
OspfRoutingConfig ospfRoutingConfig,
com.vmware.vapi.bindings.client.AsyncCallback<OspfRoutingConfig> asyncCallback)
OspfAsynchronous 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
public 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)
OspfAsynchronous 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