Interface Tunnels
-
- All Superinterfaces:
com.vmware.vapi.bindings.Service
,TunnelsTypes
- All Known Implementing Classes:
TunnelsStub
public interface Tunnels extends com.vmware.vapi.bindings.Service, TunnelsTypes
-
-
Field Summary
-
Fields inherited from interface com.vmware.nsx_policy.infra.tier_0s.locale_services.TunnelsTypes
_VAPI_SERVICE_ID
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
delete(java.lang.String tier0Id, java.lang.String localeSvcId, java.lang.String tunnelId)
Delete Tunnel(GRE as of now) by given tunnel Idvoid
delete(java.lang.String tier0Id, java.lang.String localeSvcId, java.lang.String tunnelId, com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback)
Delete Tunnel(GRE as of now) by given tunnel Idvoid
delete(java.lang.String tier0Id, java.lang.String localeSvcId, java.lang.String tunnelId, com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Delete Tunnel(GRE as of now) by given tunnel Idvoid
delete(java.lang.String tier0Id, java.lang.String localeSvcId, java.lang.String tunnelId, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Delete Tunnel(GRE as of now) by given tunnel Idcom.vmware.vapi.bindings.Structure
get(java.lang.String tier0Id, java.lang.String localeSvcId, java.lang.String tunnelId)
Get Policy Tunnel(GRE as of now)void
get(java.lang.String tier0Id, java.lang.String localeSvcId, java.lang.String tunnelId, com.vmware.vapi.bindings.client.AsyncCallback<com.vmware.vapi.bindings.Structure> asyncCallback)
Get Policy Tunnel(GRE as of now)void
get(java.lang.String tier0Id, java.lang.String localeSvcId, java.lang.String tunnelId, com.vmware.vapi.bindings.client.AsyncCallback<com.vmware.vapi.bindings.Structure> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Get Policy Tunnel(GRE as of now)com.vmware.vapi.bindings.Structure
get(java.lang.String tier0Id, java.lang.String localeSvcId, java.lang.String tunnelId, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Get Policy Tunnel(GRE as of now)PolicyTunnelListResult
list(java.lang.String tier0Id, java.lang.String localeSvcId, java.lang.String cursor, java.lang.String includedFields, java.lang.Long pageSize, java.lang.Boolean sortAscending, java.lang.String sortBy)
List all policy tunnels(GRE as of now)void
list(java.lang.String tier0Id, java.lang.String localeSvcId, java.lang.String cursor, java.lang.String includedFields, java.lang.Long pageSize, java.lang.Boolean sortAscending, java.lang.String sortBy, com.vmware.vapi.bindings.client.AsyncCallback<PolicyTunnelListResult> asyncCallback)
List all policy tunnels(GRE as of now)void
list(java.lang.String tier0Id, java.lang.String localeSvcId, java.lang.String cursor, java.lang.String includedFields, java.lang.Long pageSize, java.lang.Boolean sortAscending, java.lang.String sortBy, com.vmware.vapi.bindings.client.AsyncCallback<PolicyTunnelListResult> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
List all policy tunnels(GRE as of now)PolicyTunnelListResult
list(java.lang.String tier0Id, java.lang.String localeSvcId, java.lang.String cursor, java.lang.String includedFields, java.lang.Long pageSize, java.lang.Boolean sortAscending, java.lang.String sortBy, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
List all policy tunnels(GRE as of now)void
patch(java.lang.String tier0Id, java.lang.String localeSvcId, java.lang.String tunnelId, com.vmware.vapi.bindings.Structure tunnel)
Patch Tunnel(GRE as of now)void
patch(java.lang.String tier0Id, java.lang.String localeSvcId, java.lang.String tunnelId, com.vmware.vapi.bindings.Structure tunnel, com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback)
Patch Tunnel(GRE as of now)void
patch(java.lang.String tier0Id, java.lang.String localeSvcId, java.lang.String tunnelId, com.vmware.vapi.bindings.Structure tunnel, com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Patch Tunnel(GRE as of now)void
patch(java.lang.String tier0Id, java.lang.String localeSvcId, java.lang.String tunnelId, com.vmware.vapi.bindings.Structure tunnel, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Patch Tunnel(GRE as of now)com.vmware.vapi.bindings.Structure
update(java.lang.String tier0Id, java.lang.String localeSvcId, java.lang.String tunnelId, com.vmware.vapi.bindings.Structure tunnel)
Create or Update Tunnel(GRE as of now)void
update(java.lang.String tier0Id, java.lang.String localeSvcId, java.lang.String tunnelId, com.vmware.vapi.bindings.Structure tunnel, com.vmware.vapi.bindings.client.AsyncCallback<com.vmware.vapi.bindings.Structure> asyncCallback)
Create or Update Tunnel(GRE as of now)void
update(java.lang.String tier0Id, java.lang.String localeSvcId, java.lang.String tunnelId, com.vmware.vapi.bindings.Structure tunnel, com.vmware.vapi.bindings.client.AsyncCallback<com.vmware.vapi.bindings.Structure> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Create or Update Tunnel(GRE as of now)com.vmware.vapi.bindings.Structure
update(java.lang.String tier0Id, java.lang.String localeSvcId, java.lang.String tunnelId, com.vmware.vapi.bindings.Structure tunnel, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Create or Update Tunnel(GRE as of now)
-
-
-
Method Detail
-
delete
void delete(java.lang.String tier0Id, java.lang.String localeSvcId, java.lang.String tunnelId)
Delete Tunnel(GRE as of now) by given tunnel IdSynchronous method overload. Result of the invocation will be reported as a method return value.
- Parameters:
tier0Id
- tier0 id (required)localeSvcId
- locale service id (required)tunnelId
- tunnel id (required)- Throws:
com.vmware.vapi.std.errors.InvalidRequest
- Bad Request, Precondition Failedcom.vmware.vapi.std.errors.Unauthorized
- Forbiddencom.vmware.vapi.std.errors.ServiceUnavailable
- Service Unavailablecom.vmware.vapi.std.errors.InternalServerError
- Internal Server Errorcom.vmware.vapi.std.errors.NotFound
- Not Found
-
delete
void delete(java.lang.String tier0Id, java.lang.String localeSvcId, java.lang.String tunnelId, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Delete Tunnel(GRE as of now) by given tunnel IdSynchronous method overload. Result of the invocation will be reported as a method return value. Use
invocationConfig
to specify configuration for this particular invocation.- Parameters:
tier0Id
- tier0 id (required)localeSvcId
- locale service id (required)tunnelId
- tunnel id (required)invocationConfig
- Configuration for the method invocation.- Throws:
com.vmware.vapi.std.errors.InvalidRequest
- Bad Request, Precondition Failedcom.vmware.vapi.std.errors.Unauthorized
- Forbiddencom.vmware.vapi.std.errors.ServiceUnavailable
- Service Unavailablecom.vmware.vapi.std.errors.InternalServerError
- Internal Server Errorcom.vmware.vapi.std.errors.NotFound
- Not Found
-
delete
void delete(java.lang.String tier0Id, java.lang.String localeSvcId, java.lang.String tunnelId, com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback)
Delete Tunnel(GRE as of now) by given tunnel IdAsynchronous 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
- Parameters:
tier0Id
- tier0 id (required)localeSvcId
- locale service id (required)tunnelId
- tunnel id (required)asyncCallback
- Receives the status (progress, result or error) of the operation invocation.
-
delete
void delete(java.lang.String tier0Id, java.lang.String localeSvcId, java.lang.String tunnelId, com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Delete Tunnel(GRE as of now) by given tunnel IdAsynchronous 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
- Parameters:
tier0Id
- tier0 id (required)localeSvcId
- locale service id (required)tunnelId
- tunnel id (required)asyncCallback
- Receives the status (progress, result or error) of the operation invocation.invocationConfig
- Configuration for the method invocation.
-
get
com.vmware.vapi.bindings.Structure get(java.lang.String tier0Id, java.lang.String localeSvcId, java.lang.String tunnelId)
Get Policy Tunnel(GRE as of now)Synchronous method overload. Result of the invocation will be reported as a method return value.
- Parameters:
tier0Id
- tier0 id (required)localeSvcId
- locale service id (required)tunnelId
- tunnel id (required)- Returns:
- com.vmware.nsx_policy.model.Tunnel
The return value will contain all the properties defined in
Tunnel
. - Throws:
com.vmware.vapi.std.errors.InvalidRequest
- Bad Request, Precondition Failedcom.vmware.vapi.std.errors.Unauthorized
- Forbiddencom.vmware.vapi.std.errors.ServiceUnavailable
- Service Unavailablecom.vmware.vapi.std.errors.InternalServerError
- Internal Server Errorcom.vmware.vapi.std.errors.NotFound
- Not Found
-
get
com.vmware.vapi.bindings.Structure get(java.lang.String tier0Id, java.lang.String localeSvcId, java.lang.String tunnelId, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Get Policy Tunnel(GRE as of now)Synchronous method overload. Result of the invocation will be reported as a method return value. Use
invocationConfig
to specify configuration for this particular invocation.- Parameters:
tier0Id
- tier0 id (required)localeSvcId
- locale service id (required)tunnelId
- tunnel id (required)invocationConfig
- Configuration for the method invocation.- Returns:
- com.vmware.nsx_policy.model.Tunnel
The return value will contain all the properties defined in
Tunnel
. - Throws:
com.vmware.vapi.std.errors.InvalidRequest
- Bad Request, Precondition Failedcom.vmware.vapi.std.errors.Unauthorized
- Forbiddencom.vmware.vapi.std.errors.ServiceUnavailable
- Service Unavailablecom.vmware.vapi.std.errors.InternalServerError
- Internal Server Errorcom.vmware.vapi.std.errors.NotFound
- Not Found
-
get
void get(java.lang.String tier0Id, java.lang.String localeSvcId, java.lang.String tunnelId, com.vmware.vapi.bindings.client.AsyncCallback<com.vmware.vapi.bindings.Structure> asyncCallback)
Get Policy Tunnel(GRE as of now)Asynchronous method overload. Result of the invocation will be reported via the specified
asyncCallback
.Invocation Result:
com.vmware.nsx_policy.model.Tunnel The return value will contain all the properties defined inTunnel
.Operation Errors:
InvalidRequest
- Bad Request, Precondition Failed
Unauthorized
- Forbidden
ServiceUnavailable
- Service Unavailable
InternalServerError
- Internal Server Error
NotFound
- Not Found
- Parameters:
tier0Id
- tier0 id (required)localeSvcId
- locale service id (required)tunnelId
- tunnel id (required)asyncCallback
- Receives the status (progress, result or error) of the operation invocation.
-
get
void get(java.lang.String tier0Id, java.lang.String localeSvcId, java.lang.String tunnelId, com.vmware.vapi.bindings.client.AsyncCallback<com.vmware.vapi.bindings.Structure> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Get Policy Tunnel(GRE as of now)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.Tunnel The return value will contain all the properties defined inTunnel
.Operation Errors:
InvalidRequest
- Bad Request, Precondition Failed
Unauthorized
- Forbidden
ServiceUnavailable
- Service Unavailable
InternalServerError
- Internal Server Error
NotFound
- Not Found
- Parameters:
tier0Id
- tier0 id (required)localeSvcId
- locale service id (required)tunnelId
- tunnel id (required)asyncCallback
- Receives the status (progress, result or error) of the operation invocation.invocationConfig
- Configuration for the method invocation.
-
list
PolicyTunnelListResult list(java.lang.String tier0Id, java.lang.String localeSvcId, java.lang.String cursor, java.lang.String includedFields, java.lang.Long pageSize, java.lang.Boolean sortAscending, java.lang.String sortBy)
List all policy tunnels(GRE as of now)Synchronous method overload. Result of the invocation will be reported as a method return value.
- Parameters:
tier0Id
- tier0 id (required)localeSvcId
- locale service id (required)cursor
- Opaque cursor to be used for getting next page of records (supplied by current result page) (optional)includedFields
- Comma separated list of fields that should be included in query result (optional)pageSize
- Maximum number of results to return in this page (server may return fewer) (optional, default to 1000)sortAscending
- (optional)sortBy
- Field by which records are sorted (optional)- Returns:
- com.vmware.nsx_policy.model.PolicyTunnelListResult
- Throws:
com.vmware.vapi.std.errors.InvalidRequest
- Bad Request, Precondition Failedcom.vmware.vapi.std.errors.Unauthorized
- Forbiddencom.vmware.vapi.std.errors.ServiceUnavailable
- Service Unavailablecom.vmware.vapi.std.errors.InternalServerError
- Internal Server Errorcom.vmware.vapi.std.errors.NotFound
- Not Found
-
list
PolicyTunnelListResult list(java.lang.String tier0Id, java.lang.String localeSvcId, java.lang.String cursor, java.lang.String includedFields, java.lang.Long pageSize, java.lang.Boolean sortAscending, java.lang.String sortBy, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
List all policy tunnels(GRE as of now)Synchronous method overload. Result of the invocation will be reported as a method return value. Use
invocationConfig
to specify configuration for this particular invocation.- Parameters:
tier0Id
- tier0 id (required)localeSvcId
- locale service id (required)cursor
- Opaque cursor to be used for getting next page of records (supplied by current result page) (optional)includedFields
- Comma separated list of fields that should be included in query result (optional)pageSize
- Maximum number of results to return in this page (server may return fewer) (optional, default to 1000)sortAscending
- (optional)sortBy
- Field by which records are sorted (optional)invocationConfig
- Configuration for the method invocation.- Returns:
- com.vmware.nsx_policy.model.PolicyTunnelListResult
- Throws:
com.vmware.vapi.std.errors.InvalidRequest
- Bad Request, Precondition Failedcom.vmware.vapi.std.errors.Unauthorized
- Forbiddencom.vmware.vapi.std.errors.ServiceUnavailable
- Service Unavailablecom.vmware.vapi.std.errors.InternalServerError
- Internal Server Errorcom.vmware.vapi.std.errors.NotFound
- Not Found
-
list
void list(java.lang.String tier0Id, java.lang.String localeSvcId, java.lang.String cursor, java.lang.String includedFields, java.lang.Long pageSize, java.lang.Boolean sortAscending, java.lang.String sortBy, com.vmware.vapi.bindings.client.AsyncCallback<PolicyTunnelListResult> asyncCallback)
List all policy tunnels(GRE as of now)Asynchronous method overload. Result of the invocation will be reported via the specified
asyncCallback
.Invocation Result:
com.vmware.nsx_policy.model.PolicyTunnelListResultOperation Errors:
InvalidRequest
- Bad Request, Precondition Failed
Unauthorized
- Forbidden
ServiceUnavailable
- Service Unavailable
InternalServerError
- Internal Server Error
NotFound
- Not Found
- Parameters:
tier0Id
- tier0 id (required)localeSvcId
- locale service id (required)cursor
- Opaque cursor to be used for getting next page of records (supplied by current result page) (optional)includedFields
- Comma separated list of fields that should be included in query result (optional)pageSize
- Maximum number of results to return in this page (server may return fewer) (optional, default to 1000)sortAscending
- (optional)sortBy
- Field by which records are sorted (optional)asyncCallback
- Receives the status (progress, result or error) of the operation invocation.
-
list
void list(java.lang.String tier0Id, java.lang.String localeSvcId, java.lang.String cursor, java.lang.String includedFields, java.lang.Long pageSize, java.lang.Boolean sortAscending, java.lang.String sortBy, com.vmware.vapi.bindings.client.AsyncCallback<PolicyTunnelListResult> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
List all policy tunnels(GRE as of now)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.PolicyTunnelListResultOperation Errors:
InvalidRequest
- Bad Request, Precondition Failed
Unauthorized
- Forbidden
ServiceUnavailable
- Service Unavailable
InternalServerError
- Internal Server Error
NotFound
- Not Found
- Parameters:
tier0Id
- tier0 id (required)localeSvcId
- locale service id (required)cursor
- Opaque cursor to be used for getting next page of records (supplied by current result page) (optional)includedFields
- Comma separated list of fields that should be included in query result (optional)pageSize
- Maximum number of results to return in this page (server may return fewer) (optional, default to 1000)sortAscending
- (optional)sortBy
- Field by which records are sorted (optional)asyncCallback
- Receives the status (progress, result or error) of the operation invocation.invocationConfig
- Configuration for the method invocation.
-
patch
void patch(java.lang.String tier0Id, java.lang.String localeSvcId, java.lang.String tunnelId, com.vmware.vapi.bindings.Structure tunnel)
Patch Tunnel(GRE as of now)Synchronous method overload. Result of the invocation will be reported as a method return value.
- Parameters:
tier0Id
- tier0 id (required)localeSvcId
- locale service id (required)tunnelId
- tunnel id (required)tunnel
- (required) The parameter must contain all the properties defined inTunnel
.- Throws:
com.vmware.vapi.std.errors.InvalidRequest
- Bad Request, Precondition Failedcom.vmware.vapi.std.errors.Unauthorized
- Forbiddencom.vmware.vapi.std.errors.ServiceUnavailable
- Service Unavailablecom.vmware.vapi.std.errors.InternalServerError
- Internal Server Errorcom.vmware.vapi.std.errors.NotFound
- Not Found
-
patch
void patch(java.lang.String tier0Id, java.lang.String localeSvcId, java.lang.String tunnelId, com.vmware.vapi.bindings.Structure tunnel, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Patch Tunnel(GRE as of now)Synchronous method overload. Result of the invocation will be reported as a method return value. Use
invocationConfig
to specify configuration for this particular invocation.- Parameters:
tier0Id
- tier0 id (required)localeSvcId
- locale service id (required)tunnelId
- tunnel id (required)tunnel
- (required) The parameter must contain all the properties defined inTunnel
.invocationConfig
- Configuration for the method invocation.- Throws:
com.vmware.vapi.std.errors.InvalidRequest
- Bad Request, Precondition Failedcom.vmware.vapi.std.errors.Unauthorized
- Forbiddencom.vmware.vapi.std.errors.ServiceUnavailable
- Service Unavailablecom.vmware.vapi.std.errors.InternalServerError
- Internal Server Errorcom.vmware.vapi.std.errors.NotFound
- Not Found
-
patch
void patch(java.lang.String tier0Id, java.lang.String localeSvcId, java.lang.String tunnelId, com.vmware.vapi.bindings.Structure tunnel, com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback)
Patch Tunnel(GRE as of now)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
- Parameters:
tier0Id
- tier0 id (required)localeSvcId
- locale service id (required)tunnelId
- tunnel id (required)tunnel
- (required) The parameter must contain all the properties defined inTunnel
.asyncCallback
- Receives the status (progress, result or error) of the operation invocation.
-
patch
void patch(java.lang.String tier0Id, java.lang.String localeSvcId, java.lang.String tunnelId, com.vmware.vapi.bindings.Structure tunnel, com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Patch Tunnel(GRE as of now)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
- Parameters:
tier0Id
- tier0 id (required)localeSvcId
- locale service id (required)tunnelId
- tunnel id (required)tunnel
- (required) The parameter must contain all the properties defined inTunnel
.asyncCallback
- Receives the status (progress, result or error) of the operation invocation.invocationConfig
- Configuration for the method invocation.
-
update
com.vmware.vapi.bindings.Structure update(java.lang.String tier0Id, java.lang.String localeSvcId, java.lang.String tunnelId, com.vmware.vapi.bindings.Structure tunnel)
Create or Update Tunnel(GRE as of now)Synchronous method overload. Result of the invocation will be reported as a method return value.
- Parameters:
tier0Id
- tier0 id (required)localeSvcId
- locale service id (required)tunnelId
- tunnel id (required)tunnel
- (required) The parameter must contain all the properties defined inTunnel
.- Returns:
- com.vmware.nsx_policy.model.Tunnel
The return value will contain all the properties defined in
Tunnel
. - Throws:
com.vmware.vapi.std.errors.InvalidRequest
- Bad Request, Precondition Failedcom.vmware.vapi.std.errors.Unauthorized
- Forbiddencom.vmware.vapi.std.errors.ServiceUnavailable
- Service Unavailablecom.vmware.vapi.std.errors.InternalServerError
- Internal Server Errorcom.vmware.vapi.std.errors.NotFound
- Not Found
-
update
com.vmware.vapi.bindings.Structure update(java.lang.String tier0Id, java.lang.String localeSvcId, java.lang.String tunnelId, com.vmware.vapi.bindings.Structure tunnel, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Create or Update Tunnel(GRE as of now)Synchronous method overload. Result of the invocation will be reported as a method return value. Use
invocationConfig
to specify configuration for this particular invocation.- Parameters:
tier0Id
- tier0 id (required)localeSvcId
- locale service id (required)tunnelId
- tunnel id (required)tunnel
- (required) The parameter must contain all the properties defined inTunnel
.invocationConfig
- Configuration for the method invocation.- Returns:
- com.vmware.nsx_policy.model.Tunnel
The return value will contain all the properties defined in
Tunnel
. - Throws:
com.vmware.vapi.std.errors.InvalidRequest
- Bad Request, Precondition Failedcom.vmware.vapi.std.errors.Unauthorized
- Forbiddencom.vmware.vapi.std.errors.ServiceUnavailable
- Service Unavailablecom.vmware.vapi.std.errors.InternalServerError
- Internal Server Errorcom.vmware.vapi.std.errors.NotFound
- Not Found
-
update
void update(java.lang.String tier0Id, java.lang.String localeSvcId, java.lang.String tunnelId, com.vmware.vapi.bindings.Structure tunnel, com.vmware.vapi.bindings.client.AsyncCallback<com.vmware.vapi.bindings.Structure> asyncCallback)
Create or Update Tunnel(GRE as of now)Asynchronous method overload. Result of the invocation will be reported via the specified
asyncCallback
.Invocation Result:
com.vmware.nsx_policy.model.Tunnel The return value will contain all the properties defined inTunnel
.Operation Errors:
InvalidRequest
- Bad Request, Precondition Failed
Unauthorized
- Forbidden
ServiceUnavailable
- Service Unavailable
InternalServerError
- Internal Server Error
NotFound
- Not Found
- Parameters:
tier0Id
- tier0 id (required)localeSvcId
- locale service id (required)tunnelId
- tunnel id (required)tunnel
- (required) The parameter must contain all the properties defined inTunnel
.asyncCallback
- Receives the status (progress, result or error) of the operation invocation.
-
update
void update(java.lang.String tier0Id, java.lang.String localeSvcId, java.lang.String tunnelId, com.vmware.vapi.bindings.Structure tunnel, com.vmware.vapi.bindings.client.AsyncCallback<com.vmware.vapi.bindings.Structure> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Create or Update Tunnel(GRE as of now)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.Tunnel The return value will contain all the properties defined inTunnel
.Operation Errors:
InvalidRequest
- Bad Request, Precondition Failed
Unauthorized
- Forbidden
ServiceUnavailable
- Service Unavailable
InternalServerError
- Internal Server Error
NotFound
- Not Found
- Parameters:
tier0Id
- tier0 id (required)localeSvcId
- locale service id (required)tunnelId
- tunnel id (required)tunnel
- (required) The parameter must contain all the properties defined inTunnel
.asyncCallback
- Receives the status (progress, result or error) of the operation invocation.invocationConfig
- Configuration for the method invocation.
-
-