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 NetworkPolicyImportResponse
ImportK8sNpToDfw. create(NetworkPolicyImportRequest networkPolicyImportRequest, java.lang.String onError)
This is used to import a set of K8s network policies into DFW security policiesNetworkPolicyImportResponse
ImportK8sNpToDfw. 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 policiesNetworkPolicyImportResponse
ImportK8sNpToDfwStub. create(NetworkPolicyImportRequest networkPolicyImportRequest, java.lang.String onError)
NetworkPolicyImportResponse
ImportK8sNpToDfwStub. 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 void
ImportK8sNpToDfw. 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 policiesvoid
ImportK8sNpToDfw. 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 policiesvoid
ImportK8sNpToDfwStub. create(NetworkPolicyImportRequest networkPolicyImportRequest, java.lang.String onError, com.vmware.vapi.bindings.client.AsyncCallback<NetworkPolicyImportResponse> asyncCallback)
void
ImportK8sNpToDfwStub. 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 NetworkPolicyImportResponse
NetworkPolicyImportResponse. _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 NetworkPolicyImportResponse
NetworkPolicyImportResponse. _newInstance2(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism.NetworkPolicyImportResponse
NetworkPolicyImportResponse.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 NetworkPolicyImportResponse
ImportK8sNpToDfw. 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 policiesNetworkPolicyImportResponse
ImportK8sNpToDfw. 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 policiesNetworkPolicyImportResponse
ImportK8sNpToDfwStub. create(java.lang.String orgId, java.lang.String projectId, NetworkPolicyImportRequest networkPolicyImportRequest, java.lang.String onError)
NetworkPolicyImportResponse
ImportK8sNpToDfwStub. 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 void
ImportK8sNpToDfw. 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 policiesvoid
ImportK8sNpToDfw. 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 policiesvoid
ImportK8sNpToDfwStub. create(java.lang.String orgId, java.lang.String projectId, NetworkPolicyImportRequest networkPolicyImportRequest, java.lang.String onError, com.vmware.vapi.bindings.client.AsyncCallback<NetworkPolicyImportResponse> asyncCallback)
void
ImportK8sNpToDfwStub. 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)
-