Uses of Class
com.vmware.nsx_policy.model.NetworkPolicyImportRequest
-
Packages that use NetworkPolicyImportRequest Package Description com.vmware.nsx_policy.infra com.vmware.nsx_policy.model com.vmware.nsx_policy.orgs.projects.infra -
-
Uses of NetworkPolicyImportRequest in com.vmware.nsx_policy.infra
Methods in com.vmware.nsx_policy.infra with parameters of type NetworkPolicyImportRequest 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 policiesvoid
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 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)
void
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)
NetworkPolicyImportResponse
ImportK8sNpToDfwStub. create(NetworkPolicyImportRequest networkPolicyImportRequest, java.lang.String onError, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
-
Uses of NetworkPolicyImportRequest in com.vmware.nsx_policy.model
Methods in com.vmware.nsx_policy.model that return NetworkPolicyImportRequest Modifier and Type Method Description static NetworkPolicyImportRequest
NetworkPolicyImportRequest. _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 NetworkPolicyImportRequest
NetworkPolicyImportRequest. _newInstance2(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism.NetworkPolicyImportRequest
NetworkPolicyImportRequest.Builder. build()
-
Uses of NetworkPolicyImportRequest in com.vmware.nsx_policy.orgs.projects.infra
Methods in com.vmware.nsx_policy.orgs.projects.infra with parameters of type NetworkPolicyImportRequest 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 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)
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 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)
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)
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)
NetworkPolicyImportResponse
ImportK8sNpToDfwStub. create(java.lang.String orgId, java.lang.String projectId, NetworkPolicyImportRequest networkPolicyImportRequest, java.lang.String onError, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
-