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 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.
-
-
-
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:Evpn
Read 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:Evpn
Read Evpn Configuration.Synchronous method overload. Result of the invocation will be reported as a method return value. Use
invocationConfig
to 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:Evpn
Read 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:Evpn
Read Evpn Configuration.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.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:Evpn
Create 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:Evpn
Create 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
invocationConfig
to 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:Evpn
Create 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:Evpn
Create 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
. UseinvocationConfig
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
-
update
public EvpnConfig update(java.lang.String tier0Id, EvpnConfig evpnConfig)
Description copied from interface:Evpn
Create 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:Evpn
Create or update evpn configuration.Synchronous method overload. Result of the invocation will be reported as a method return value. Use
invocationConfig
to 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:Evpn
Create 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:Evpn
Create or update evpn configuration.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.EvpnConfigOperation Errors:
InvalidRequest
- Bad Request, Precondition Failed
Unauthorized
- Forbidden
ServiceUnavailable
- Service Unavailable
InternalServerError
- Internal Server Error
NotFound
- Not Found
-
-