public class RegistryStub extends com.vmware.vapi.internal.bindings.Stub implements Registry
Registry
API service.
WARNING: Internal class, subject to change in future versions.
apiProvider, converter, ifaceId, retryPolicy, securityContext_VAPI_SERVICE_ID| Constructor and Description |
|---|
RegistryStub(com.vmware.vapi.core.ApiProvider apiProvider,
com.vmware.vapi.bindings.StubConfigurationBase config) |
RegistryStub(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 |
|---|---|
DeploymentRegistry |
get(java.lang.String siteId)
Get helm repo and docker registry url for chart deployment.
|
void |
get(java.lang.String siteId,
com.vmware.vapi.bindings.client.AsyncCallback<DeploymentRegistry> asyncCallback)
Get helm repo and docker registry url for chart deployment.
|
void |
get(java.lang.String siteId,
com.vmware.vapi.bindings.client.AsyncCallback<DeploymentRegistry> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Get helm repo and docker registry url for chart deployment.
|
DeploymentRegistry |
get(java.lang.String siteId,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Get helm repo and docker registry url for chart deployment.
|
DeploymentRegistry |
update(java.lang.String siteId,
DeploymentRegistry deploymentRegistry)
In case of helm chart present in private repository and containers are hosted in
private hub.
|
void |
update(java.lang.String siteId,
DeploymentRegistry deploymentRegistry,
com.vmware.vapi.bindings.client.AsyncCallback<DeploymentRegistry> asyncCallback)
In case of helm chart present in private repository and containers are hosted in
private hub.
|
void |
update(java.lang.String siteId,
DeploymentRegistry deploymentRegistry,
com.vmware.vapi.bindings.client.AsyncCallback<DeploymentRegistry> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
In case of helm chart present in private repository and containers are hosted in
private hub.
|
DeploymentRegistry |
update(java.lang.String siteId,
DeploymentRegistry deploymentRegistry,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
In case of helm chart present in private repository and containers are hosted in
private hub.
|
public RegistryStub(com.vmware.vapi.core.ApiProvider apiProvider,
com.vmware.vapi.internal.bindings.TypeConverter typeConverter,
com.vmware.vapi.bindings.StubConfigurationBase config)
public RegistryStub(com.vmware.vapi.core.ApiProvider apiProvider,
com.vmware.vapi.bindings.StubConfigurationBase config)
public DeploymentRegistry get(java.lang.String siteId)
RegistrySynchronous method overload. Result of the invocation will be reported as a method return value.
public DeploymentRegistry get(java.lang.String siteId, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
RegistrySynchronous method overload. Result of the invocation will be
reported as a method return value.
Use invocationConfig to specify configuration for this particular invocation.
public void get(java.lang.String siteId,
com.vmware.vapi.bindings.client.AsyncCallback<DeploymentRegistry> asyncCallback)
RegistryAsynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Invocation Result:
com.vmware.nsx_policy.model.DeploymentRegistry
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
public void get(java.lang.String siteId,
com.vmware.vapi.bindings.client.AsyncCallback<DeploymentRegistry> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
RegistryAsynchronous 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_policy.model.DeploymentRegistry
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
public DeploymentRegistry update(java.lang.String siteId, DeploymentRegistry deploymentRegistry)
RegistrySynchronous method overload. Result of the invocation will be reported as a method return value.
public DeploymentRegistry update(java.lang.String siteId, DeploymentRegistry deploymentRegistry, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
RegistrySynchronous method overload. Result of the invocation will be
reported as a method return value.
Use invocationConfig to specify configuration for this particular invocation.
public void update(java.lang.String siteId,
DeploymentRegistry deploymentRegistry,
com.vmware.vapi.bindings.client.AsyncCallback<DeploymentRegistry> asyncCallback)
RegistryAsynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Invocation Result:
com.vmware.nsx_policy.model.DeploymentRegistry
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
public void update(java.lang.String siteId,
DeploymentRegistry deploymentRegistry,
com.vmware.vapi.bindings.client.AsyncCallback<DeploymentRegistry> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
RegistryAsynchronous 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_policy.model.DeploymentRegistry
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found