Class StandaloneHostSwitchSettingStub
- java.lang.Object
-
- com.vmware.vapi.internal.bindings.Stub
-
- com.vmware.nsx_policy.infra.settings.firewall.idfw.StandaloneHostSwitchSettingStub
-
- All Implemented Interfaces:
StandaloneHostSwitchSetting,StandaloneHostSwitchSettingTypes,com.vmware.vapi.bindings.Service
public class StandaloneHostSwitchSettingStub extends com.vmware.vapi.internal.bindings.Stub implements StandaloneHostSwitchSetting
Remote stub implementation of theStandaloneHostSwitchSettingAPI 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.settings.firewall.idfw.StandaloneHostSwitchSettingTypes
_VAPI_SERVICE_ID
-
-
Constructor Summary
Constructors Constructor Description StandaloneHostSwitchSettingStub(com.vmware.vapi.core.ApiProvider apiProvider, com.vmware.vapi.bindings.StubConfigurationBase config)StandaloneHostSwitchSettingStub(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 StandaloneHostIdfwConfigurationget()Read identity firewall configuration for standalone hostvoidget(com.vmware.vapi.bindings.client.AsyncCallback<StandaloneHostIdfwConfiguration> asyncCallback)Read identity firewall configuration for standalone hostvoidget(com.vmware.vapi.bindings.client.AsyncCallback<StandaloneHostIdfwConfiguration> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)Read identity firewall configuration for standalone hostStandaloneHostIdfwConfigurationget(com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)Read identity firewall configuration for standalone hostvoidpatch(StandaloneHostIdfwConfiguration standaloneHostIdfwConfiguration)Patch identity firewall configuration for standalone hostvoidpatch(StandaloneHostIdfwConfiguration standaloneHostIdfwConfiguration, com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback)Patch identity firewall configuration for standalone hostvoidpatch(StandaloneHostIdfwConfiguration standaloneHostIdfwConfiguration, com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)Patch identity firewall configuration for standalone hostvoidpatch(StandaloneHostIdfwConfiguration standaloneHostIdfwConfiguration, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)Patch identity firewall configuration for standalone hostStandaloneHostIdfwConfigurationupdate(StandaloneHostIdfwConfiguration standaloneHostIdfwConfiguration)Update the idfw configuration for standalone hostvoidupdate(StandaloneHostIdfwConfiguration standaloneHostIdfwConfiguration, com.vmware.vapi.bindings.client.AsyncCallback<StandaloneHostIdfwConfiguration> asyncCallback)Update the idfw configuration for standalone hostvoidupdate(StandaloneHostIdfwConfiguration standaloneHostIdfwConfiguration, com.vmware.vapi.bindings.client.AsyncCallback<StandaloneHostIdfwConfiguration> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)Update the idfw configuration for standalone hostStandaloneHostIdfwConfigurationupdate(StandaloneHostIdfwConfiguration standaloneHostIdfwConfiguration, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)Update the idfw configuration for standalone host
-
-
-
Constructor Detail
-
StandaloneHostSwitchSettingStub
public StandaloneHostSwitchSettingStub(com.vmware.vapi.core.ApiProvider apiProvider, com.vmware.vapi.internal.bindings.TypeConverter typeConverter, com.vmware.vapi.bindings.StubConfigurationBase config)
-
StandaloneHostSwitchSettingStub
public StandaloneHostSwitchSettingStub(com.vmware.vapi.core.ApiProvider apiProvider, com.vmware.vapi.bindings.StubConfigurationBase config)
-
-
Method Detail
-
get
public StandaloneHostIdfwConfiguration get()
Description copied from interface:StandaloneHostSwitchSettingRead identity firewall configuration for standalone hostSynchronous method overload. Result of the invocation will be reported as a method return value.
- Specified by:
getin interfaceStandaloneHostSwitchSetting- Returns:
- com.vmware.nsx_policy.model.StandaloneHostIdfwConfiguration
-
get
public StandaloneHostIdfwConfiguration get(com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Description copied from interface:StandaloneHostSwitchSettingRead identity firewall configuration for standalone hostSynchronous 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 interfaceStandaloneHostSwitchSetting- Parameters:
invocationConfig- Configuration for the method invocation.- Returns:
- com.vmware.nsx_policy.model.StandaloneHostIdfwConfiguration
-
get
public void get(com.vmware.vapi.bindings.client.AsyncCallback<StandaloneHostIdfwConfiguration> asyncCallback)
Description copied from interface:StandaloneHostSwitchSettingRead identity firewall configuration for standalone hostAsynchronous method overload. Result of the invocation will be reported via the specified
asyncCallback.Invocation Result:
com.vmware.nsx_policy.model.StandaloneHostIdfwConfigurationOperation Errors:
InvalidRequest- Bad Request, Precondition Failed
Unauthorized- Forbidden
ServiceUnavailable- Service Unavailable
InternalServerError- Internal Server Error
NotFound- Not Found
- Specified by:
getin interfaceStandaloneHostSwitchSetting- Parameters:
asyncCallback- Receives the status (progress, result or error) of the operation invocation.
-
get
public void get(com.vmware.vapi.bindings.client.AsyncCallback<StandaloneHostIdfwConfiguration> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Description copied from interface:StandaloneHostSwitchSettingRead identity firewall configuration for standalone hostAsynchronous 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.StandaloneHostIdfwConfigurationOperation Errors:
InvalidRequest- Bad Request, Precondition Failed
Unauthorized- Forbidden
ServiceUnavailable- Service Unavailable
InternalServerError- Internal Server Error
NotFound- Not Found
- Specified by:
getin interfaceStandaloneHostSwitchSetting- Parameters:
asyncCallback- Receives the status (progress, result or error) of the operation invocation.invocationConfig- Configuration for the method invocation.
-
patch
public void patch(StandaloneHostIdfwConfiguration standaloneHostIdfwConfiguration)
Description copied from interface:StandaloneHostSwitchSettingPatch identity firewall configuration for standalone hostSynchronous method overload. Result of the invocation will be reported as a method return value.
- Specified by:
patchin interfaceStandaloneHostSwitchSetting- Parameters:
standaloneHostIdfwConfiguration- (required)
-
patch
public void patch(StandaloneHostIdfwConfiguration standaloneHostIdfwConfiguration, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Description copied from interface:StandaloneHostSwitchSettingPatch identity firewall configuration for standalone hostSynchronous 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 interfaceStandaloneHostSwitchSetting- Parameters:
standaloneHostIdfwConfiguration- (required)invocationConfig- Configuration for the method invocation.
-
patch
public void patch(StandaloneHostIdfwConfiguration standaloneHostIdfwConfiguration, com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback)
Description copied from interface:StandaloneHostSwitchSettingPatch identity firewall configuration for standalone hostAsynchronous 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 interfaceStandaloneHostSwitchSetting- Parameters:
standaloneHostIdfwConfiguration- (required)asyncCallback- Receives the status (progress, result or error) of the operation invocation.
-
patch
public void patch(StandaloneHostIdfwConfiguration standaloneHostIdfwConfiguration, com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Description copied from interface:StandaloneHostSwitchSettingPatch identity firewall configuration for standalone hostAsynchronous 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 interfaceStandaloneHostSwitchSetting- Parameters:
standaloneHostIdfwConfiguration- (required)asyncCallback- Receives the status (progress, result or error) of the operation invocation.invocationConfig- Configuration for the method invocation.
-
update
public StandaloneHostIdfwConfiguration update(StandaloneHostIdfwConfiguration standaloneHostIdfwConfiguration)
Description copied from interface:StandaloneHostSwitchSettingUpdate the idfw configuration for standalone hostSynchronous method overload. Result of the invocation will be reported as a method return value.
- Specified by:
updatein interfaceStandaloneHostSwitchSetting- Parameters:
standaloneHostIdfwConfiguration- (required)- Returns:
- com.vmware.nsx_policy.model.StandaloneHostIdfwConfiguration
-
update
public StandaloneHostIdfwConfiguration update(StandaloneHostIdfwConfiguration standaloneHostIdfwConfiguration, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Description copied from interface:StandaloneHostSwitchSettingUpdate the idfw configuration for standalone hostSynchronous 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 interfaceStandaloneHostSwitchSetting- Parameters:
standaloneHostIdfwConfiguration- (required)invocationConfig- Configuration for the method invocation.- Returns:
- com.vmware.nsx_policy.model.StandaloneHostIdfwConfiguration
-
update
public void update(StandaloneHostIdfwConfiguration standaloneHostIdfwConfiguration, com.vmware.vapi.bindings.client.AsyncCallback<StandaloneHostIdfwConfiguration> asyncCallback)
Description copied from interface:StandaloneHostSwitchSettingUpdate the idfw configuration for standalone hostAsynchronous method overload. Result of the invocation will be reported via the specified
asyncCallback.Invocation Result:
com.vmware.nsx_policy.model.StandaloneHostIdfwConfigurationOperation Errors:
InvalidRequest- Bad Request, Precondition Failed
Unauthorized- Forbidden
ServiceUnavailable- Service Unavailable
InternalServerError- Internal Server Error
NotFound- Not Found
- Specified by:
updatein interfaceStandaloneHostSwitchSetting- Parameters:
standaloneHostIdfwConfiguration- (required)asyncCallback- Receives the status (progress, result or error) of the operation invocation.
-
update
public void update(StandaloneHostIdfwConfiguration standaloneHostIdfwConfiguration, com.vmware.vapi.bindings.client.AsyncCallback<StandaloneHostIdfwConfiguration> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Description copied from interface:StandaloneHostSwitchSettingUpdate the idfw configuration for standalone hostAsynchronous 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.StandaloneHostIdfwConfigurationOperation Errors:
InvalidRequest- Bad Request, Precondition Failed
Unauthorized- Forbidden
ServiceUnavailable- Service Unavailable
InternalServerError- Internal Server Error
NotFound- Not Found
- Specified by:
updatein interfaceStandaloneHostSwitchSetting- Parameters:
standaloneHostIdfwConfiguration- (required)asyncCallback- Receives the status (progress, result or error) of the operation invocation.invocationConfig- Configuration for the method invocation.
-
-