public class SecurityGlobalConfigStub extends com.vmware.vapi.internal.bindings.Stub implements SecurityGlobalConfig
SecurityGlobalConfig
API service.
WARNING: Internal class, subject to change in future versions.
apiProvider, converter, ifaceId, retryPolicy, securityContext_VAPI_SERVICE_ID| Constructor and Description |
|---|
SecurityGlobalConfigStub(com.vmware.vapi.core.ApiProvider apiProvider,
com.vmware.vapi.bindings.StubConfigurationBase config) |
SecurityGlobalConfigStub(com.vmware.vapi.core.ApiProvider apiProvider,
com.vmware.vapi.internal.bindings.TypeConverter typeConverter,
com.vmware.vapi.bindings.StubConfigurationBase config) |
| Modifier and Type | Method and Description |
|---|---|
InfraSecurityConfig |
get()
This reads the security-global-config used for NSX Manager appliance
certificates.
|
void |
get(com.vmware.vapi.bindings.client.AsyncCallback<InfraSecurityConfig> asyncCallback)
This reads the security-global-config used for NSX Manager appliance
certificates.
|
void |
get(com.vmware.vapi.bindings.client.AsyncCallback<InfraSecurityConfig> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
This reads the security-global-config used for NSX Manager appliance
certificates.
|
InfraSecurityConfig |
get(com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
This reads the security-global-config used for NSX Manager appliance
certificates.
|
InfraSecurityConfig |
update(InfraSecurityConfig infraSecurityConfig)
This updates the security-global-config used for NSX Manager appliance
certificates.
|
void |
update(InfraSecurityConfig infraSecurityConfig,
com.vmware.vapi.bindings.client.AsyncCallback<InfraSecurityConfig> asyncCallback)
This updates the security-global-config used for NSX Manager appliance
certificates.
|
void |
update(InfraSecurityConfig infraSecurityConfig,
com.vmware.vapi.bindings.client.AsyncCallback<InfraSecurityConfig> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
This updates the security-global-config used for NSX Manager appliance
certificates.
|
InfraSecurityConfig |
update(InfraSecurityConfig infraSecurityConfig,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
This updates the security-global-config used for NSX Manager appliance
certificates.
|
public SecurityGlobalConfigStub(com.vmware.vapi.core.ApiProvider apiProvider,
com.vmware.vapi.internal.bindings.TypeConverter typeConverter,
com.vmware.vapi.bindings.StubConfigurationBase config)
public SecurityGlobalConfigStub(com.vmware.vapi.core.ApiProvider apiProvider,
com.vmware.vapi.bindings.StubConfigurationBase config)
public InfraSecurityConfig get()
SecurityGlobalConfigSynchronous method overload. Result of the invocation will be reported as a method return value.
get in interface SecurityGlobalConfigpublic InfraSecurityConfig get(com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
SecurityGlobalConfigSynchronous 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 SecurityGlobalConfiginvocationConfig - Configuration for the method invocation.public void get(com.vmware.vapi.bindings.client.AsyncCallback<InfraSecurityConfig> asyncCallback)
SecurityGlobalConfigAsynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Invocation Result:
com.vmware.nsx_global_policy.model.InfraSecurityConfig
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
get in interface SecurityGlobalConfigasyncCallback - Receives the status (progress, result or error) of the operation invocation.public void get(com.vmware.vapi.bindings.client.AsyncCallback<InfraSecurityConfig> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
SecurityGlobalConfigAsynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Use invocationConfig to specify configuration for this particular invocation.
Invocation Result:
com.vmware.nsx_global_policy.model.InfraSecurityConfig
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
get in interface SecurityGlobalConfigasyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.public InfraSecurityConfig update(InfraSecurityConfig infraSecurityConfig)
SecurityGlobalConfigSynchronous method overload. Result of the invocation will be reported as a method return value.
update in interface SecurityGlobalConfiginfraSecurityConfig - (required)public InfraSecurityConfig update(InfraSecurityConfig infraSecurityConfig, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
SecurityGlobalConfigSynchronous 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 SecurityGlobalConfiginfraSecurityConfig - (required)invocationConfig - Configuration for the method invocation.public void update(InfraSecurityConfig infraSecurityConfig, com.vmware.vapi.bindings.client.AsyncCallback<InfraSecurityConfig> asyncCallback)
SecurityGlobalConfigAsynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Invocation Result:
com.vmware.nsx_global_policy.model.InfraSecurityConfig
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
update in interface SecurityGlobalConfiginfraSecurityConfig - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.public void update(InfraSecurityConfig infraSecurityConfig, com.vmware.vapi.bindings.client.AsyncCallback<InfraSecurityConfig> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
SecurityGlobalConfigAsynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Use invocationConfig to specify configuration for this particular invocation.
Invocation Result:
com.vmware.nsx_global_policy.model.InfraSecurityConfig
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
update in interface SecurityGlobalConfiginfraSecurityConfig - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.