Uses of Class
com.vmware.nsx_policy.model.NetworkPolicyImportResponse
-
Packages that use NetworkPolicyImportResponse Package Description com.vmware.nsx_policy.infra com.vmware.nsx_policy.model com.vmware.nsx_policy.orgs.projects.infra -
-
Uses of NetworkPolicyImportResponse in com.vmware.nsx_policy.infra
Methods in com.vmware.nsx_policy.infra that return NetworkPolicyImportResponse Modifier and Type Method Description NetworkPolicyImportResponseImportK8sNpToDfw. create(NetworkPolicyImportRequest networkPolicyImportRequest, java.lang.String onError)This is used to import a set of K8s network policies into DFW security policiesNetworkPolicyImportResponseImportK8sNpToDfw. create(NetworkPolicyImportRequest networkPolicyImportRequest, java.lang.String onError, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)This is used to import a set of K8s network policies into DFW security policiesNetworkPolicyImportResponseImportK8sNpToDfwStub. create(NetworkPolicyImportRequest networkPolicyImportRequest, java.lang.String onError)NetworkPolicyImportResponseImportK8sNpToDfwStub. create(NetworkPolicyImportRequest networkPolicyImportRequest, java.lang.String onError, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)Method parameters in com.vmware.nsx_policy.infra with type arguments of type NetworkPolicyImportResponse Modifier and Type Method Description voidImportK8sNpToDfw. create(NetworkPolicyImportRequest networkPolicyImportRequest, java.lang.String onError, com.vmware.vapi.bindings.client.AsyncCallback<NetworkPolicyImportResponse> asyncCallback)This is used to import a set of K8s network policies into DFW security policiesvoidImportK8sNpToDfw. create(NetworkPolicyImportRequest networkPolicyImportRequest, java.lang.String onError, com.vmware.vapi.bindings.client.AsyncCallback<NetworkPolicyImportResponse> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)This is used to import a set of K8s network policies into DFW security policiesvoidImportK8sNpToDfwStub. create(NetworkPolicyImportRequest networkPolicyImportRequest, java.lang.String onError, com.vmware.vapi.bindings.client.AsyncCallback<NetworkPolicyImportResponse> asyncCallback)voidImportK8sNpToDfwStub. create(NetworkPolicyImportRequest networkPolicyImportRequest, java.lang.String onError, com.vmware.vapi.bindings.client.AsyncCallback<NetworkPolicyImportResponse> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig) -
Uses of NetworkPolicyImportResponse in com.vmware.nsx_policy.model
Methods in com.vmware.nsx_policy.model that return NetworkPolicyImportResponse Modifier and Type Method Description static NetworkPolicyImportResponseNetworkPolicyImportResponse. _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 NetworkPolicyImportResponseNetworkPolicyImportResponse. _newInstance2(com.vmware.vapi.data.StructValue structValue)WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism.NetworkPolicyImportResponseNetworkPolicyImportResponse.Builder. build() -
Uses of NetworkPolicyImportResponse in com.vmware.nsx_policy.orgs.projects.infra
Methods in com.vmware.nsx_policy.orgs.projects.infra that return NetworkPolicyImportResponse Modifier and Type Method Description NetworkPolicyImportResponseImportK8sNpToDfw. create(java.lang.String orgId, java.lang.String projectId, NetworkPolicyImportRequest networkPolicyImportRequest, java.lang.String onError)This is used to import a set of K8s network policies into DFW security policiesNetworkPolicyImportResponseImportK8sNpToDfw. create(java.lang.String orgId, java.lang.String projectId, NetworkPolicyImportRequest networkPolicyImportRequest, java.lang.String onError, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)This is used to import a set of K8s network policies into DFW security policiesNetworkPolicyImportResponseImportK8sNpToDfwStub. create(java.lang.String orgId, java.lang.String projectId, NetworkPolicyImportRequest networkPolicyImportRequest, java.lang.String onError)NetworkPolicyImportResponseImportK8sNpToDfwStub. create(java.lang.String orgId, java.lang.String projectId, NetworkPolicyImportRequest networkPolicyImportRequest, java.lang.String onError, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)Method parameters in com.vmware.nsx_policy.orgs.projects.infra with type arguments of type NetworkPolicyImportResponse Modifier and Type Method Description voidImportK8sNpToDfw. create(java.lang.String orgId, java.lang.String projectId, NetworkPolicyImportRequest networkPolicyImportRequest, java.lang.String onError, com.vmware.vapi.bindings.client.AsyncCallback<NetworkPolicyImportResponse> asyncCallback)This is used to import a set of K8s network policies into DFW security policiesvoidImportK8sNpToDfw. create(java.lang.String orgId, java.lang.String projectId, NetworkPolicyImportRequest networkPolicyImportRequest, java.lang.String onError, com.vmware.vapi.bindings.client.AsyncCallback<NetworkPolicyImportResponse> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)This is used to import a set of K8s network policies into DFW security policiesvoidImportK8sNpToDfwStub. create(java.lang.String orgId, java.lang.String projectId, NetworkPolicyImportRequest networkPolicyImportRequest, java.lang.String onError, com.vmware.vapi.bindings.client.AsyncCallback<NetworkPolicyImportResponse> asyncCallback)voidImportK8sNpToDfwStub. create(java.lang.String orgId, java.lang.String projectId, NetworkPolicyImportRequest networkPolicyImportRequest, java.lang.String onError, com.vmware.vapi.bindings.client.AsyncCallback<NetworkPolicyImportResponse> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
-