Class EvpnStub
- java.lang.Object
-
- com.vmware.vapi.internal.bindings.Stub
-
- com.vmware.nsx_policy.infra.tier_0s.EvpnStub
-
-
Field Summary
-
Fields inherited from class com.vmware.vapi.internal.bindings.Stub
apiProvider, converter, ifaceId, retryPolicy, securityContext
-
Fields inherited from interface com.vmware.nsx_policy.infra.tier_0s.EvpnTypes
_VAPI_SERVICE_ID
-
-
Constructor Summary
Constructors Constructor 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)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EvpnConfigget(java.lang.String tier0Id)Read Evpn Configuration.voidget(java.lang.String tier0Id, com.vmware.vapi.bindings.client.AsyncCallback<EvpnConfig> asyncCallback)Read Evpn Configuration.voidget(java.lang.String tier0Id, com.vmware.vapi.bindings.client.AsyncCallback<EvpnConfig> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)Read Evpn Configuration.EvpnConfigget(java.lang.String tier0Id, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)Read Evpn Configuration.voidpatch(java.lang.String tier0Id, EvpnConfig evpnConfig)Create a evpn configuration if it is not already present, otherwise update the evpn configuration.voidpatch(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.voidpatch(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.voidpatch(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.EvpnConfigupdate(java.lang.String tier0Id, EvpnConfig evpnConfig)Create or update evpn configuration.voidupdate(java.lang.String tier0Id, EvpnConfig evpnConfig, com.vmware.vapi.bindings.client.AsyncCallback<EvpnConfig> asyncCallback)Create or update evpn configuration.voidupdate(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.EvpnConfigupdate(java.lang.String tier0Id, EvpnConfig evpnConfig, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)Create or update evpn configuration.
-
-
-
Constructor Detail
-
EvpnStub
public EvpnStub(com.vmware.vapi.core.ApiProvider apiProvider, com.vmware.vapi.internal.bindings.TypeConverter typeConverter, com.vmware.vapi.bindings.StubConfigurationBase config)
-
EvpnStub
public EvpnStub(com.vmware.vapi.core.ApiProvider apiProvider, com.vmware.vapi.bindings.StubConfigurationBase config)
-
-
Method Detail
-
get
public EvpnConfig get(java.lang.String tier0Id)
Description copied from interface:EvpnRead Evpn Configuration.Synchronous method overload. Result of the invocation will be reported as a method return value.
-
get
public EvpnConfig get(java.lang.String tier0Id, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Description copied from interface:EvpnRead Evpn Configuration.Synchronous method overload. Result of the invocation will be reported as a method return value. Use
invocationConfigto specify configuration for this particular invocation.
-
get
public void get(java.lang.String tier0Id, com.vmware.vapi.bindings.client.AsyncCallback<EvpnConfig> asyncCallback)Description copied from interface:EvpnRead Evpn Configuration.Asynchronous method overload. Result of the invocation will be reported via the specified
asyncCallback.Invocation Result:
com.vmware.nsx_policy.model.EvpnConfigOperation Errors:
InvalidRequest- Bad Request, Precondition Failed
Unauthorized- Forbidden
ServiceUnavailable- Service Unavailable
InternalServerError- Internal Server Error
NotFound- Not Found
-
get
public void get(java.lang.String tier0Id, com.vmware.vapi.bindings.client.AsyncCallback<EvpnConfig> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)Description copied from interface:EvpnRead Evpn Configuration.Asynchronous method overload. Result of the invocation will be reported via the specified
asyncCallback. UseinvocationConfigto specify configuration for this particular invocation.Invocation Result:
com.vmware.nsx_policy.model.EvpnConfigOperation Errors:
InvalidRequest- Bad Request, Precondition Failed
Unauthorized- Forbidden
ServiceUnavailable- Service Unavailable
InternalServerError- Internal Server Error
NotFound- Not Found
-
patch
public void patch(java.lang.String tier0Id, EvpnConfig evpnConfig)Description copied from interface:EvpnCreate a evpn configuration if it is not already present, otherwise update the evpn configuration.Synchronous method overload. Result of the invocation will be reported as a method return value.
-
patch
public void patch(java.lang.String tier0Id, EvpnConfig evpnConfig, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)Description copied from interface:EvpnCreate a evpn configuration if it is not already present, otherwise update the evpn configuration.Synchronous method overload. Result of the invocation will be reported as a method return value. Use
invocationConfigto specify configuration for this particular invocation.
-
patch
public void patch(java.lang.String tier0Id, EvpnConfig evpnConfig, com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback)Description copied from interface:EvpnCreate a evpn configuration if it is not already present, otherwise update the evpn configuration.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
-
patch
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)Description copied from interface:EvpnCreate a evpn configuration if it is not already present, otherwise update the evpn configuration.Asynchronous method overload. Result of the invocation will be reported via the specified
asyncCallback. UseinvocationConfigto 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
-
update
public EvpnConfig update(java.lang.String tier0Id, EvpnConfig evpnConfig)
Description copied from interface:EvpnCreate or update evpn configuration.Synchronous method overload. Result of the invocation will be reported as a method return value.
-
update
public EvpnConfig update(java.lang.String tier0Id, EvpnConfig evpnConfig, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Description copied from interface:EvpnCreate or update evpn configuration.Synchronous method overload. Result of the invocation will be reported as a method return value. Use
invocationConfigto specify configuration for this particular invocation.
-
update
public void update(java.lang.String tier0Id, EvpnConfig evpnConfig, com.vmware.vapi.bindings.client.AsyncCallback<EvpnConfig> asyncCallback)Description copied from interface:EvpnCreate or update evpn configuration.Asynchronous method overload. Result of the invocation will be reported via the specified
asyncCallback.Invocation Result:
com.vmware.nsx_policy.model.EvpnConfigOperation Errors:
InvalidRequest- Bad Request, Precondition Failed
Unauthorized- Forbidden
ServiceUnavailable- Service Unavailable
InternalServerError- Internal Server Error
NotFound- Not Found
-
update
public void update(java.lang.String tier0Id, EvpnConfig evpnConfig, com.vmware.vapi.bindings.client.AsyncCallback<EvpnConfig> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)Description copied from interface:EvpnCreate or update evpn configuration.Asynchronous method overload. Result of the invocation will be reported via the specified
asyncCallback. UseinvocationConfigto specify configuration for this particular invocation.Invocation Result:
com.vmware.nsx_policy.model.EvpnConfigOperation Errors:
InvalidRequest- Bad Request, Precondition Failed
Unauthorized- Forbidden
ServiceUnavailable- Service Unavailable
InternalServerError- Internal Server Error
NotFound- Not Found
-
-