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 KubeconfigInfoKubeconfig. get(java.lang.String siteId)To get more information about kubeconfig file like user, cluster, context, namespace etc.KubeconfigInfoKubeconfig. 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.KubeconfigInfoKubeconfigStub. get(java.lang.String siteId)KubeconfigInfoKubeconfigStub. 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 voidKubeconfig. 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.voidKubeconfig. 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.voidKubeconfigStub. get(java.lang.String siteId, com.vmware.vapi.bindings.client.AsyncCallback<KubeconfigInfo> asyncCallback)voidKubeconfigStub. 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 KubeconfigInfoKubeconfigInfo. _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 KubeconfigInfoKubeconfigInfo. _newInstance2(com.vmware.vapi.data.StructValue structValue)WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism.KubeconfigInfoKubeconfigInfo.Builder. build()KubeconfigInfoCloudNativeDeploymentConfig. getKubeconfInfo()KubeconfigInfoPlatformDeploymentConfig. getKubeconfInfo()KubeconfigInfoUpgradeCoordinatorDeploymentConfig. getKubeconfInfo()Methods in com.vmware.nsx_policy.model with parameters of type KubeconfigInfo Modifier and Type Method Description CloudNativeDeploymentConfig.BuilderCloudNativeDeploymentConfig.Builder. setKubeconfInfo(KubeconfigInfo kubeconfInfo)voidCloudNativeDeploymentConfig. setKubeconfInfo(KubeconfigInfo kubeconfInfo)PlatformDeploymentConfig.BuilderPlatformDeploymentConfig.Builder. setKubeconfInfo(KubeconfigInfo kubeconfInfo)voidPlatformDeploymentConfig. setKubeconfInfo(KubeconfigInfo kubeconfInfo)UpgradeCoordinatorDeploymentConfig.BuilderUpgradeCoordinatorDeploymentConfig.Builder. setKubeconfInfo(KubeconfigInfo kubeconfInfo)voidUpgradeCoordinatorDeploymentConfig. setKubeconfInfo(KubeconfigInfo kubeconfInfo)
-