Class TroubleshootStub
- java.lang.Object
-
- com.vmware.vapi.internal.bindings.Stub
-
- com.vmware.nsx_policy.infra.tier_0s.locale_services.bgp.TroubleshootStub
-
- All Implemented Interfaces:
Troubleshoot,TroubleshootTypes,com.vmware.vapi.bindings.Service
public class TroubleshootStub extends com.vmware.vapi.internal.bindings.Stub implements Troubleshoot
Remote stub implementation of theTroubleshootAPI 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_0s.locale_services.bgp.TroubleshootTypes
_VAPI_SERVICE_ID
-
-
Constructor Summary
Constructors Constructor Description TroubleshootStub(com.vmware.vapi.core.ApiProvider apiProvider, com.vmware.vapi.bindings.StubConfigurationBase config)TroubleshootStub(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 BgpTroubleshootConfigget(java.lang.String tier0Id, java.lang.String localeServiceId)Read BGP troubleshoot configvoidget(java.lang.String tier0Id, java.lang.String localeServiceId, com.vmware.vapi.bindings.client.AsyncCallback<BgpTroubleshootConfig> asyncCallback)Read BGP troubleshoot configvoidget(java.lang.String tier0Id, java.lang.String localeServiceId, com.vmware.vapi.bindings.client.AsyncCallback<BgpTroubleshootConfig> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)Read BGP troubleshoot configBgpTroubleshootConfigget(java.lang.String tier0Id, java.lang.String localeServiceId, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)Read BGP troubleshoot configvoidpatch(java.lang.String tier0Id, java.lang.String localeServiceId, BgpTroubleshootConfig bgpTroubleshootConfig, java.lang.Boolean override)If BGP troubleshoot config is not present in BGP configuration, create a new BGP troubleshoot config with default value.voidpatch(java.lang.String tier0Id, java.lang.String localeServiceId, BgpTroubleshootConfig bgpTroubleshootConfig, java.lang.Boolean override, com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback)If BGP troubleshoot config is not present in BGP configuration, create a new BGP troubleshoot config with default value.voidpatch(java.lang.String tier0Id, java.lang.String localeServiceId, BgpTroubleshootConfig bgpTroubleshootConfig, java.lang.Boolean override, com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)If BGP troubleshoot config is not present in BGP configuration, create a new BGP troubleshoot config with default value.voidpatch(java.lang.String tier0Id, java.lang.String localeServiceId, BgpTroubleshootConfig bgpTroubleshootConfig, java.lang.Boolean override, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)If BGP troubleshoot config is not present in BGP configuration, create a new BGP troubleshoot config with default value.BgpTroubleshootConfigupdate(java.lang.String tier0Id, java.lang.String localeServiceId, BgpTroubleshootConfig bgpTroubleshootConfig, java.lang.Boolean override)If BGP troubleshoot config is not present in BGP configuration, create a new BGP troubleshoot config with default value.voidupdate(java.lang.String tier0Id, java.lang.String localeServiceId, BgpTroubleshootConfig bgpTroubleshootConfig, java.lang.Boolean override, com.vmware.vapi.bindings.client.AsyncCallback<BgpTroubleshootConfig> asyncCallback)If BGP troubleshoot config is not present in BGP configuration, create a new BGP troubleshoot config with default value.voidupdate(java.lang.String tier0Id, java.lang.String localeServiceId, BgpTroubleshootConfig bgpTroubleshootConfig, java.lang.Boolean override, com.vmware.vapi.bindings.client.AsyncCallback<BgpTroubleshootConfig> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)If BGP troubleshoot config is not present in BGP configuration, create a new BGP troubleshoot config with default value.BgpTroubleshootConfigupdate(java.lang.String tier0Id, java.lang.String localeServiceId, BgpTroubleshootConfig bgpTroubleshootConfig, java.lang.Boolean override, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)If BGP troubleshoot config is not present in BGP configuration, create a new BGP troubleshoot config with default value.
-
-
-
Constructor Detail
-
TroubleshootStub
public TroubleshootStub(com.vmware.vapi.core.ApiProvider apiProvider, com.vmware.vapi.internal.bindings.TypeConverter typeConverter, com.vmware.vapi.bindings.StubConfigurationBase config)
-
TroubleshootStub
public TroubleshootStub(com.vmware.vapi.core.ApiProvider apiProvider, com.vmware.vapi.bindings.StubConfigurationBase config)
-
-
Method Detail
-
get
public BgpTroubleshootConfig get(java.lang.String tier0Id, java.lang.String localeServiceId)
Description copied from interface:TroubleshootRead BGP troubleshoot configSynchronous method overload. Result of the invocation will be reported as a method return value.
- Specified by:
getin interfaceTroubleshoot- Parameters:
tier0Id- (required)localeServiceId- (required)- Returns:
- com.vmware.nsx_policy.model.BgpTroubleshootConfig
-
get
public BgpTroubleshootConfig get(java.lang.String tier0Id, java.lang.String localeServiceId, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Description copied from interface:TroubleshootRead BGP troubleshoot configSynchronous method overload. Result of the invocation will be reported as a method return value. Use
invocationConfigto specify configuration for this particular invocation.- Specified by:
getin interfaceTroubleshoot- Parameters:
tier0Id- (required)localeServiceId- (required)invocationConfig- Configuration for the method invocation.- Returns:
- com.vmware.nsx_policy.model.BgpTroubleshootConfig
-
get
public void get(java.lang.String tier0Id, java.lang.String localeServiceId, com.vmware.vapi.bindings.client.AsyncCallback<BgpTroubleshootConfig> asyncCallback)Description copied from interface:TroubleshootRead BGP troubleshoot configAsynchronous method overload. Result of the invocation will be reported via the specified
asyncCallback.Invocation Result:
com.vmware.nsx_policy.model.BgpTroubleshootConfigOperation Errors:
InvalidRequest- Bad Request, Precondition Failed
Unauthorized- Forbidden
ServiceUnavailable- Service Unavailable
InternalServerError- Internal Server Error
NotFound- Not Found
- Specified by:
getin interfaceTroubleshoot- Parameters:
tier0Id- (required)localeServiceId- (required)asyncCallback- Receives the status (progress, result or error) of the operation invocation.
-
get
public void get(java.lang.String tier0Id, java.lang.String localeServiceId, com.vmware.vapi.bindings.client.AsyncCallback<BgpTroubleshootConfig> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)Description copied from interface:TroubleshootRead BGP troubleshoot configAsynchronous 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.BgpTroubleshootConfigOperation Errors:
InvalidRequest- Bad Request, Precondition Failed
Unauthorized- Forbidden
ServiceUnavailable- Service Unavailable
InternalServerError- Internal Server Error
NotFound- Not Found
- Specified by:
getin interfaceTroubleshoot- Parameters:
tier0Id- (required)localeServiceId- (required)asyncCallback- Receives the status (progress, result or error) of the operation invocation.invocationConfig- Configuration for the method invocation.
-
patch
public void patch(java.lang.String tier0Id, java.lang.String localeServiceId, BgpTroubleshootConfig bgpTroubleshootConfig, java.lang.Boolean override)Description copied from interface:TroubleshootIf BGP troubleshoot config is not present in BGP configuration, create a new BGP troubleshoot config with default value. If it already exists, update the BGP troubleshoot config with this object.Synchronous method overload. Result of the invocation will be reported as a method return value.
- Specified by:
patchin interfaceTroubleshoot- Parameters:
tier0Id- (required)localeServiceId- (required)bgpTroubleshootConfig- (required)override- Locally override the global object (optional, default to false)
-
patch
public void patch(java.lang.String tier0Id, java.lang.String localeServiceId, BgpTroubleshootConfig bgpTroubleshootConfig, java.lang.Boolean override, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)Description copied from interface:TroubleshootIf BGP troubleshoot config is not present in BGP configuration, create a new BGP troubleshoot config with default value. If it already exists, update the BGP troubleshoot config with this object.Synchronous method overload. Result of the invocation will be reported as a method return value. Use
invocationConfigto specify configuration for this particular invocation.- Specified by:
patchin interfaceTroubleshoot- Parameters:
tier0Id- (required)localeServiceId- (required)bgpTroubleshootConfig- (required)override- Locally override the global object (optional, default to false)invocationConfig- Configuration for the method invocation.
-
patch
public void patch(java.lang.String tier0Id, java.lang.String localeServiceId, BgpTroubleshootConfig bgpTroubleshootConfig, java.lang.Boolean override, com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback)Description copied from interface:TroubleshootIf BGP troubleshoot config is not present in BGP configuration, create a new BGP troubleshoot config with default value. If it already exists, update the BGP troubleshoot config with this object.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
- Specified by:
patchin interfaceTroubleshoot- Parameters:
tier0Id- (required)localeServiceId- (required)bgpTroubleshootConfig- (required)override- Locally override the global object (optional, default to false)asyncCallback- Receives the status (progress, result or error) of the operation invocation.
-
patch
public void patch(java.lang.String tier0Id, java.lang.String localeServiceId, BgpTroubleshootConfig bgpTroubleshootConfig, java.lang.Boolean override, com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)Description copied from interface:TroubleshootIf BGP troubleshoot config is not present in BGP configuration, create a new BGP troubleshoot config with default value. If it already exists, update the BGP troubleshoot config with this object.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
- Specified by:
patchin interfaceTroubleshoot- Parameters:
tier0Id- (required)localeServiceId- (required)bgpTroubleshootConfig- (required)override- Locally override the global object (optional, default to false)asyncCallback- Receives the status (progress, result or error) of the operation invocation.invocationConfig- Configuration for the method invocation.
-
update
public BgpTroubleshootConfig update(java.lang.String tier0Id, java.lang.String localeServiceId, BgpTroubleshootConfig bgpTroubleshootConfig, java.lang.Boolean override)
Description copied from interface:TroubleshootIf BGP troubleshoot config is not present in BGP configuration, create a new BGP troubleshoot config with default value. If it already exists, update the BGP troubleshoot config with this object.Synchronous method overload. Result of the invocation will be reported as a method return value.
- Specified by:
updatein interfaceTroubleshoot- Parameters:
tier0Id- (required)localeServiceId- (required)bgpTroubleshootConfig- (required)override- Locally override the global object (optional, default to false)- Returns:
- com.vmware.nsx_policy.model.BgpTroubleshootConfig
-
update
public BgpTroubleshootConfig update(java.lang.String tier0Id, java.lang.String localeServiceId, BgpTroubleshootConfig bgpTroubleshootConfig, java.lang.Boolean override, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Description copied from interface:TroubleshootIf BGP troubleshoot config is not present in BGP configuration, create a new BGP troubleshoot config with default value. If it already exists, update the BGP troubleshoot config with this object.Synchronous method overload. Result of the invocation will be reported as a method return value. Use
invocationConfigto specify configuration for this particular invocation.- Specified by:
updatein interfaceTroubleshoot- Parameters:
tier0Id- (required)localeServiceId- (required)bgpTroubleshootConfig- (required)override- Locally override the global object (optional, default to false)invocationConfig- Configuration for the method invocation.- Returns:
- com.vmware.nsx_policy.model.BgpTroubleshootConfig
-
update
public void update(java.lang.String tier0Id, java.lang.String localeServiceId, BgpTroubleshootConfig bgpTroubleshootConfig, java.lang.Boolean override, com.vmware.vapi.bindings.client.AsyncCallback<BgpTroubleshootConfig> asyncCallback)Description copied from interface:TroubleshootIf BGP troubleshoot config is not present in BGP configuration, create a new BGP troubleshoot config with default value. If it already exists, update the BGP troubleshoot config with this object.Asynchronous method overload. Result of the invocation will be reported via the specified
asyncCallback.Invocation Result:
com.vmware.nsx_policy.model.BgpTroubleshootConfigOperation Errors:
InvalidRequest- Bad Request, Precondition Failed
Unauthorized- Forbidden
ServiceUnavailable- Service Unavailable
InternalServerError- Internal Server Error
NotFound- Not Found
- Specified by:
updatein interfaceTroubleshoot- Parameters:
tier0Id- (required)localeServiceId- (required)bgpTroubleshootConfig- (required)override- Locally override the global object (optional, default to false)asyncCallback- Receives the status (progress, result or error) of the operation invocation.
-
update
public void update(java.lang.String tier0Id, java.lang.String localeServiceId, BgpTroubleshootConfig bgpTroubleshootConfig, java.lang.Boolean override, com.vmware.vapi.bindings.client.AsyncCallback<BgpTroubleshootConfig> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)Description copied from interface:TroubleshootIf BGP troubleshoot config is not present in BGP configuration, create a new BGP troubleshoot config with default value. If it already exists, update the BGP troubleshoot config with this object.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.BgpTroubleshootConfigOperation Errors:
InvalidRequest- Bad Request, Precondition Failed
Unauthorized- Forbidden
ServiceUnavailable- Service Unavailable
InternalServerError- Internal Server Error
NotFound- Not Found
- Specified by:
updatein interfaceTroubleshoot- Parameters:
tier0Id- (required)localeServiceId- (required)bgpTroubleshootConfig- (required)override- Locally override the global object (optional, default to false)asyncCallback- Receives the status (progress, result or error) of the operation invocation.invocationConfig- Configuration for the method invocation.
-
-