Class StaticArpStub
- java.lang.Object
-
- com.vmware.vapi.internal.bindings.Stub
-
- com.vmware.nsx_policy.infra.tier_1s.segments.StaticArpStub
-
- All Implemented Interfaces:
StaticArp
,StaticArpTypes
,com.vmware.vapi.bindings.Service
public class StaticArpStub extends com.vmware.vapi.internal.bindings.Stub implements StaticArp
Remote stub implementation of theStaticArp
API service.WARNING: Internal class, subject to change in future versions.
-
-
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_1s.segments.StaticArpTypes
_VAPI_SERVICE_ID
-
-
Constructor Summary
Constructors Constructor Description StaticArpStub(com.vmware.vapi.core.ApiProvider apiProvider, com.vmware.vapi.bindings.StubConfigurationBase config)
StaticArpStub(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 void
delete(java.lang.String tier1Id, java.lang.String segmentId)
Delete static ARP configvoid
delete(java.lang.String tier1Id, java.lang.String segmentId, com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback)
Delete static ARP configvoid
delete(java.lang.String tier1Id, java.lang.String segmentId, com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Delete static ARP configvoid
delete(java.lang.String tier1Id, java.lang.String segmentId, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Delete static ARP configStaticARPConfig
get(java.lang.String tier1Id, java.lang.String segmentId)
Read static ARP configvoid
get(java.lang.String tier1Id, java.lang.String segmentId, com.vmware.vapi.bindings.client.AsyncCallback<StaticARPConfig> asyncCallback)
Read static ARP configvoid
get(java.lang.String tier1Id, java.lang.String segmentId, com.vmware.vapi.bindings.client.AsyncCallback<StaticARPConfig> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Read static ARP configStaticARPConfig
get(java.lang.String tier1Id, java.lang.String segmentId, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Read static ARP configvoid
patch(java.lang.String tier1Id, java.lang.String segmentId, StaticARPConfig staticARPConfig)
Create static ARP config with Tier-1 and segment IDs provided if it doesn't exist, update with provided config if it's already created.void
patch(java.lang.String tier1Id, java.lang.String segmentId, StaticARPConfig staticARPConfig, com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback)
Create static ARP config with Tier-1 and segment IDs provided if it doesn't exist, update with provided config if it's already created.void
patch(java.lang.String tier1Id, java.lang.String segmentId, StaticARPConfig staticARPConfig, com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Create static ARP config with Tier-1 and segment IDs provided if it doesn't exist, update with provided config if it's already created.void
patch(java.lang.String tier1Id, java.lang.String segmentId, StaticARPConfig staticARPConfig, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Create static ARP config with Tier-1 and segment IDs provided if it doesn't exist, update with provided config if it's already created.StaticARPConfig
update(java.lang.String tier1Id, java.lang.String segmentId, StaticARPConfig staticARPConfig)
Create static ARP config with Tier-1 and segment IDs provided if it doesn't exist, update with provided config if it's already created.void
update(java.lang.String tier1Id, java.lang.String segmentId, StaticARPConfig staticARPConfig, com.vmware.vapi.bindings.client.AsyncCallback<StaticARPConfig> asyncCallback)
Create static ARP config with Tier-1 and segment IDs provided if it doesn't exist, update with provided config if it's already created.void
update(java.lang.String tier1Id, java.lang.String segmentId, StaticARPConfig staticARPConfig, com.vmware.vapi.bindings.client.AsyncCallback<StaticARPConfig> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Create static ARP config with Tier-1 and segment IDs provided if it doesn't exist, update with provided config if it's already created.StaticARPConfig
update(java.lang.String tier1Id, java.lang.String segmentId, StaticARPConfig staticARPConfig, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Create static ARP config with Tier-1 and segment IDs provided if it doesn't exist, update with provided config if it's already created.
-
-
-
Constructor Detail
-
StaticArpStub
public StaticArpStub(com.vmware.vapi.core.ApiProvider apiProvider, com.vmware.vapi.internal.bindings.TypeConverter typeConverter, com.vmware.vapi.bindings.StubConfigurationBase config)
-
StaticArpStub
public StaticArpStub(com.vmware.vapi.core.ApiProvider apiProvider, com.vmware.vapi.bindings.StubConfigurationBase config)
-
-
Method Detail
-
delete
public void delete(java.lang.String tier1Id, java.lang.String segmentId)
Description copied from interface:StaticArp
Delete static ARP configSynchronous method overload. Result of the invocation will be reported as a method return value.
-
delete
public void delete(java.lang.String tier1Id, java.lang.String segmentId, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Description copied from interface:StaticArp
Delete static ARP configSynchronous method overload. Result of the invocation will be reported as a method return value. Use
invocationConfig
to specify configuration for this particular invocation.
-
delete
public void delete(java.lang.String tier1Id, java.lang.String segmentId, com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback)
Description copied from interface:StaticArp
Delete static ARP configAsynchronous 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
-
delete
public void delete(java.lang.String tier1Id, java.lang.String segmentId, com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Description copied from interface:StaticArp
Delete static ARP configAsynchronous 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
-
get
public StaticARPConfig get(java.lang.String tier1Id, java.lang.String segmentId)
Description copied from interface:StaticArp
Read static ARP configSynchronous method overload. Result of the invocation will be reported as a method return value.
-
get
public StaticARPConfig get(java.lang.String tier1Id, java.lang.String segmentId, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Description copied from interface:StaticArp
Read static ARP configSynchronous 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 tier1Id, java.lang.String segmentId, com.vmware.vapi.bindings.client.AsyncCallback<StaticARPConfig> asyncCallback)
Description copied from interface:StaticArp
Read static ARP configAsynchronous method overload. Result of the invocation will be reported via the specified
asyncCallback
.Invocation Result:
com.vmware.nsx_policy.model.StaticARPConfigOperation 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 tier1Id, java.lang.String segmentId, com.vmware.vapi.bindings.client.AsyncCallback<StaticARPConfig> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Description copied from interface:StaticArp
Read static ARP 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.StaticARPConfigOperation 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 tier1Id, java.lang.String segmentId, StaticARPConfig staticARPConfig)
Description copied from interface:StaticArp
Create static ARP config with Tier-1 and segment IDs provided if it doesn't exist, update with provided config if it's already created.Synchronous method overload. Result of the invocation will be reported as a method return value.
-
patch
public void patch(java.lang.String tier1Id, java.lang.String segmentId, StaticARPConfig staticARPConfig, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Description copied from interface:StaticArp
Create static ARP config with Tier-1 and segment IDs provided if it doesn't exist, update with provided config if it's already created.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 tier1Id, java.lang.String segmentId, StaticARPConfig staticARPConfig, com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback)
Description copied from interface:StaticArp
Create static ARP config with Tier-1 and segment IDs provided if it doesn't exist, update with provided config if it's already created.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 tier1Id, java.lang.String segmentId, StaticARPConfig staticARPConfig, com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Description copied from interface:StaticArp
Create static ARP config with Tier-1 and segment IDs provided if it doesn't exist, update with provided config if it's already created.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 StaticARPConfig update(java.lang.String tier1Id, java.lang.String segmentId, StaticARPConfig staticARPConfig)
Description copied from interface:StaticArp
Create static ARP config with Tier-1 and segment IDs provided if it doesn't exist, update with provided config if it's already created.Synchronous method overload. Result of the invocation will be reported as a method return value.
-
update
public StaticARPConfig update(java.lang.String tier1Id, java.lang.String segmentId, StaticARPConfig staticARPConfig, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Description copied from interface:StaticArp
Create static ARP config with Tier-1 and segment IDs provided if it doesn't exist, update with provided config if it's already created.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 tier1Id, java.lang.String segmentId, StaticARPConfig staticARPConfig, com.vmware.vapi.bindings.client.AsyncCallback<StaticARPConfig> asyncCallback)
Description copied from interface:StaticArp
Create static ARP config with Tier-1 and segment IDs provided if it doesn't exist, update with provided config if it's already created.Asynchronous method overload. Result of the invocation will be reported via the specified
asyncCallback
.Invocation Result:
com.vmware.nsx_policy.model.StaticARPConfigOperation 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 tier1Id, java.lang.String segmentId, StaticARPConfig staticARPConfig, com.vmware.vapi.bindings.client.AsyncCallback<StaticARPConfig> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Description copied from interface:StaticArp
Create static ARP config with Tier-1 and segment IDs provided if it doesn't exist, update with provided config if it's already created.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.StaticARPConfigOperation Errors:
InvalidRequest
- Bad Request, Precondition Failed
Unauthorized
- Forbidden
ServiceUnavailable
- Service Unavailable
InternalServerError
- Internal Server Error
NotFound
- Not Found
-
-