Uses of Class
com.vmware.nsx_policy.model.KubeconfigInfo
-
Packages that use KubeconfigInfo Package Description com.vmware.nsx_policy.infra.sites.napp.deployment com.vmware.nsx_policy.model -
-
Uses of KubeconfigInfo in com.vmware.nsx_policy.infra.sites.napp.deployment
Methods in com.vmware.nsx_policy.infra.sites.napp.deployment that return KubeconfigInfo Modifier and Type Method Description KubeconfigInfo
Kubeconfig. get(java.lang.String siteId)
To get more information about kubeconfig file like user, cluster, context, namespace etc.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.KubeconfigInfo
KubeconfigStub. get(java.lang.String siteId)
KubeconfigInfo
KubeconfigStub. get(java.lang.String siteId, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Method parameters in com.vmware.nsx_policy.infra.sites.napp.deployment with type arguments of type KubeconfigInfo Modifier and Type Method Description 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
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.void
KubeconfigStub. get(java.lang.String siteId, com.vmware.vapi.bindings.client.AsyncCallback<KubeconfigInfo> asyncCallback)
void
KubeconfigStub. get(java.lang.String siteId, com.vmware.vapi.bindings.client.AsyncCallback<KubeconfigInfo> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
-
Uses of KubeconfigInfo in com.vmware.nsx_policy.model
Methods in com.vmware.nsx_policy.model that return KubeconfigInfo Modifier and Type Method 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
CloudNativeDeploymentConfig. getKubeconfInfo()
KubeconfigInfo
PlatformDeploymentConfig. getKubeconfInfo()
KubeconfigInfo
UpgradeCoordinatorDeploymentConfig. getKubeconfInfo()
Methods in com.vmware.nsx_policy.model with parameters of type KubeconfigInfo Modifier and Type Method Description CloudNativeDeploymentConfig.Builder
CloudNativeDeploymentConfig.Builder. setKubeconfInfo(KubeconfigInfo kubeconfInfo)
void
CloudNativeDeploymentConfig. setKubeconfInfo(KubeconfigInfo kubeconfInfo)
PlatformDeploymentConfig.Builder
PlatformDeploymentConfig.Builder. setKubeconfInfo(KubeconfigInfo kubeconfInfo)
void
PlatformDeploymentConfig. setKubeconfInfo(KubeconfigInfo kubeconfInfo)
UpgradeCoordinatorDeploymentConfig.Builder
UpgradeCoordinatorDeploymentConfig.Builder. setKubeconfInfo(KubeconfigInfo kubeconfInfo)
void
UpgradeCoordinatorDeploymentConfig. setKubeconfInfo(KubeconfigInfo kubeconfInfo)
-