Uses of Class
com.vmware.nsx_policy.model.PolicyEdgeNode
-
-
Uses of PolicyEdgeNode in com.vmware.nsx_policy.global_infra.sites.enforcement_points.edge_clusters
Methods in com.vmware.nsx_policy.global_infra.sites.enforcement_points.edge_clusters that return PolicyEdgeNode Modifier and Type Method Description PolicyEdgeNode
EdgeNodes. get(java.lang.String siteId, java.lang.String enforcementpointId, java.lang.String edgeClusterId, java.lang.String edgeNodeId)
Read a Edge Node under an Enforcement Point, Edge ClusterPolicyEdgeNode
EdgeNodes. get(java.lang.String siteId, java.lang.String enforcementpointId, java.lang.String edgeClusterId, java.lang.String edgeNodeId, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Read a Edge Node under an Enforcement Point, Edge ClusterPolicyEdgeNode
EdgeNodesStub. get(java.lang.String siteId, java.lang.String enforcementpointId, java.lang.String edgeClusterId, java.lang.String edgeNodeId)
PolicyEdgeNode
EdgeNodesStub. get(java.lang.String siteId, java.lang.String enforcementpointId, java.lang.String edgeClusterId, java.lang.String edgeNodeId, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Method parameters in com.vmware.nsx_policy.global_infra.sites.enforcement_points.edge_clusters with type arguments of type PolicyEdgeNode Modifier and Type Method Description void
EdgeNodes. get(java.lang.String siteId, java.lang.String enforcementpointId, java.lang.String edgeClusterId, java.lang.String edgeNodeId, com.vmware.vapi.bindings.client.AsyncCallback<PolicyEdgeNode> asyncCallback)
Read a Edge Node under an Enforcement Point, Edge Clustervoid
EdgeNodes. get(java.lang.String siteId, java.lang.String enforcementpointId, java.lang.String edgeClusterId, java.lang.String edgeNodeId, com.vmware.vapi.bindings.client.AsyncCallback<PolicyEdgeNode> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Read a Edge Node under an Enforcement Point, Edge Clustervoid
EdgeNodesStub. get(java.lang.String siteId, java.lang.String enforcementpointId, java.lang.String edgeClusterId, java.lang.String edgeNodeId, com.vmware.vapi.bindings.client.AsyncCallback<PolicyEdgeNode> asyncCallback)
void
EdgeNodesStub. get(java.lang.String siteId, java.lang.String enforcementpointId, java.lang.String edgeClusterId, java.lang.String edgeNodeId, com.vmware.vapi.bindings.client.AsyncCallback<PolicyEdgeNode> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
-
Uses of PolicyEdgeNode in com.vmware.nsx_policy.infra.sites.enforcement_points.edge_clusters
Methods in com.vmware.nsx_policy.infra.sites.enforcement_points.edge_clusters that return PolicyEdgeNode Modifier and Type Method Description PolicyEdgeNode
EdgeNodes. get(java.lang.String siteId, java.lang.String enforcementpointId, java.lang.String edgeClusterId, java.lang.String edgeNodeId)
Read a Edge Node under an Enforcement Point, Edge ClusterPolicyEdgeNode
EdgeNodes. get(java.lang.String siteId, java.lang.String enforcementpointId, java.lang.String edgeClusterId, java.lang.String edgeNodeId, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Read a Edge Node under an Enforcement Point, Edge ClusterPolicyEdgeNode
EdgeNodesStub. get(java.lang.String siteId, java.lang.String enforcementpointId, java.lang.String edgeClusterId, java.lang.String edgeNodeId)
PolicyEdgeNode
EdgeNodesStub. get(java.lang.String siteId, java.lang.String enforcementpointId, java.lang.String edgeClusterId, java.lang.String edgeNodeId, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Method parameters in com.vmware.nsx_policy.infra.sites.enforcement_points.edge_clusters with type arguments of type PolicyEdgeNode Modifier and Type Method Description void
EdgeNodes. get(java.lang.String siteId, java.lang.String enforcementpointId, java.lang.String edgeClusterId, java.lang.String edgeNodeId, com.vmware.vapi.bindings.client.AsyncCallback<PolicyEdgeNode> asyncCallback)
Read a Edge Node under an Enforcement Point, Edge Clustervoid
EdgeNodes. get(java.lang.String siteId, java.lang.String enforcementpointId, java.lang.String edgeClusterId, java.lang.String edgeNodeId, com.vmware.vapi.bindings.client.AsyncCallback<PolicyEdgeNode> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Read a Edge Node under an Enforcement Point, Edge Clustervoid
EdgeNodesStub. get(java.lang.String siteId, java.lang.String enforcementpointId, java.lang.String edgeClusterId, java.lang.String edgeNodeId, com.vmware.vapi.bindings.client.AsyncCallback<PolicyEdgeNode> asyncCallback)
void
EdgeNodesStub. get(java.lang.String siteId, java.lang.String enforcementpointId, java.lang.String edgeClusterId, java.lang.String edgeNodeId, com.vmware.vapi.bindings.client.AsyncCallback<PolicyEdgeNode> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
-
Uses of PolicyEdgeNode in com.vmware.nsx_policy.model
Methods in com.vmware.nsx_policy.model that return PolicyEdgeNode Modifier and Type Method Description static PolicyEdgeNode
PolicyEdgeNode. _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 PolicyEdgeNode
PolicyEdgeNode. _newInstance2(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism.PolicyEdgeNode
PolicyEdgeNode.Builder. build()
PolicyEdgeNode
ChildPolicyEdgeNode. getPolicyEdgeNode()
Methods in com.vmware.nsx_policy.model that return types with arguments of type PolicyEdgeNode Modifier and Type Method Description java.util.List<PolicyEdgeNode>
PolicyEdgeNodeListResult. getResults()
Edge Node list result.Methods in com.vmware.nsx_policy.model with parameters of type PolicyEdgeNode Modifier and Type Method Description ChildPolicyEdgeNode.Builder
ChildPolicyEdgeNode.Builder. setPolicyEdgeNode(PolicyEdgeNode policyEdgeNode)
void
ChildPolicyEdgeNode. setPolicyEdgeNode(PolicyEdgeNode policyEdgeNode)
Method parameters in com.vmware.nsx_policy.model with type arguments of type PolicyEdgeNode Modifier and Type Method Description PolicyEdgeNodeListResult.Builder
PolicyEdgeNodeListResult.Builder. setResults(java.util.List<PolicyEdgeNode> results)
Edge Node list result.void
PolicyEdgeNodeListResult. setResults(java.util.List<PolicyEdgeNode> results)
Edge Node list result.
-