public class GlobalFipsStub extends com.vmware.vapi.internal.bindings.Stub implements GlobalFips
GlobalFips
API service.
WARNING: Internal class, subject to change in future versions.
GlobalFipsTypes.Info, GlobalFipsTypes.UpdateSpec
apiProvider, converter, ifaceId, retryPolicy, securityContext
_VAPI_SERVICE_ID
Constructor and Description |
---|
GlobalFipsStub(ApiProvider apiProvider,
StubConfigurationBase config) |
GlobalFipsStub(ApiProvider apiProvider,
com.vmware.vapi.internal.bindings.TypeConverter typeConverter,
StubConfigurationBase config) |
Modifier and Type | Method and Description |
---|---|
GlobalFipsTypes.Info |
get()
Get current appliance FIPS settings.
|
void |
get(AsyncCallback<GlobalFipsTypes.Info> asyncCallback)
Get current appliance FIPS settings.
|
void |
get(AsyncCallback<GlobalFipsTypes.Info> asyncCallback,
InvocationConfig invocationConfig)
Get current appliance FIPS settings.
|
GlobalFipsTypes.Info |
get(InvocationConfig invocationConfig)
Get current appliance FIPS settings.
|
void |
update(GlobalFipsTypes.UpdateSpec spec)
Enable/Disable Global FIPS mode for the appliance.
|
void |
update(GlobalFipsTypes.UpdateSpec spec,
AsyncCallback<java.lang.Void> asyncCallback)
Enable/Disable Global FIPS mode for the appliance.
|
void |
update(GlobalFipsTypes.UpdateSpec spec,
AsyncCallback<java.lang.Void> asyncCallback,
InvocationConfig invocationConfig)
Enable/Disable Global FIPS mode for the appliance.
|
void |
update(GlobalFipsTypes.UpdateSpec spec,
InvocationConfig invocationConfig)
Enable/Disable Global FIPS mode for the appliance.
|
public GlobalFipsStub(ApiProvider apiProvider, com.vmware.vapi.internal.bindings.TypeConverter typeConverter, StubConfigurationBase config)
public GlobalFipsStub(ApiProvider apiProvider, StubConfigurationBase config)
public GlobalFipsTypes.Info get()
GlobalFips
Synchronous method overload. Result of the invocation will be reported as a method return value.
get
in interface GlobalFips
public GlobalFipsTypes.Info get(InvocationConfig invocationConfig)
GlobalFips
Synchronous method overload. Result of the invocation will be
reported as a method return value.
Use invocationConfig
to specify configuration for this particular invocation.
get
in interface GlobalFips
invocationConfig
- Configuration for the method invocation.public void get(AsyncCallback<GlobalFipsTypes.Info> asyncCallback)
GlobalFips
Asynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback
.
Invocation Result:
Current FIPS settings state.
Operation Errors:
Error
- Generic error
get
in interface GlobalFips
asyncCallback
- Receives the status (progress, result or error) of the operation invocation.public void get(AsyncCallback<GlobalFipsTypes.Info> asyncCallback, InvocationConfig invocationConfig)
GlobalFips
Asynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback
.
Use invocationConfig
to specify configuration for this particular invocation.
Invocation Result:
Current FIPS settings state.
Operation Errors:
Error
- Generic error
get
in interface GlobalFips
asyncCallback
- Receives the status (progress, result or error) of the operation invocation.invocationConfig
- Configuration for the method invocation.public void update(GlobalFipsTypes.UpdateSpec spec)
GlobalFips
Synchronous method overload. Result of the invocation will be reported as a method return value.
update
in interface GlobalFips
public void update(GlobalFipsTypes.UpdateSpec spec, InvocationConfig invocationConfig)
GlobalFips
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
in interface GlobalFips
invocationConfig
- Configuration for the method invocation.public void update(GlobalFipsTypes.UpdateSpec spec, AsyncCallback<java.lang.Void> asyncCallback)
GlobalFips
Asynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback
.
Operation Errors:
Error
- Generic error
update
in interface GlobalFips
asyncCallback
- Receives the status (progress, result or error) of the operation invocation.public void update(GlobalFipsTypes.UpdateSpec spec, AsyncCallback<java.lang.Void> asyncCallback, InvocationConfig invocationConfig)
GlobalFips
Asynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback
.
Use invocationConfig
to specify configuration for this particular invocation.
Operation Errors:
Error
- Generic error
update
in interface GlobalFips
asyncCallback
- Receives the status (progress, result or error) of the operation invocation.invocationConfig
- Configuration for the method invocation.