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.UpdateSpecapiProvider, 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()
GlobalFipsSynchronous method overload. Result of the invocation will be reported as a method return value.
get in interface GlobalFipspublic GlobalFipsTypes.Info get(InvocationConfig invocationConfig)
GlobalFipsSynchronous 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 GlobalFipsinvocationConfig - Configuration for the method invocation.public void get(AsyncCallback<GlobalFipsTypes.Info> asyncCallback)
GlobalFipsAsynchronous 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 GlobalFipsasyncCallback - Receives the status (progress, result or error) of the operation invocation.public void get(AsyncCallback<GlobalFipsTypes.Info> asyncCallback, InvocationConfig invocationConfig)
GlobalFipsAsynchronous 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 GlobalFipsasyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.public void update(GlobalFipsTypes.UpdateSpec spec)
GlobalFipsCaution: Changing the value of this setting will reboot the Appliance.
. This method was added in vSphere API 7.0.1.0.Synchronous method overload. Result of the invocation will be reported as a method return value.
update in interface GlobalFipspublic void update(GlobalFipsTypes.UpdateSpec spec, InvocationConfig invocationConfig)
GlobalFipsCaution: Changing the value of this setting will reboot the Appliance.
. This method was added in vSphere API 7.0.1.0.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 GlobalFipsinvocationConfig - Configuration for the method invocation.public void update(GlobalFipsTypes.UpdateSpec spec, AsyncCallback<java.lang.Void> asyncCallback)
GlobalFipsCaution: Changing the value of this setting will reboot the Appliance.
. This method was added in vSphere API 7.0.1.0.Asynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Operation Errors:
Error - Generic error
update in interface GlobalFipsasyncCallback - Receives the status (progress, result or error) of the operation invocation.public void update(GlobalFipsTypes.UpdateSpec spec, AsyncCallback<java.lang.Void> asyncCallback, InvocationConfig invocationConfig)
GlobalFipsCaution: Changing the value of this setting will reboot the Appliance.
. This method was added in vSphere API 7.0.1.0.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 GlobalFipsasyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.