public class StaticArpStub extends com.vmware.vapi.internal.bindings.Stub implements StaticArp
StaticArp
API service.
WARNING: Internal class, subject to change in future versions.
apiProvider, converter, ifaceId, retryPolicy, securityContext_VAPI_SERVICE_ID| Constructor and 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) |
| Modifier and Type | Method and Description |
|---|---|
void |
delete(java.lang.String tier1Id,
java.lang.String segmentId)
Delete static ARP config
|
void |
delete(java.lang.String tier1Id,
java.lang.String segmentId,
com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback)
Delete static ARP config
|
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)
Delete static ARP config
|
void |
delete(java.lang.String tier1Id,
java.lang.String segmentId,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Delete static ARP config
|
StaticARPConfig |
get(java.lang.String tier1Id,
java.lang.String segmentId)
Read static ARP config
|
void |
get(java.lang.String tier1Id,
java.lang.String segmentId,
com.vmware.vapi.bindings.client.AsyncCallback<StaticARPConfig> asyncCallback)
Read static ARP config
|
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)
Read static ARP config
|
StaticARPConfig |
get(java.lang.String tier1Id,
java.lang.String segmentId,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Read static ARP config
|
void |
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.
|
public StaticArpStub(com.vmware.vapi.core.ApiProvider apiProvider,
com.vmware.vapi.internal.bindings.TypeConverter typeConverter,
com.vmware.vapi.bindings.StubConfigurationBase config)
public StaticArpStub(com.vmware.vapi.core.ApiProvider apiProvider,
com.vmware.vapi.bindings.StubConfigurationBase config)
public void delete(java.lang.String tier1Id,
java.lang.String segmentId)
StaticArpSynchronous method overload. Result of the invocation will be reported as a method return value.
public void delete(java.lang.String tier1Id,
java.lang.String segmentId,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
StaticArpSynchronous 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 delete(java.lang.String tier1Id,
java.lang.String segmentId,
com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback)
StaticArpAsynchronous 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 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)
StaticArpAsynchronous 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 StaticARPConfig get(java.lang.String tier1Id, java.lang.String segmentId)
StaticArpSynchronous method overload. Result of the invocation will be reported as a method return value.
public StaticARPConfig get(java.lang.String tier1Id, java.lang.String segmentId, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
StaticArpSynchronous 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 tier1Id,
java.lang.String segmentId,
com.vmware.vapi.bindings.client.AsyncCallback<StaticARPConfig> asyncCallback)
StaticArpAsynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Invocation Result:
com.vmware.nsx_policy.model.StaticARPConfig
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 tier1Id,
java.lang.String segmentId,
com.vmware.vapi.bindings.client.AsyncCallback<StaticARPConfig> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
StaticArpAsynchronous 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.StaticARPConfig
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 tier1Id,
java.lang.String segmentId,
StaticARPConfig staticARPConfig)
StaticArpSynchronous method overload. Result of the invocation will be reported as a method return value.
public void patch(java.lang.String tier1Id,
java.lang.String segmentId,
StaticARPConfig staticARPConfig,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
StaticArpSynchronous 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 tier1Id,
java.lang.String segmentId,
StaticARPConfig staticARPConfig,
com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback)
StaticArpAsynchronous 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 tier1Id,
java.lang.String segmentId,
StaticARPConfig staticARPConfig,
com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
StaticArpAsynchronous 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 StaticARPConfig update(java.lang.String tier1Id, java.lang.String segmentId, StaticARPConfig staticARPConfig)
StaticArpSynchronous method overload. Result of the invocation will be reported as a method return value.
public StaticARPConfig update(java.lang.String tier1Id, java.lang.String segmentId, StaticARPConfig staticARPConfig, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
StaticArpSynchronous 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 tier1Id,
java.lang.String segmentId,
StaticARPConfig staticARPConfig,
com.vmware.vapi.bindings.client.AsyncCallback<StaticARPConfig> asyncCallback)
StaticArpAsynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Invocation Result:
com.vmware.nsx_policy.model.StaticARPConfig
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 tier1Id,
java.lang.String segmentId,
StaticARPConfig staticARPConfig,
com.vmware.vapi.bindings.client.AsyncCallback<StaticARPConfig> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
StaticArpAsynchronous 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.StaticARPConfig
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found