| Package | Description |
|---|---|
| com.vmware.nsx_policy.infra.sites.napp.deployment | |
| com.vmware.nsx_policy.model |
| Modifier and Type | Method and Description |
|---|---|
KubeconfigInfo |
KubeconfigStub.get(java.lang.String siteId) |
KubeconfigInfo |
Kubeconfig.get(java.lang.String siteId)
To get more information about kubeconfig file like user, cluster, context,
namespace etc.
|
KubeconfigInfo |
KubeconfigStub.get(java.lang.String siteId,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig) |
KubeconfigInfo |
Kubeconfig.get(java.lang.String siteId,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
To get more information about kubeconfig file like user, cluster, context,
namespace etc.
|
| Modifier and Type | Method and Description |
|---|---|
void |
KubeconfigStub.get(java.lang.String siteId,
com.vmware.vapi.bindings.client.AsyncCallback<KubeconfigInfo> asyncCallback) |
void |
Kubeconfig.get(java.lang.String siteId,
com.vmware.vapi.bindings.client.AsyncCallback<KubeconfigInfo> asyncCallback)
To get more information about kubeconfig file like user, cluster, context,
namespace etc.
|
void |
KubeconfigStub.get(java.lang.String siteId,
com.vmware.vapi.bindings.client.AsyncCallback<KubeconfigInfo> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig) |
void |
Kubeconfig.get(java.lang.String siteId,
com.vmware.vapi.bindings.client.AsyncCallback<KubeconfigInfo> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
To get more information about kubeconfig file like user, cluster, context,
namespace etc.
|
| Modifier and Type | Method and Description |
|---|---|
static KubeconfigInfo |
KubeconfigInfo._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 KubeconfigInfo |
KubeconfigInfo._newInstance2(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism. |
KubeconfigInfo |
KubeconfigInfo.Builder.build() |
KubeconfigInfo |
UpgradeCoordinatorDeploymentConfig.getKubeconfInfo() |
KubeconfigInfo |
PlatformDeploymentConfig.getKubeconfInfo() |
KubeconfigInfo |
CloudNativeDeploymentConfig.getKubeconfInfo() |
| Modifier and Type | Method and Description |
|---|---|
void |
UpgradeCoordinatorDeploymentConfig.setKubeconfInfo(KubeconfigInfo kubeconfInfo) |
UpgradeCoordinatorDeploymentConfig.Builder |
UpgradeCoordinatorDeploymentConfig.Builder.setKubeconfInfo(KubeconfigInfo kubeconfInfo) |
void |
PlatformDeploymentConfig.setKubeconfInfo(KubeconfigInfo kubeconfInfo) |
PlatformDeploymentConfig.Builder |
PlatformDeploymentConfig.Builder.setKubeconfInfo(KubeconfigInfo kubeconfInfo) |
void |
CloudNativeDeploymentConfig.setKubeconfInfo(KubeconfigInfo kubeconfInfo) |
CloudNativeDeploymentConfig.Builder |
CloudNativeDeploymentConfig.Builder.setKubeconfInfo(KubeconfigInfo kubeconfInfo) |