| Package | Description |
|---|---|
| com.vmware.nsx_policy.infra.sites.napp.deployment | |
| com.vmware.nsx_policy.infra.sites.napp.deployment.registry | |
| com.vmware.nsx_policy.model |
| Modifier and Type | Method and Description |
|---|---|
DeploymentRegistry |
RegistryStub.get(java.lang.String siteId) |
DeploymentRegistry |
Registry.get(java.lang.String siteId)
Get helm repo and docker registry url for chart deployment.
|
DeploymentRegistry |
RegistryStub.get(java.lang.String siteId,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig) |
DeploymentRegistry |
Registry.get(java.lang.String siteId,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Get helm repo and docker registry url for chart deployment.
|
DeploymentRegistry |
RegistryStub.update(java.lang.String siteId,
DeploymentRegistry deploymentRegistry) |
DeploymentRegistry |
Registry.update(java.lang.String siteId,
DeploymentRegistry deploymentRegistry)
In case of helm chart present in private repository and containers are hosted in
private hub.
|
DeploymentRegistry |
RegistryStub.update(java.lang.String siteId,
DeploymentRegistry deploymentRegistry,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig) |
DeploymentRegistry |
Registry.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.
|
| Modifier and Type | Method and Description |
|---|---|
DeploymentRegistry |
RegistryStub.update(java.lang.String siteId,
DeploymentRegistry deploymentRegistry) |
DeploymentRegistry |
Registry.update(java.lang.String siteId,
DeploymentRegistry deploymentRegistry)
In case of helm chart present in private repository and containers are hosted in
private hub.
|
void |
RegistryStub.update(java.lang.String siteId,
DeploymentRegistry deploymentRegistry,
com.vmware.vapi.bindings.client.AsyncCallback<DeploymentRegistry> asyncCallback) |
void |
Registry.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 |
RegistryStub.update(java.lang.String siteId,
DeploymentRegistry deploymentRegistry,
com.vmware.vapi.bindings.client.AsyncCallback<DeploymentRegistry> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig) |
void |
Registry.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 |
RegistryStub.update(java.lang.String siteId,
DeploymentRegistry deploymentRegistry,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig) |
DeploymentRegistry |
Registry.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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RegistryStub.get(java.lang.String siteId,
com.vmware.vapi.bindings.client.AsyncCallback<DeploymentRegistry> asyncCallback) |
void |
Registry.get(java.lang.String siteId,
com.vmware.vapi.bindings.client.AsyncCallback<DeploymentRegistry> asyncCallback)
Get helm repo and docker registry url for chart deployment.
|
void |
RegistryStub.get(java.lang.String siteId,
com.vmware.vapi.bindings.client.AsyncCallback<DeploymentRegistry> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig) |
void |
Registry.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.
|
void |
RegistryStub.update(java.lang.String siteId,
DeploymentRegistry deploymentRegistry,
com.vmware.vapi.bindings.client.AsyncCallback<DeploymentRegistry> asyncCallback) |
void |
Registry.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 |
RegistryStub.update(java.lang.String siteId,
DeploymentRegistry deploymentRegistry,
com.vmware.vapi.bindings.client.AsyncCallback<DeploymentRegistry> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig) |
void |
Registry.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.
|
| Modifier and Type | Method and Description |
|---|---|
DeploymentRegistry |
ResetStub.update(java.lang.String siteId) |
DeploymentRegistry |
Reset.update(java.lang.String siteId)
Reset helm and docker url to default one
|
DeploymentRegistry |
ResetStub.update(java.lang.String siteId,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig) |
DeploymentRegistry |
Reset.update(java.lang.String siteId,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Reset helm and docker url to default one
|
| Modifier and Type | Method and Description |
|---|---|
void |
ResetStub.update(java.lang.String siteId,
com.vmware.vapi.bindings.client.AsyncCallback<DeploymentRegistry> asyncCallback) |
void |
Reset.update(java.lang.String siteId,
com.vmware.vapi.bindings.client.AsyncCallback<DeploymentRegistry> asyncCallback)
Reset helm and docker url to default one
|
void |
ResetStub.update(java.lang.String siteId,
com.vmware.vapi.bindings.client.AsyncCallback<DeploymentRegistry> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig) |
void |
Reset.update(java.lang.String siteId,
com.vmware.vapi.bindings.client.AsyncCallback<DeploymentRegistry> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Reset helm and docker url to default one
|
| Modifier and Type | Method and Description |
|---|---|
static DeploymentRegistry |
DeploymentRegistry._newInstance(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Returns new instance of this binding class and injects the provided data value. WARNING: The returned object is not fully initialized. |
static DeploymentRegistry |
DeploymentRegistry._newInstance2(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism. |
DeploymentRegistry |
DeploymentRegistry.Builder.build() |