apiProvider, converter, ifaceId, retryPolicy, securityContext_VAPI_SERVICE_ID| Constructor and Description |
|---|
EvpnStub(com.vmware.vapi.core.ApiProvider apiProvider,
com.vmware.vapi.bindings.StubConfigurationBase config) |
EvpnStub(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 |
|---|---|
EvpnConfig |
get(java.lang.String tier0Id)
Read Evpn Configuration.
|
void |
get(java.lang.String tier0Id,
com.vmware.vapi.bindings.client.AsyncCallback<EvpnConfig> asyncCallback)
Read Evpn Configuration.
|
void |
get(java.lang.String tier0Id,
com.vmware.vapi.bindings.client.AsyncCallback<EvpnConfig> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Read Evpn Configuration.
|
EvpnConfig |
get(java.lang.String tier0Id,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Read Evpn Configuration.
|
void |
patch(java.lang.String tier0Id,
EvpnConfig evpnConfig)
Create a evpn configuration if it is not already present, otherwise update the
evpn configuration.
|
void |
patch(java.lang.String tier0Id,
EvpnConfig evpnConfig,
com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback)
Create a evpn configuration if it is not already present, otherwise update the
evpn configuration.
|
void |
patch(java.lang.String tier0Id,
EvpnConfig evpnConfig,
com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Create a evpn configuration if it is not already present, otherwise update the
evpn configuration.
|
void |
patch(java.lang.String tier0Id,
EvpnConfig evpnConfig,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Create a evpn configuration if it is not already present, otherwise update the
evpn configuration.
|
EvpnConfig |
update(java.lang.String tier0Id,
EvpnConfig evpnConfig)
Create or update evpn configuration.
|
void |
update(java.lang.String tier0Id,
EvpnConfig evpnConfig,
com.vmware.vapi.bindings.client.AsyncCallback<EvpnConfig> asyncCallback)
Create or update evpn configuration.
|
void |
update(java.lang.String tier0Id,
EvpnConfig evpnConfig,
com.vmware.vapi.bindings.client.AsyncCallback<EvpnConfig> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Create or update evpn configuration.
|
EvpnConfig |
update(java.lang.String tier0Id,
EvpnConfig evpnConfig,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Create or update evpn configuration.
|
public EvpnStub(com.vmware.vapi.core.ApiProvider apiProvider,
com.vmware.vapi.internal.bindings.TypeConverter typeConverter,
com.vmware.vapi.bindings.StubConfigurationBase config)
public EvpnStub(com.vmware.vapi.core.ApiProvider apiProvider,
com.vmware.vapi.bindings.StubConfigurationBase config)
public EvpnConfig get(java.lang.String tier0Id)
EvpnSynchronous method overload. Result of the invocation will be reported as a method return value.
public EvpnConfig get(java.lang.String tier0Id, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
EvpnSynchronous 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,
com.vmware.vapi.bindings.client.AsyncCallback<EvpnConfig> asyncCallback)
EvpnAsynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Invocation Result:
com.vmware.nsx_policy.model.EvpnConfig
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,
com.vmware.vapi.bindings.client.AsyncCallback<EvpnConfig> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
EvpnAsynchronous 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.EvpnConfig
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,
EvpnConfig evpnConfig)
EvpnSynchronous method overload. Result of the invocation will be reported as a method return value.
public void patch(java.lang.String tier0Id,
EvpnConfig evpnConfig,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
EvpnSynchronous 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,
EvpnConfig evpnConfig,
com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback)
EvpnAsynchronous 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
public void patch(java.lang.String tier0Id,
EvpnConfig evpnConfig,
com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
EvpnAsynchronous 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
public EvpnConfig update(java.lang.String tier0Id, EvpnConfig evpnConfig)
EvpnSynchronous method overload. Result of the invocation will be reported as a method return value.
public EvpnConfig update(java.lang.String tier0Id, EvpnConfig evpnConfig, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
EvpnSynchronous 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,
EvpnConfig evpnConfig,
com.vmware.vapi.bindings.client.AsyncCallback<EvpnConfig> asyncCallback)
EvpnAsynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Invocation Result:
com.vmware.nsx_policy.model.EvpnConfig
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,
EvpnConfig evpnConfig,
com.vmware.vapi.bindings.client.AsyncCallback<EvpnConfig> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
EvpnAsynchronous 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.EvpnConfig
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found